Tagged: mobile menu, search box
-
AuthorPosts
-
June 8, 2016 at 12:22 pm #644758
Hi there,
I used the below code that I found on this forum to have the search element appear in the mobile menu (placed in custom.css for mobile devices), however, it also knocked out the search icon from the desktop version, I have removed the code, and now there is no search fucntion at all, any help would be cool:
#menu-item-searchbox form div {
display: block !important;
opacity: 1 !important;
width: auto !important;
}#menu-item-searchbox form div #s {
width: 300px !important;
max-width: 300px;
}#menu-item-searchbox {
top: 0px;
}#top #searchsubmit, .ajax_load {
right: 0px;
}June 9, 2016 at 12:56 pm #645405Hey Silvio,
It appears that the search form is loading on the desktop but is still hidden by the custom css. This may also be a classic case where a caching plugin is still delivering old minified css styles which is causing a conflict. if you are using any caching plugin’s like W3 total cache please empty cache in the plugin and also refresh the browser several times to see the changes reflect on the browser.
If this does not resolve the issue please make sure all custom css added to the related issue is removed and Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
- permission to deactivate plugins if necessary
Best regards,
VinayJune 9, 2016 at 1:11 pm #645415Hi there. There was a cache plugin, but it has been deactivated for sometime.
Login/ftp attached.
June 9, 2016 at 3:42 pm #645492Hi,
I checked the CSS and Enfold settings everything looks right to me but not sure what is causing the search element to disappear. I believe there may be a conflict or a corrupt file due to which the search options is not visible on the site.
Please backup any custom changes that is added to the site and update the theme to the latest version 3.6.1 manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/.
That should fix any issues you are currently experiencing :)
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.