Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1463759

    Think I may have gotten too complex (for me!) and I can’t seem to “find” the flyout icon. I have one on desktop view…but not in hamburger.
    To test, I HAD turned off my child theme and just put on the wonderful Enfold…and voila! The search icon appeared in the flyout.
    But it disappears now when I have child theme in place.
    Could you take a look and see where I have taken a wrong turn? I tried to make mobile the always menu…
    Thanks!

    Oh yes, the site url! https://calvarybaptistdunnellon.com

    #1463761

    Hey CharlieTh,
    Thanks for the link to your site, but when I check with Android & Chrome as a mobile device, I see the search icon & burger menu icon.
    Please see the screenshot in the Private Content area below.
    Perhaps I misunderstand and further info and a possible screenshot of what you would like to see would help.

    Best regards,
    Mike

    #1463763

    Yes, very true!

    I am concerned with search menu on flyout, when you click on hamburger icon.
    There IS no search icon on the flyout.

    If I change back to Enfold theme itself, I see a search icon on flyout, so assume that is default? OR there is some handy-dandy option that I’m no choosing?

    #1463764

    Mike…I’m going to disable a few things, so don’t mess with it now. I’ll be back.
    Thanks for your keen eye…

    #1463765

    Please close this…I’ll re-enter if I can’t solve.

    Thanks again.

    #1463766

    Hi,
    Thanks for your feedback, when I check in your burger menu the search icon has a dark color so it is hard to see, try this css in your Quick CSS field:

    .html_av-overlay-side.av-burger-overlay-active #top #wrap_all #header .menu-item-search-dropdown a {
        color: #fff;
    }

    This should make it white, feel free to adjust to suit.
    After you apply the CSS please clear your browser cache and reload the page to check.

    Best regards,
    Mike

    #1463829

    May I first say that your main navigation is very confusing; due to a lack of space, a second row is opened – and the contrast is suboptimal if you want it that way;)
    My recommendation for your site would therefore be to always use the hamburger menu – even with large screen widths.

    How would you like the search to be displayed in the burger menu?
    Only as a magnifying glass – or already as an input field?
    See: https://pureinstall.webers-testseite.de/

    Possible to do both (see link)

    make your screen width small to see the hamburger active …

    #1463830

    PS : did you switch in this moment to hamburger from the beginning – a few minutes ago – there was the normal desktop navigation seen.?

    PPS: i see now the reason – you have a switch rule for 2000px – my recommendation is to only have hamburger for your navigation:
    Enfold Options – Main Menu – Menu Items For Desktop : “Display as Icon”

    and remove then the rules concerning to that switch point.

    After doing this we will see if the problem is solved so far. because your rules do set all menu items to display none – even the #menu-item-search

    #1464016

    PS : maybe you give that a chance?
    Test:

    html #top  #menu-item-search a {
      transform: translateX(25px) scale(0.6);
      transform-origin: right;
      width: 85px !important;
    }
    
    html #top  #menu-item-search a {
      border: 1px solid #FFF !important;
      font-size: 40px !important;
      color: #8FCCF7 !important;
      text-align: center !important;
      padding: 0px !important;
      position: relative;
      top:1px;
    }
    
    html.av-burger-overlay-active #top #menu-item-search a {
      position: relative;
      color: #19304D !important;
      background-color: #27868E !important;
      border: 1px solid #e1e1e1 !important;
    }
    
    html #top  #menu-item-search:hover a {
      color: #FFF!important;
      background-color: #237299 !important;
      border: 1px solid #FFF !important;
    }
    
    html.av-burger-overlay-active #top #menu-item-search:hover a {
      color: #333!important;
      background-color: #27868E !important;
    }
    
    #top .avia-search-tooltip .avia-arrow-wrap {
      top: -20px;
      right: 35px;
    }
    
    #top .header_color #menu-item-search .avia-tt {
    	background: #237299 !important;
    }
    
    #top .header_color #menu-item-search  #searchsubmit {
      background-color: #399bcb;
    }
    #1464098

    Thanks to all for your suggestions. Sorry I didn’t respond more quickly.

    I have only tried in debugger, but Guenni’s css worked really great.

    Can’t work further tonight, but Friday will remove the css rules for navigation and use his suggestion\
    Appreciate all your “thinking caps.” And..I learned something about the Enfold options. I usually try to keep to mixins and scss so I can transfer “looks” I like more quickly to another Enfold site. However, realize I have not been using Enfold’s stellar system.

    I shall use the superior tool in the future.

    Wow! Really blown away by your help. Thanks again.

    #1464131

    Hi,

    Great, I’m glad that Mike and @guenni007 could help you out :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1464193

    Guenni007…I changed options to Menu Icon and then added your css (in mixin form named after you!)
    Looks great.
    Agree with your statement about menu confusion. Will work on it.
    Appreciate your insight.

    Guys, feel free to close this…hope it helps someone else!
    Thanks!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Search Icon on Mobile Flyout Menu problem’ is closed to new replies.