Topic Resolution: Resolved
  • Closed
  • John Hassell
    Spectator
    July 29, 2015 at 3:08 pm #19336

    We have recently upgraded to the Evolve Plus theme.

    When visiting the menu and trying to click on sublinks by hovering over before clicking, the sublinks flicker and disappear which would be inconvenient to most users so the only way to access these pages is by clicking the respective general page link (Web Exclusives) in the menu.

    How can I prevent the sublinks from disappearing?

    I have done numerous searches but have not found an answer.
    I can modify php templates or css stylesheets with instruction.
    Denzel had suggested deactivating plugins one by one for the Evolve Demo mode. Are there any other solutions for Evolve Plus?

    The website containing to the problem I’m trying to resolve is: http://onnaturemagazine.com.

    Noah

    Imran
    Spectator
    Posts: 402
    July 29, 2015 at 3:30 pm #19341

    Hi Noah,

    Thanks for writing in, if you wish to achieve that, so you can add the following code under Appearance > Theme Options > Custom CSS:

    ul.nav-menu li:hover ul, ul.nav-menu li.nav-hover ul {
    display: block !important;
    }

    Hope this helps!

    Thanks.

    John Hassell
    Spectator
    Posts: 3
    July 29, 2015 at 4:05 pm #19344

    Wonderful!

    Thanks Imran!

    Imran
    Spectator
    Posts: 402
    July 29, 2015 at 4:20 pm #19349

    You’re welcome! 🙂