Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1316678

    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

    #1316898

    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

    #1316971

    Hello Ishmael,
    unfortunately still does not work

    #1317046

    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

    #1318940

    perfect

    #1319249

    Hi,

    Great! Please feel free to open another thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Anchor link from subpage to homepage’ is closed to new replies.