You have something that is on top of the menu preventing access to the menu elements.
Disabling all your plugins and see if the menu works, then activate them in till you find the culprit
Hi
I’ve found the culprit. It’s metaslider.
I’ve changed the normal twenty eleven header to a metaslider and that’s what’s causing the issues. That’s why on the pages without the metaslider in the header, the menu works fine.
Do you have any fixes that you could suggest?
Thanks
you might want to change the z-index of the menu element so it sits on top of the metaslider and is then accessable.
Thanks for the reply!
Any ideas on the piece of code i’d need to use and where to put it?
Thanks
You can use a code examiner like the FireBug extension for FireFox, and look at the elements. Then you can add some CSS on teh fly to see what effect it has. Once you have the CSS selector and rule (try ‘z-index’) you can add them to your themes style.css of see if the plugin has some place to add css.
I tried to google around and understand how to do what you just suggested but to no avail unfortunately.