I'm fairly new to Wordpress, but I'm encountering a strange issue. I have a menu set up, and I've put links to some of my pages inside of it. But, when I try to click on any of the menu items, nothing happens. I can see the URL in the bottom left of my screen when I hover over the links, but when I click on them, I'm not redirected. The weird thing is that, when I open the links in a new tab (using either middle-mouse click or right click -> open in new tab), all of the links work. Does anyone have any idea what this might be? I'm completely lost.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
closed as too localized by toscho♦ May 10 '12 at 16:35
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
I would guess that some javascript is running on that page (in your theme) and preventing the default action of click event. Disable all plugins you have and then theme to narrow down the cause. If disabling a plugin or reverting the theme fixes it, then you have found your culprit. Also look for javascript errors in console. |
|||
|