Viewing 5 replies - 1 through 5 (of 5 total)
  • the nature of your theme has it so that drop down menu’s do not have clickable top level menu items..

    that is why it looks like “/#”

    you can see this is the case by disabling javascript.. the menu ends up allowing you to click on the top level menu item

    there is a line in your header currently that says

    jQuery("ul.nav > li > ul").prev("a").attr("href","#"); this is what is causing the problem.. id you delete this is should allow you to click top level menu items

    Thread Starter fmgmoderator

    (@fmgmoderator)

    Thanks Haxxxton, do you know if I can change that? I use ElegantEstate Theme. A matter of enabling javascript?

    Thread Starter fmgmoderator

    (@fmgmoderator)

    I ve been looking for

    jQuery(“ul.nav > li > ul”).prev(“a”).attr(“href”,”#”);

    in the header.php but cant find it. Do you know where to look?

    in your header.php file there should be a line that probably says something like:

    include('SOMETHING.php'); or include('SOMETHING.js');

    you will need to open THAT file and find the line i mentioned above..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu link to page (title) does not work’ is closed to new replies.