This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Submenu Indicator

Resolved 2 replies premiumthemetheme-vantage
10 years ago · Last reply by Beat Wettstein 10 years ago

Hi, I have experienced a problem with having a submenu under a top menu item when using a tablet. While the menu shows the submenu there is not time to actually pick an item from the submenu because the top menu item has already been triggered.
I have tried to get around this issue by using a link with the URL = # as I do in another theme that I am using. If this is done in the other theme that I am using then the menu shows down arrows and sideway arrows in the menu item that has a sub item to indicate that the user must select one of the submenu options. I have tried to use characters to do this (…v…. and ….>….) however it does look very homegrown and dated. Is there anything that you can suggest to resolve this in a more professional looking manner.
Thanks
Beat

URL: http://www.careertuneup.com.au/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Magus Staff 10 years, 7 months ago

    Hi Beat

    There are a couple of options you could use. the first would be to upload the relevant arrow images on a transparent background to an image folder in your child-theme and independently target the required menu items with CSS to add the image. For example

    #menu-item-2806 a {
    background:transparent url(path-to-top-menu-arrow) no-repeat center right;
    }
    #menu-item-2808 a {
    background:transparent url(path-to-sub-menu-arrow) no-repeat center right;
    }

    A Second option would be to use special characters for the arrows instead of adding them using the default characters on the keyboard.

    right arrow = ►
    down arrow = ▼

    More on these here

    http://brucejohnson.ca/SpecialCharacters.html#unclassified

    Let us know how you get on

    Magus

  2. Beat Wettstein 10 years, 7 months ago

    Hi Magus,
    thanks for your reply. I went with the special characters. That does the trick for me.
    Beat

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread