Hi, I use the “enfold photography” Demo as the base of a website: test.santner.ch. Unfortunately I don’t get the search field in the main menu working. I activate “Fügt Suchsymbol zum Menü hinzu” in the Enfold Theme Options under Main Menu. But it does not appear. Am I missing something? Or should I use a widget instead?
Thanks! Guido
I found a workaround with using the Ivory Search Plugin. However, it does not work in the Mobile Menu. It appears but nothing happens if I touch it… I tried to set it display: none in the mobile Version (costum.css) since I also added a search bar in the footer, but it does not disappear in the menu. Wrong CSS selector? What advice would you give me?
Hi,
Thank you for the inquiry.
Try to use this css code to hide the search icon on mobile view.
.astm-search-menu.is-menu.full-width-menu.av-active-burger-items {
display: none !important;
}
Make sure to add the code inside the css media query for smaller screens. You may also have to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css code.
Best regards,
Ismael
Hi Ismael
Thanks for the css code and the hint with toggling the file compression settings for the css files, now it works perfect!
Best regards,
Guido
Hi Guido,
Glad Ismael could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit