cover feature bug on mobile + new page loads scrolled after anchor is used in previous page
-
Dear @robin
It seems a bit strange. This is not the normal behavior.
Can you deactivate your custom CSS and see if the problem remains?
Also deactivate your plugins.Best!
Marius
-
-
Dear @robin
you have something activated which makes the text scroll up later. Maybe a parallax scroll on the text box?Best!
Marius
-
Hey,
Indeed there is a parallax effect on the title. I removed it on this page:http://kosmocompany.net/wordpress/about
but the problem remains. I'm a bit clueless here :(
this is the only error showing in the console, maybe that's a lead:
TypeError: l.default.hideRowsRegionIfEmpty is not a function
frontend.app.min.js:1:17094 -
cover feature:
seems to be a bug that i will need to fix. however i'm busy with something else this week, i have a deadline too.just disable the cover feature for phone for now:
"Lay Options" -> "Cover Options" -> "Disable for Phone"http://kosmocompany.net/wordpress/trainings-workshops
I use anchors in the links on the right to get to different positions in the page. Whenever an anchor link has been clicked, if you move to another page of the website from the menu this new page will appear scrolled and not from the top.
Ok. Add this to lay options -> custom css/html -> custom <head> content
<script> window.laytheme.on('newpageshown', function(){ window.scrollTo(0,0); }) </script>
-
Hey do you mean the cover bug?
Just update lay theme I fixed it yes. -
Hi,
sorry the bug is still there, I just updated to laytheme 2.6.5.
And now the website shows a white page in safari 9.1.2 (11601.7.7) on my macbook pro and a list of errors in the console which is obviously even more problematic.
I'm leaving it online now so you can see by yourself -> kosmocompany.net
-
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it