• Hello dear users,

    I have installed some CSS ID links on the website https://www.das-erlebnisbad.de/startseite to go directly to the respective sub-items via the menu.

    Unfortunately, these jumps only work when I’m already on the respective page. But I would like the jump to also be possible from another side. For example from das-erlebnisbad.de/sauna-vicus to das-erlebnisad.de/erlebnisbad/#kurs.

    Can someone tell me why this is? The PHP version is up to date.

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Such links work as expected on my site, so I’m inclined to think your theme or one of your plugins is interfering. As a test, try restoring your site to “plain vanilla” — no active plugins and using a default Twenty* theme. Your links ought to now work from other pages. Narrow down the culprit by restoring your theme and plugins, one at a time, testing after each.

    If you don’t want to disrupt other visitors while you’re testing, use the Health Check & Troubleshooting plugin. When entering troubleshooting mode, all plugins will be deactivated and you’ll be switched to a default theme — all for your view only. Other visitors will still see your normal site. You can switch themes and activate plugins from the admin bar to narrow down the cause.

    @iumedia You should use relative Links inside your Navigation. That means you have to use custom links inside your nav and to add it without domain.

    Don’t do this: https://testdomain.com/example#test
    Do this: /example#test

    I hope that will help you. Maybe the theme prevent the loading Anchor IDs. But normally it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS-ID Jumps do not work’ is closed to new replies.