Hello, I have the problem that the anchor links from a subpage to the start page are not correctly assigned.
On the start page I assigned id for the anchor for 3 color sections
As long as I call them up via my menu when I am on the start page, they also work.
But as soon as I call up the page https://seisofrei.bayern/kontakt/ and then click on the links via the menu, I am not taken to the correct position on the home page
I need help quickly because my customer is waiting for the solution
Hey Markus,
Thank you for the inquiry.
What happens when you disable the layer slider temporarily? Have you tried enabling the Enfold > Theme Options > Page Preloading option? Enabling the preloader should allow the whole document to completely load before displaying the page, which should correct the anchor positioning.
Best regards,
Ismael
Hello Ishmael,
unfortunately still does not work
Hi,
Thank you for the update.
It worked correctly when we removed the mobil layer slider temporarily. We might have to add a few css code to actually hide the mobil slider on desktop view so that it does not interfere with the anchor positioning.
@media only screen and (min-width: 989px) {
.home #layer_slider_2 {
display: none !important;
height: 0;
}
}
Best regards,
Ismael
perfect