Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #924591

    We will need this option fixed because it work on other sites where header is horizontal. When menu is used in sidebar. This doesent work. Or temporary solution for it?

    #925275

    Hey Slavisa,

    Not sure that I understand properly what you want to do.
    Do you want to have the menu always as a sidebar, not depending on the size of the screen?

    Best regards,
    Basilis

    #925439

    Hello everyone,
    I try to make it more clear.

    We need to display the top mobile menu with the burger icon on the tablet tower view, now it does only display on mobile.
    Tablet tower screen: http://prntscr.com/iq0btd
    Moblie screen: http://prntscr.com/iq0c9x

    Link: http://markldach.network.cloudalps.com/

    Any ideas? Thanks in advance.
    Bernhard

    #925826

    So what we need is to remove sidebar totally and enable burger menu earlier on 990px (989px) as it supposed to work.

    #926823

    Hi,


    @nnpro
    please create a new ticket as your issue is different.

    Thank you for making the YouTube video to show the issue. In the YouTube video you are using a simulator which does not always show correct results.

    I have checked your site on android phone and the menu works fine. Even on the windows browser when the width is small.

    screenshot attached. If you still face any issue (other than on simulator) please let us know how we can reproduce it.

    Best regards,
    Vinay

    • This reply was modified 6 years, 8 months ago by Vinay.
    #926841

    It not work on tablet 768px, firefox inspect element is accurate. You can add fresh theme on new site which I did before made this post. It simply not work as option is set to do.

    #926843
    #927816

    alt

    disable sidebar and enable burger bellow 990px – Enfold option not work as is supposed to do

    #927892

    Hi,

    Thank you for the info.

    Please try these css codes to force the header switch when the screen width is less than 1024px.

    @media only screen and (max-width: 1024px) {
      .responsive #top #wrap_all #header {
        position: relative;
        width: 100%;
        float: none;
        height: auto;
        margin: 0 !important;
        opacity: 1;
      }
    
      .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
      }
    
      .responsive #top .logo {
        position: static;
        display: table;
        height: 80px !important;
        float: none;
        padding: 0;
        border: none;
        width: 80%;
      }
    
      .responsive .logo a {
        display: table-cell;
        vertical-align: middle;
      }
    
      .responsive .logo img {
        height: auto !important;
        width: auto;
        max-width: 100%;
        margin: 0;
        display: block;
        max-height: 80px;
      }
    
      .responsive #header_main .inner-container, 
      .responsive .main_menu {
        position: static;
      }
    
      .main_menu .avia-menu, #header_main_alternate, 
      .fallback_menu {
        display: none;
      }
    
      .responsive #top #main {
        padding-top: 0 !important;
        margin: 0;
      }
    
      .container #advanced_menu_toggle, 
      #advanced_menu_hide {
        display: block;
      }
    
      .responsive.html_header_sidebar #top #header .social_bookmarks {
        display: none;
      }
    }

    Best regards,
    Ismael

    #927925

    Tnx Ismael,

    But that didnt do the work. Burger is missing on right. Even on mobile now.

    alt

    #928867

    Hi,

    It may require additional css modifications. Please provide the login details in the private field so that we can inspect the site properly.

    Best regards,
    Ismael

    #931485

    Here the login attached. Hope it helps.
    Thanks & best regards
    Bernhard

    #931843

    Hi,

    Thank you for the update. The Appearance > Editor panel is not accessible. Please enable it. And upgrade the theme to version 4.2.6. We’ve added the remaining css modifications in the General Styling > Quick CSS field.

    Best regards,
    Ismael

    #937311

    Hello, excuse the late message but the Easter stress had us on the belt. ^^
    Server Access is attached.

    #937644

    Hi,

    We adjusted the css codes. The layout should switch to top header when the screen width is less than 1024px.

    Best regards,
    Ismael

    #937687

    Hallo again, seems to work fine now. Thanks!
    Can you tell me what css code exactly changed? For better understanding.

    Kind regards
    Bernhard

    #938371

    Just stumbled on this thread and have the exact same issue. The code you provided helped, but my burger icon is missing. Please provide the additional code to bring the burger icon back. Thank you!

    #938471

    Hi,


    @nnpro
    : Thank you for the update. You can find the css modifications in the Quick CSS field. We also adjusted some of the css modifications from the style.css file.


    @moedev
    : You can try the following css codes instead.

    // https://pastebin.com/1h335rky

    Best regards,
    Ismael

    #938607

    Tnx for your help Ismael, hope this will be fixed in next theme updates.

    #938826

    Hi,

    @Slavisa Ristic: You can use the css modification temporarily. We’ll close the thread now. Please create a new thread if you need anything else.

    Best regards,
    Ismael

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Enfold mobile menu under 990px setting not work when sidebar menu is activated.’ is closed to new replies.