Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15711
    jpbertram
    Member

    Hello,

    A couple of our menu bar items are not linked to anything and serve a sole purpose for hovering and displaying the submenu links sitting below. On an iPad or tablet, however, it is not possible to hover.

    Can I set the not clickable menu items to be clickable only on a tablet, and not on a regular web browser?

    Thanks!

    #15740
    Sakin
    Keymaster

    @jpbertram: For that you need to have onClick="return true". So for all those empty menus item, you need <span onClick="return true"> before and </span> after you menu item labels. So, your empty menu labels will be as below:
    <span onClick="return true">Parent Drop</span>

    #16911
    jpbertram
    Member

    Hi Sakin,

    Thanks for the response. Where would I edit this code?

    Thanks again!

    #16922
    Sakin
    Keymaster

    @jpbertram: Oh sorry. You can to go to “Appearance => Menus” and then create menu if you haven’t create or edit it if you already have it. And you need to edit the Label of the Menu item for which you don’t want link.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Bar Links with iPad’ is closed to new replies.