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.

Replies

7
  1. Andrew Misplon Staff 9 years, 11 months ago

    Hi Carl

    You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    li.current-menu-item {
    	pointer-events: none;
    }

    You might also need to install the SiteOrigin CSS Editor.

  2. Carl Bullock 9 years, 11 months ago

    Thanks Andrew,

    I’ll give that a go when I get home I’ve already got the custom CSS editor installed it’s a brilliant little plugin for a few small tweaks.

  3. Carl Bullock 9 years, 11 months ago

    works brilliantly Thanks again Andrew!

    iow.bcss.org.uk

  4. Andrew Misplon Staff 9 years, 11 months ago

    Awesome :) Really glad to hear that did the trick.

    All the best with your website.

  5. Carl Bullock 9 years, 11 months ago

    I have just noticed a slight problem with this way of doing it…

    If I have a menu item with an on hover drop down and then navigate to the main menu link I cannot access the drop down links on that page without first navigating to another page.

    Is there anyway to incorporate a fix but also disable the current page link still?

    Many thank again

    Carl

    In case I haven’t explained it well if you go to the site in question (http://www.iow.bcss.org.uk/) and then hover over “Meetings 2016” and then click the link and then hover over it on the loaded page you will see that it wont work :/

  6. Andrew Misplon Staff 9 years, 11 months ago

    Hi Carl :)

    Sure. Try replacing our previous rule with the following:

    li.current-menu-item:not(.menu-item-has-children) {
    	pointer-events: none;
    }

    Let me know how that goes.

  7. Carl Bullock 9 years, 11 months ago

    Brilliant thanks again Andrew

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