Posts by Italo • 41 points
5 posts
-
0
votes1
answer47
viewsA: I’m having trouble on a website I made using vuejs, Nosuchkey error 404
This may be a problem of setting up your Vue-router or on the server. Check your route settings if they have a deal for direct access or updates, which are new requests to the server. Both cases are…
-
0
votes1
answer206
viewsA: change icon color with design ant
Hello, You commented that you are using ant.design and its structure seems to be using JSX. You have already tried to import the ant button? You can use it? Usually the library already builds a…
-
0
votes1
answer61
viewsA: Boostrap alignment
Hello, You can use the Bootstrap grid system to separate the blocks and then just add the items inside the Divs. <link…
-
0
votes1
answer102
viewsA: creating an HTML and CSS page in Wordpress
The ideal is you use the wordpress loop to replicate posts or some custom post that was created, in your case it would be something like this: <?php if ( have_posts() ) { while ( have_posts() ) {…
-
1
votes2
answers844
views