-
AuthorPosts
-
July 21st, 2017 at 10:35 #50366
Hello
I have this auto scroll script that I paste inside page.php file of this theme.
Right after I save it the script works, but the next day it stops working although the script is still there.This is the script:
jQuery(document).ready(function() { jQuery('body').animate({scrollTop: +400}, 1500); });
What can I be doing wrong? and if there is a better way to make the website autoscroll on page load then I would love to know too! (btw: the one much used auto scroll on id plugin didn’t work for me).
Thank you!
Sébastian
Website: www.marjandehaer.com
- This topic was modified 7 years ago by SebastianStevens.
July 25th, 2017 at 19:52 #50831Well, it seems to work now.
So I guess this post is obsolete.Kind regards,
Sébastian
July 26th, 2017 at 12:17 #50854Well, it doesn’t work. maybe it works on one pc and not on the other. Its nice it doesnt work on mobile devices, that is actually an advantage. But it would be nice if it worked on all laptops and pc’s.
September 30th, 2017 at 17:43 #54496Hopefully there is a solution to this? Because a website i have made looks only good on all devices when this script works, and somehow it stops working after a day or so.
Thanks in advance!
October 1st, 2017 at 21:24 #54525ZedCryout Creations mastermindScripts should be placed in dedicated locations (like the footer) or files, not inside files responsible for rendering content.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘auto-scroll Java script stops working’ is closed to new replies.