Okay
  Public Ticket #1542968
Disable Menu Hover
Closed

Comments

  • GoldAndGrey started the conversation

    Hi, I want to disable all menu hover, as it is unnecessary on my site. How can I do this? is there a setting? I want to avoid CSS if I can as I am trying to load my website as quickly as possible.

    Thanks,

    S

  •  2,005
    Ocean replied

    Hello,

    You do not want using dropdown menu? or you want what? I not understand?

    Thank you

  • GoldAndGrey replied

    Hi,

    I am trying to remove the hover menu above the menu items... Please see the attachment.

    I don't want this to appear on any of my menus

    Thanks for your reply,

    All the best,

    Sam

  •  2,005
    Ocean replied

    Hello,

    When I access your website and it's show a error: http://prntscr.com/j6pkpx

    I can't check your website and find issues.

    Thank you

  • GoldAndGrey replied

    Sorry the website is dev.goldandgrey.uk

    I obviously had a typo!

    Thanks

    S

  •  2,005
    Ocean replied

    Try add this js code in bottom of your designesia.js file:

    jQuery(document).ready(function() {    
        /* Remove title show on hover menu item */
        jQuery('#mainmenu li a').removeAttr('title');
    });
    

  • GoldAndGrey replied

    I am using a child theme but am worried about what happens when I auto update the theme. This setting is in a core theme file that will be overwritten each update. Is there some CSS I can use?

    Thanks,

    S

  •  2,005
    Ocean replied

    Hello,

    Please wait for new update version, you can easy add javascript code in new version update: http://prntscr.com/j8t1o3

    Thank you

  • GoldAndGrey replied

    Wonderful ! My issue has gone with the Theme update to Version 3.8.0. This introduced the Footer Javascript option and I pasted the command in as you suggested and BOOM! All sorted.

    Thank you very much

  •  2,005
    Ocean replied

    Yes, in new version 3.8.0, you can easy add javascript code in theme options, Thanks