Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1315803

    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

    #1315842

    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?

    #1315976

    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

    #1316244

    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

    #1316253

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Search field does not appear in Main Menu’ is closed to new replies.