• Hello, I’ve been stuck on this for days. Firstly no slideshows using Jquery, Javascript or Mootools worked. I put that down to a clash with wp-ecommerce and used a flash one which works fine.

    The main problem now is that no dropdown menu plugins will work either. I have tried every different one but none work. Standard single line navigation works fine but any dropdown doesn’t. I take it that this must be some sort of JS problem but don;t really know.

    Anyone have any ideas/tips?

    https://www.openblue.co.uk

Viewing 1 replies (of 1 total)
  • I doubt that this is the whole issue, but it looks like you have a syntax error in the menu code, this line:

    <li id="menu_item_5" class="mc_menu_item external_link "><a href="https://stores.lulu.com/store.php?fAcctID=2221336 target="_blank"" title="Shop" rel="external" >Shop</a></li>

    has a double-quote out of position, should be:

    <li id="menu_item_5" class="mc_menu_item external_link "><a href="https://stores.lulu.com/store.php?fAcctID=2221336" target="_blank" title="Shop" rel="external" >Shop</a></li>

Viewing 1 replies (of 1 total)
  • The topic ‘No menus working’ is closed to new replies.