- This topic has 3 replies, 2 voices, and was last updated 11 years ago by Sakin.
-
AuthorPosts
-
October 9, 2013 at 5:19 am #15711jpbertramMember
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!
October 9, 2013 at 10:56 pm #15740SakinKeymaster@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>
November 7, 2013 at 9:17 am #16911jpbertramMemberHi Sakin,
Thanks for the response. Where would I edit this code?
Thanks again!
November 7, 2013 at 1:01 pm #16922SakinKeymaster@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.
-
AuthorPosts
- The topic ‘Menu Bar Links with iPad’ is closed to new replies.