• Resolved rrengarenk

    (@rrengarenk)


    Hello, I have downloaded this search plugin and put it on my website https://yesbrautmoden.de/ and I also use a fixed menu on top of the page using another plugin called sticky menu.

    So I wonder how it is possible to insert the smart search bar right next to the logo I inserted with another plugin in my menu bar? So that in the end everything is fixed in the menu bar when customers are scrolling through the shop…

    How do I manage this?

    I already tried the “widget in menu”-plugins and didn’t find any useable solution…

    Thank you for all your help!

    • This topic was modified 7 years, 9 months ago by rrengarenk.
    • This topic was modified 7 years, 9 months ago by rrengarenk.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YummyWP

    (@yummy-wp)

    Hello!

    You can insert the search bar using a shortcode, for example, [smart_search id=”3″]
    If you want to insert it right in the code you should use this example

    
    <?php echo do_shortcode('[smart_search id="3"]'); ?>
    

    Sure you should replace the id value with the current id of your widget.

    Best regards
    Stanislav

    Thread Starter rrengarenk

    (@rrengarenk)

    Hey Stanislav, thanks for your anwser.

    Where do I get this Shortcode ID from? And where exactly do I insert it?

    Thanks for your help!

    Plugin Author YummyWP

    (@yummy-wp)

    You can get it in the Smart Search -> Custom Widgets page ( /wp-admin/admin.php?page=smart-search-custom ). Just copy the code in the ‘Shortcode’ column.

    Where to insert it depends on your theme.
    Please contact theme developers for futher information.

    Best regards
    Stanislav

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Smart Search in Menu bar – How?’ is closed to new replies.