Jump to content

Disable Main Category Link


Guest

Recommended Posts

Is there a way to Disable Main category link in the navigation menu. I recently fixed the accordion menu matter which means my sub-categorys load fine therefore I don't want links to the main categories... Anyone know how to do this?

Link to comment
Share on other sites

Anyone know how to do this? All I wanted to do was disable the hyperlink for Main Category but keep the hyperlink for Sub Categories... anyone??

Link to comment
Share on other sites

Try adding this line to your skin's js file:

$('#menu.accordion>li>a').click(function(){return false;});

Thanks Viola, I haven't tried it yet and I will do so, but does this function disable all links in my nav menu? I just wanted to disable the main category link but leave the sub-category links (the one that folds out) working. Please confirm?

Link to comment
Share on other sites

Guest Viola

Yes, it will only disable the first level of links. The ">" symbol in a css selector means only direct descendents are affected.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...