Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #351186

    Hallo liebes Enfold-Team,

    leider habe ich in den Tiefen des www keine Lösung finden können.
    Ich habe 2 Probleme mit der Suchefunktion.
    1. Zum einen scheint die Suche nicht auf Inhalte in den Widgets zuzugreifen. Kann man das konfigurieren?
    2. In der mobilen Darstellung des Enfold-Theme fehlt mir die Suche-Option (Lupen-Icon). Kann auch das konfiguriert werden?

    Vorab vielen Dank
    Gruß
    Christoph Wilmsen

    #351583

    Hey ResQ78!

    1. I do not think that would be possible.

    2. Try adding this to your custom CSS.

    @media only screen and (max-width: 767px) {
    nav.main_menu, nav.main_menu div, nav.main_menu ul { display: block !important; }
    nav.main_menu li { display: none; }
    nav.main_menu #menu-item-search { display: block; }
    nav.main_menu { position: absolute; top: 20px; right: 100px; }
    }

    Cheers!
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    #351592

    Hi ResQ78!

    could you please give us a link to your website?

    Best regards,
    Andy

    #351798
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Suche in Widgets’ is closed to new replies.