Posts by Vitor Leonardo • 46 points
4 posts
-
0
votes2
answers421
viewsA: Need to leave an image with link in the bottom right corner
If I understood it would be this, the button will stay fixed on the screen regardless of the position on the page that the person is /*Botão flutunte do whatsapp*/ div#whatasapp { position: fixed;…
-
1
votes3
answers1171
viewsA: Error using history.push Reactjs
Solution used: I imported the useHistory in the React-router-dom and created a constant "history" passing by "useHistory();", and it worked. import { useHistory } from "react-router-dom"; export…
reactanswered Vitor Leonardo 46 -
0
votes3
answers1171
viewsQ: Error using history.push Reactjs
I need to redirect to the root '/' I’m trying to use the history.push('/');, but when I click to send I get an error "Typeerror: Cannot read Property 'push' of Undefined" Detailed: Code: import…
reactasked Vitor Leonardo 46 -
1
votes2
answers37
viewsQ: Change a class that is inside an id with Javascript
I need to change the word SUBSCRIBER that is in DIV id="nav_menu-5" within the H3 by services. <div class="col-sm-4"> <div id="nav_menu-3" class="widget widget_nav_menu"> <h3…