Hello,
Please take a look at this site:
If I hit the button ‘ons verhaal’ in the menu, it goes to the anchor ‘#overons’
This works great from the homepage.
But if I go to another page like this one: http://www.dekorenmarkt.nl/nieuws/
and I hit the same button in the menu, it stops at the wrong place and not on the anchor!
This only happens when I hit the button on another page than the page that the anchor is located at…
Can you explain how this happens and how I can fix it?
Greets Jeen
Hi Groeier!!
I think this is happening because the LayerSlider at the start is being loaded after the anchor scroll script, so its height is not taken in consideration. Try adding this code to Quick CSS / child theme style.css:
div#layer_slider_3 {
min-height: 1042px
}
Regards,
Josue
Hello Josue,
Thanks for the very quick reply! It works on IE. Chrome doesn’t work but i think this is a cache problem!
You can close this post!!!
Greets Jeen
You are welcome Jeen, glad to help :)
Regards,
Josue