Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #751022

    Hello!

    I am having an issue with the main menu as an icon not opening on click. It opens fine when I am logged in to admin, but outside users can’t open it. I couldn’t find another thread with a similar issue, so I am not sure if this is just an isolated issue or not. No page caching plugins are being used, and I have tried deactivating all plugins to see if I still had the issue (I do). Here is a link to the staging site in question: http://testsite.teamitgr.com

    Any and all help is appreciated!
    Thanks in advance,

    -A

    • This topic was modified 7 years, 9 months ago by a3brown4. Reason: added login information for mods
    #751131

    Hey a3brown4,

    I tried logging in but the provided info does not seem to be working

    Best regards,
    Jordan Shannon

    #751179

    I am sorry- I posted the wrong credentials. I have included the correct ones here.
    Thanks!

    #751882

    Anyone able to help?

    #752130

    I would really appreciate any help you can provide. I have tried everything I can think of and yet the menu still doesn’t show.

    Thank you!

    #752197

    Hey!

    I checked the web site with my mobile (iOS ) and it worked just fine.
    Can you give us some more informations so we can duplicate the issue?

    Also please not that if you post again and again into a topic, you get it last to the line and make it almost impossible for us to debug.

    Thank you very much

    Best regards,
    Basilis

    #753382

    Hi Basilis-

    Thanks for getting back with me. However, please visit the site on desktop- the menu does not open. Please see Testsite.teamitgr.com

    Thank you.

    #754184

    I have temporarily changed the menu to a mega menu so that my client can review. I would still like to get the menu as an icon on desktop working however, so any help addressing this issue is appreciated. Thank you!

    #756827

    Hi!

    I checked the menu icon today and it is working properly. What was the issue?

    Regards,
    Ismael

    #758651

    Hi Ismael-

    Its working after installing the latest update to Enfold.

    One additional question though- Is there a way to slow down the submenu open speed on the menu? It has a twitchy effect when hovering over Services: http://testsite.teamitgr.com/

    Also- The dropdown has a white background- can that be removed?

    Thanks for your help!

    #758775

    Hi,

    You can add this to quick css to change the background of the sub-menu:

    .html_header_transparency #top .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a {
    background: white!important;
    }

    To adjust menu speed:

    You can edit js > avia.js, and search for this line:

    item.stop().css(‘display’,’block’).animate({opacity:1},300);

    Adjust the value 300.

    Best regards,
    Jordan Shannon

    #759222

    Hi Jordan-

    Thanks! I was able to remove the background completely for the submenu.

    However, adjusting the values for the open speed didn’t work. I changed it to 2000 just to see if the change was noticeable, but it is still just as fast.

    #759277

    Hi!

    Please remove the modification then look for this code around line 1725:

    new_menu.find('li').hover(function () {
    			        $(this).children("ul.sub-menu").stop().slideDown('fast');
    			    }, function () {
    			        $(this).children("ul.sub-menu").stop().slideUp('fast');
    			    });

    Change the value from “fast” to “slow” or adjust the duration by milliseconds.

    // http://api.jquery.com/slidedown/

    Cheers!
    Ismael

    #759457

    Perfect! Thanks Ismael and Jordan!

    #759464

    Hey!

    Happy we can help.
    Please remember to spend a moment to rate Enfold at themeforest, it actually helps us a lot!

    Thank you very much

    Best regards,
    Basilis

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Menu as an Icon will not open?’ is closed to new replies.