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

    Hi Guys,

    The mobile version of my site does not display a search icon or menu item. How can I have this appear? I would be happy with just a menu item – how would I add this? The search magnifying glass appears on the desktop version of my site, and works well.. there’s just no way to search the blog when on mobile/tablet (actually, I’m not sure about tablet, and don’t have a way to test it right now).

    Many thanks,

    Adam.

    • This topic was modified 7 years ago by thrashin.
    #917665

    Hey thrashin,

    Could you try updating the theme to the latest version (4.2.4) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Rikard

    #917669

    Hi Ricard, thanks for your reply, and I definitely can do that, but are you able to tell me if the mobile version of the site SHOULD show a search icon, and mine is just not showing up for some reason? If it’s meant to display, and search is able to be performed, then perhaps the update would make sense. But if it’s not meant to display on mobile by default, then we’re looking at a configuration I need to do.

    Can you please advise if search icon should display on mobile by default, or do I have to configure something?

    I will look to update as soon as possible.

    Many thanks, Adam.

    #917685

    Hi Adam,

    It is up to you. Some websites show search on mobile and some don’t. I think it should be there. But it is easier to do it with the new versions of Enfold.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #923506

    Hi Victoria, I have not updated to the latest version of both WordPress and Enfold theme. Can you please tell me how I can have the search functionality work, and appear on the tablet/mobile version of my site?

    #923818

    Hi thrashin,

    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: 1023px) {
      nav.main_menu, #top #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

    #925326

    Hi Victoria,

    That worked great – Many thanks!

    Cheers,

    Adam.

    #925405

    Hi Adam,

    Glad that Victoria helped you :) Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Search Menu on Mobile not appearing’ is closed to new replies.