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

    Hello,
    we´d like to deactivate the search in the mobile header.
    But we´d like to still show it in the mobile menu when it folds off at the bottom of the menu-items.

    We would be happy if this is possible.

    Thank you.
    Regards

    #1017265

    Hey skrziwon,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1017453
    This reply has been marked as private.
    #1017503

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    li.astm-search-menu {
      display:none;
    }
    }

    Best regards,
    Rikard

    #1017732

    Hello,

    thank you. But if we do this, the search in the mobile menu also disappear.

    #1017762

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    li.astm-search-menu {
      display:none;
    }
    
    .av-burger-menu-ul li.astm-search-menu {
      display:block;
    }
    }

    Best regards,
    Rikard

    #1017766

    Just tried. The search-icon is still missing in the burger menu.

    #1017801

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1017859
    This reply has been marked as private.
    #1018143

    Hi,

    Thanks for that, I adjusted the CSS a bit and it’s working as it should now. Please review your site.

    Best regards,
    Rikard

    #1018163

    Hello,

    thank you for the fast response. Now in the main header on mobile is still the search-icon.

    #1018213

    Hi,

    I’m not sure what you mean by that, do you mean that the search icon in the header should not be visible when the mobile menu is active? A screenshot might be helpful if I’ve misunderstood you.

    Best regards,
    Rikard

    #1018235
    This reply has been marked as private.
    #1018241

    Hi,

    Thanks for the screenshots, please try this as well at the bottom of Quick CSS:

    @media only screen and (max-width: 767px) {
    .astm-search-menu-wrapper .astm-search-menu {
        display: none;
    }
    }

    Best regards,
    Rikard

    #1018247

    Thanks, works.

    #1018251

    Okay, one more problem now. The Search-Icons has no function yet.

    #1018398

    Hi,

    Ok, are you adding it with a plugin?

    Best regards,
    Rikard

    #1018454

    No there is no plugin for it. Before these CSS-Changes it worked.

    #1018465

    Hi,

    Ok, but where are these classes coming from:

    astm-search-menu, astm-search-menu

    They are not added by the theme.

    If it’s not working then I guess you would have to remove the CSS I’ve given you and let’s start over again.

    Best regards,
    Rikard

    #1018824

    Yes thats the CSS from the theme. Also the iPad-Version is not correct now. The Logo and the menu are not correct. Also in the iPad-Version there two Search-Icons.

    • This reply was modified 5 years, 6 months ago by skrziwon.
    #1018898

    Hi,

    Login credentials did not work for me.
    Please try using following code

    @media only screen and (min-width: 990px) {
    li.astm-search-menu.astm-search-menu.dropdown, #menu-item-2901:after {
        display: none;
    }}
    

    If that too does not work, please check login credentials once again :)

    Best regards,
    Yigit

    #1018902
    This reply has been marked as private.
    #1018913

    Hi,

    1- I thought you only wanted to display search icon in mobile menu but i think now i understood the changes you wanted to make. You had custom CSS code to hide search icon on screens below 910px, i changed it to 990px. Please review your website.

    2- Search icon seems to be added to your mobile menu with some customization however i could not find any changes in child theme files. Where have you added it?

    Best regards,
    Yigit

    #1018947

    On the iPad in Lanscape-Mode is the menu still not working:
    http://prntscr.com/l3hseh
    Here should be also the mobile menu be active.

    The Search Icon isnt done by us. I will check that.

    #1019380

    Do you have a solution for Landscape-View on iPad?
    http://prntscr.com/l3hseh

    #1019824

    Hi skrziwon,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

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