-
AuthorPosts
-
December 10, 2015 at 12:34 pm #550301
I’ve tried the fixes mentioned on other posts but the mobile search is still missing
December 10, 2015 at 1:19 pm #550334Hey 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!
YigitDecember 10, 2015 at 1:37 pm #550355That’s not worked, I’ve cleared cache on the site and on my browser.
December 10, 2015 at 1:48 pm #550366Also the cart icon has now disappeared.
December 10, 2015 at 1:57 pm #550371Hey!
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!
YigitDecember 10, 2015 at 2:29 pm #550396Sorry but it’s still missing the search icon and cart icon on tablet and mobile views.
December 10, 2015 at 6:35 pm #550613Sorry but it’s still missing the search icon and cart icon on tablet and mobile views.
December 10, 2015 at 9:08 pm #550696Hey!
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!
BasilisDecember 10, 2015 at 9:13 pm #550699No still no search or cart icon
December 13, 2015 at 1:13 am #551507bump
December 16, 2015 at 2:22 am #553405Hey!
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,
IsmaelDecember 16, 2015 at 3:27 am #553422Yes tried that still not working
December 21, 2015 at 6:00 pm #556089Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.