Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #550301

    I’ve tried the fixes mentioned on other posts but the mobile search is still missing

    #550334

    Hey pctglobal!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    nav.main_menu {
        display: none;
    }}

    Cheers!
    Yigit

    #550355

    That’s not worked, I’ve cleared cache on the site and on my browser.

    #550366

    Also the cart icon has now disappeared.

    #550371

    Hey!

    I have changed the code to following one

    @media only screen and (max-width: 990px) {
    nav.main_menu {
        display: none !important;
    }} 
    

    Please review your website now

    Cheers!
    Yigit

    #550396

    Sorry but it’s still missing the search icon and cart icon on tablet and mobile views.

    #550613

    Sorry but it’s still missing the search icon and cart icon on tablet and mobile views.

    #550696

    Hey!

    Please try and let us know if that worked

    @media only screen and (max-width: 767px) {
    .responsive .main_menu {
    position: relative;
    }
    #top #menu-item-search { display: block !important; }
    #top .main_menu .menu li { display: none; }
    .responsive #header .main_menu ul {
    display: block;
    }}
    @media only screen and (max-width: 767px) {
    #top #menu-item-search {
    display: block !important;
    position: absolute;
    right: 60px;
    top: -30px;
    }
    }

    thanks a lot

    Cheers!
    Basilis

    #550699

    No still no search or cart icon

    #551507

    bump

    #553405

    Hey!

    Did you purge the plugin cache after you added the code? Make sure that you’re not looking on a cached version of the site.

    Regards,
    Ismael

    #553422

    Yes tried that still not working

    #556089

    Hi!

    you are using W3 Total Cache Plugin, so go into plugin’s settings and choose to switch off caching. Afterwards clear browser cache and hard refresh a few times.

    Afterwards try to deactivate all plugins, to check if one is causing this issue and let us know about your results. If that does not help there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Cheers!
    Andy

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