Top Nav menu links only work on refresh
Permalink
Hi All,
I'm having an issue with a couple of sites built with the same theme that's seemingly randomly appeared. The links to different sections of the site in the top nav block sporadically work, and then refuse to redirect unless the page is refreshed. I've tried clearing the cache. Changing the font color seems to exacerbate the problem - also have no idea why. On top of this, the "#section-1" anchor seems to not function at all, but the arrow button at the bottom of the main image does work to advance the page to this section. I'm at a complete loss...
The links for the sites arehttp://waukeeten.com andhttp://runtoexile.com. They both have the same issue. Thanks in advance for any help or suggestions.
The code in the block is as follows:
I'm having an issue with a couple of sites built with the same theme that's seemingly randomly appeared. The links to different sections of the site in the top nav block sporadically work, and then refuse to redirect unless the page is refreshed. I've tried clearing the cache. Changing the font color seems to exacerbate the problem - also have no idea why. On top of this, the "#section-1" anchor seems to not function at all, but the arrow button at the bottom of the main image does work to advance the page to this section. I'm at a complete loss...
The links for the sites arehttp://waukeeten.com andhttp://runtoexile.com. They both have the same issue. Thanks in advance for any help or suggestions.
The code in the block is as follows:
<ul> <li><span style="color: #ffffff;"><a href="#section-1"><span style="color: #ffffff;">Race</span></a></span></li> <li><span style="color: #ffffff;"><a href="#section-2"><span class="external" style="color: #ffffff;">Registration</span></a></span></li> <li><span style="color: #ffffff;"><a href="#section-3"><span style="color: #ffffff;">Courses</span></a></span></li> <li><span style="color: #ffffff;"><a class="external" href="./results"><span style="color: #ffffff;">Results</span></a></span></li> <li><span style="color: #ffffff;"><a href="#section-5"><span style="color: #ffffff;">Sponsors</span></a></span></li> <li><span style="color: #ffffff;"><a class="external" href="./charity"><span style="color: #ffffff;">Charity</span></a></span></li> </ul>
The first sitehttp://waukeeten.com does not have a navigation and redirects to a different page.
After looking athttp://runtoexile.com, what you are describing appears to be JavaScript issues. I recommend contacting your developer about it.