Tagged: 

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #685207

    Hi!

    I just saw your new update, Enfold 3.8, and was excited about the burger meny option – but I can not find any such settings after updating. Can you please guide me? Thank :)

    #685210

    Hi!

    Burger menu option is only available when you choose “Logo right, menu left” or “Logo left, menu right” (first two) options in Enfold theme options > Header :)

    Cheers!
    Yigit

    #685217

    Hello,
    Have exactly the setting your are mentioning (Logo left, menu right), but still no clue where I can see seetings.
    br
    Ronald

    #685218

    I already have “Logo left, menu right”… where should the option for burger menu then be visible?
    Also, it doesn’t look like the two new demoes has been added either… But style.css says Enfold 3.8. Weird.

    • This reply was modified 7 years, 8 months ago by luckylobo10.
    #685220

    Oh wow – what a next step ! Great demo that crative studio !

    #685226

    Hi!

    New demos are added. Please flush browser cache and refresh the page a few times – http://kriesi.at/themedemo/?theme=enfold-overview

    And if icon option does not show up on your end, please create a temporary admin login and post it here privately.

    Regards,
    Yigit

    #685229

    I solved it by completely deleting the enfold theme folder via FTP and then uploading the new one.

    #685233

    Would it be possible to have the desktop burger menu also on mobile?

    #685239

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu {
        display: block;
    }
    #advanced_menu_toggle { 
    display: none !important; 
    }}

    Regards,
    Yigit

    #685269

    Have deleted and uploaded the theme directory, still no idea where to make the settings for the burger menu…

    #685361

    All,

    I also initially had trouble getting the burger menu options to work, and later, having my menu populate the new Burger Menu.

    After reuploading the 3.8 version of the theme, I also resaved the Permalinks. That did it for me.

    I had some issues with the solution provided for having the new Burger Menu available for mobile as well. In particular, even though the top menu was set as “Transparent”, it would still show a white menu at the top…with the white icons on top. Of course, white on white is…difficult to see.

    The mobile/searc menus were also displaced from their location, so I combined an earlier solution for the “Transparent Header on Mobile” with this Burger Menu on Mobile solution…and added some z-index and absolute position for mobile so that the open close icon stays in the same spot.

    Try this:

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu {
        display: block !important;
        position: absolute;
        top: 0em;
        right: 0em;
    }
    #advanced_menu_toggle { 
    display: none !important; 
    }
    }
    
    @media only screen and (max-width: 767px) { 
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background: transparent!important;
      position: absolute!important;
    }
    }
    • This reply was modified 7 years, 8 months ago by castellanero.
    #685442

    I also can’t find the burger menu settings… is it supposed to show up under the “header layout” tab?

    #685805

    I still have no idea, where I can find any options / settings for this “Burger Menu”…. Is there any documentation?

    #685809

    Hi, Did you find out where these options are?

    #685849

    If you have updated the theme correct you should see the option “Display of menu items” under Header –> Header Layout.

    If you don’t see it the theme prob did not update correct (which happend to me). I then deleted the theme folder trough FTP and uploaded the new version.

    #685852

    Hey!

    Please go to Enfold theme options > Header and choose “Logo left, menu right” option or “Logo right, menu left” option for position (the first two options) and hamburger menu option will show up – http://i.imgur.com/Bzm9Ji4.png

    Regards,
    Yigit

    #685865

    OK, But my menu does not change even if is set the “Display of menu items” to “Display as Icon” — it does not change anything in the front end.

    br

    #685868

    Hey!

    Please flush cache and refresh your page a few times. If that does not work, please start a new thread and attach temporary admin logins in private content field.
    If you post them here, they will be visible to the OP as well

    Best regards,
    Yigit

    #696556

    Well, I’m sure there is a bug now. Two fresh installs, I have the burger on the second, not the first, and the second was a copy of the first … I quit now, enough lost time. Subway has a sidemenu for many years, well obliged to watch out there since my new client WANTS a permanent burger menu on all terminals…:(

    #696562

    Hi!


    @luke7263
    Please refer to this post – https://kriesi.at/support/topic/enfold-3-8-burger-menu/#post-685852. If that does not help, please start a new thread or we can continue on your existing one.

    Cheers!
    Yigit

    #696569

    But this is the post I sent my message from !
    I’m sorry Yigit, spending more than 2/3 hours to configure a simple menu is not acceptable to me, time is money, clients want their web site.
    If a single menu, burger or not, cannot be set with 2 or 3 entries in less than 10 minutes, that’s not acceptable, whatever the software, WordPress, Joomla, Visual Studio ….
    I like Enfold a lot, working at 95% with it for 2 years, but now I must find a solution quickly. If you have more infos, please go on on thread 696561, you already answred there to me, thanks a lot.

    #696577

    Hi!

    We are hijacking other user’s thread here, that is why i said please refer to my post above and if that does not help, let us continue on your thread and not bother other users :)
    Let us just try to solve it in your own thread, shall we? :)

    Best regards,
    Yigit

    #704294

    Hello there! I have the same problem with burger menu.. I made all the settings as you wrote, but does not work…

    Thank you
    Vanessa

    #704656

    Hi Vanessa,

    The mobile menu looks to work as expected on your site, could you try to explain your problem a bit further please? Please open a new thread next time.

    Best regards,
    Rikard

    #704721

    My menu in the backoffice you see as well as I would like it (as first picture linked above) .. but in frontoffice you see so (as second picture linked above) .. why? I wish the menu burger also saw in desktop mode .. How can I do?

    BackOffice menu: https://www.dropbox.com/s/f7yey02qq7p5knf/burger-menu.jpg?dl=0
    My menu: https://www.dropbox.com/s/8ywrub1er1q7isr/stock-photo-woman-with-futuristic-hairdo-438572191.jpg?dl=0

    I’m sorry for my bad english.. I hope that I explained well…

    Thanks a lot
    Vanessa

    #706403

    Hi,

    check out this: http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    Hope this will help you!

    Best regards,
    Andy

Viewing 26 posts - 1 through 26 (of 26 total)
  • You must be logged in to reply to this topic.