Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1056693

    /* Activate burger menu */
    @media only screen and (max-width: 1279px) {
    #top #header .av-main-nav > li.menu-item {
    display: none!important;
    }
    #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
    }}

    This does not work!

    #1056707

    Hey whdsolutions,

    The code seems right, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1056765

    Details to log in are below in Private Content

    #1057051

    Hi,

    Thanks for that, please try this instead:

    @media only screen and (max-width: 1279px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1057119

    Hello

    That has worked but taken out the search icon… how can we get the search icon back?

    #1057237

    Hi whdsolutions,

    I have added this inside the media query of Rikard’s code:

      #header #menu-item-search {
        display: block;
      }
    
      #header #menu-item-search a {
        font-size: 24px !important;
      }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1057263

    Absolutely fantastic – Thank you!

    #1057265

    Hi whdsolutions,

    Glad that we are able to help :)
    Feel free to create a new thread if you need more assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Burger Menu at 1280’ is closed to new replies.