Scrollto doesn't work
-
Dear Armin,
I added a menu with custom links to a page I'm currently working on, linking to specific anchor points on the page.
When I jump to an anchor by #id it seems like a new page has loaded. Anyway the browser scrolls the anchor point but the whole content is gone.
Would be great to hear from you.,
Best, Daniel -
I figured out that since the latest update, the ids #main-region.hide, #footer-region.hide have opacity:0; after clicking a scrollto link.
-
-
Hey @mariusjopen sorry for the late reply.
For now I solved the problem by installing an older version of laythme. -
Dear @bb_daniel
ok. But that should not be the solution.
We will have a look into that anyway.Best!
Marius
-
@bb_daniel which version did u install?
giot the same problem here with scrollTo links
-
Might have something to do with the new On Scroll Element Transitions. Did you try deactivating that in Lay Options?
-
@edgrbnz sadly that didn't do the trick. i fixed the page with setting opacity to 1 for both, but smooth scrolling does not work like this, it just does ugly jumps
#main-region.hide, #footer-region.hide {opacity:1!important; }
-
Cool you solved it! (for now)
In terms of the Scroll Element Transitions they actually do fade in. So they do have
opacity: 0
at some point. And that might be one of the issues here.In terms of smooth scrolling:
I don’t know which code you are using. A friend of mine seems to have a similar problem on his site. The smooth scrolling works perfectly fine but the whole site turns white als soon as the About anchor gets clicked. -
That’s the code I used inside custom <head> content of my friend’s site to make the smooth scrolling work. If anyone has some input why this hides all content I’d be very grateful:
<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 }, { duration: 1200 }); } } }); </script>
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. Now see if your problem solved itself
5. 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