Anchor position on desktop and mobile
-
Hello,
Is there anyway to have anchor positions on desktop and mobile? With the code below, found here in the forum, on mobile the content doesn't scroll enough to be seen. Thanks!
<script> window.laytheme.on('newpageshown', function(){ if(window.location.hash.length > 0){ var id = window.location.hash; if(jQuery(id).length > 0){ jQuery('html, body').animate( { scrollTop: jQuery(id).offset().top+10}, { duration: 1500 }); } } }); </script>
-
hey dont use any extra code for anchors
just do this:https://laytheme.com/documentation/jump-to-anchor.html
remove the code from your website that you posted here. it will interfere with the code that is already built in into lay theme
-
@arminunruh thanks!
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it