Hello
i have a problem with seacrh and mobile menu.
they become like this ??
How to make them pne on the left and the other on the right?
and if theres no Solution, How to Hide search on mobile??
http://sport.sky-host.cu.cc/wp1
thanks
-
This topic was modified 10 years by
Lewis.
Hi
Make sure you update the theme following our documentation, also try to deactivate all plugins, clear all caches and remove any custom css/html/php code added in theme’s core files.
As a simple solution you can use this css to hide search button for mobile:
@media (max-width: 767px){
.td-search-wrapper {
display: none;
}
}
All theme’s setting are stored in a filed from database and they can’t be rested to default values from theme panel. These settings can be change/lost only if database it’s affected and any changes are made in the filed which store them.
Thanks!
please man give me a way to reactive search and signup that i told you in my old topic.
https://forum.tagdiv.com/topic/search-and-signup-not-working/
becouse upgrading from 1.5 to 2.3.6 cause many problems.
thanks
Hi
V 2.3.6 is tested and mobile menu and search button works fine. You said that is a new install but after I looked on your test website where you have V 2.3.6 instilled I’ve seen a custom page structure which is not generated by the theme. This container breaks theme’s layout: http://screencast.com/t/svERL3plO so you have to adjust it’s style or remove it from page source.
Try to install the theme again and make sure you do a clean update. By this I mean that you have to delete previous install and upload new themes files via WordPress or vis ftp. Also deactivate all others plugins except Visual Composer and test the theme again, without making any changes in its code, or whiteout any additional plugins.
Thanks!