Getting a menu bar item to not link to anything

Forums Forums Menus Getting a menu bar item to not link to anything

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #770
    RickA
    Member

    I have a vertical drop down menu. One of the menu items has four drop down items. I would like the menu bar item not to link to anything so the user must select one of the drop down categories that appear when he hovers over it. Is this possible?

    #5971

    Yes. Just remove the links URL from the menu item you don’t want to link to anything:
    [code:1ypvgqgz]
    <li><a href="">Dropdown</a>
    <ul>
    <li><a href="http://yahoo.com/">Yahoo!</a></li>
    <li><a href="http://google.com/">Google</a></li>
    </ul>
    </li>

    [/code:1ypvgqgz]

    #5972
    RickA
    Member

    I should have said that I am using WordPress so to make a menu item, I must create a page. Is there a way in Multilevel itself to keep a particular page/menu item from linking to anything?

    #5973

    For WordPress pages you would need to use another plugin which can modify the wp_list_pages() function which is used by the Multi-level navigation plugin to display the pages.

    #5974
    palgrave
    Member

    The plugin to use is Page Lists Plus, and the instructions for this scenario are at http://wordpress.org/support/topic/224761?replies=2

    #5975

    Thanks Palgrave <img decoding=” title=”Smiley” />

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.