1
Well I’ve researched enough, I’ve seen several tutorials on how to make a scroll via anchorage, however I search a scroll for all pages including the initial, I searched some plugins in Wordpress as for example: scroll in id, but everyone I’ve found fulfills the same action leading me to a particular id...
I need to get the distance to the top of 400, if it was possible to make track jquery would do so:
$("body").scrollTop(400);
But how to do it in Wordpress?
But how do I add it in wordpress? I tried to add directly to the font failed.
– Elizandro Schmidt
Does your WP already have jQuery? I believe it is within Function.PHP or HEAD, it depends on each Theme... If you have access to Footer.php put inside the footer that is ideal. If you can go to the documentation of the theme you are using and search for how to add extra scripts
– hugocsl