Tagged: anchor tags
I’m building a one-page site, and for whatever reason, the Section IDs aren’t actually working as an anchor for the main menu links. Instead, I threw in code blocks at the beginning of each section that only included an anchor tag like this one: < a=”AnchorName”>
That worked well, but after a refresh, suddenly the following text blocks are now displaying as a hyperlink – not a clickable one, but still. Any ideas (aside from stripping out the anchor tags)?
Thanks!
Hey BlueprintECM,
link does not work for me. Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)
Best regards,
Andy
Hi Andy,
No worries at all – the anchor tags were a workaround because I couldn’t get the menu linking to the Section IDs. Turns out it’s because the links are case sensitive, and I didn’t even think to check that. Thanks anyway! :)