Viewing 1 replies (of 1 total)
  • Plugin Author Fast Simon

    (@instantsearchplus)

    Hi,
    In the FAQ there are 3 different ways you can add a search box to be used by InstantSearch+ (In addition to the theme’s search box).
    If you have any other questions please contact us on [email protected] with your site URL.
    Thanks

    How can I add a searchbox to my site header?

    Go to WordPress admin => Appearance => Widgets and include the InstantSearch+ Search Widget.
    How can I add a search box to my web page using shortcode?

    Add the shortcode isp_search_box to your prefered location: simply add [isp_search_box] or you can add search box with some extra configurations
    [isp_search_box width=10 height=2.3 text_size=1 inner_text=”Search…”]
    * parameters: width – search box’s horizontal measurement | height – search box’s vertical measurement | text_size – text size | inner_text – the text inside the search box
    I want to add a searchbox to my theme and make it work with InstantSearch+ – how can I?

    Simply add HTML based form to your WordPress theme like this and we’ll pick it from there: <form class=”isp_search_box_form” name=”isp_search_box” action=”/” style=”width:10rem; float:none;”>
    <input type=”text” name=”s” class=”isp_search_box_input” placeholder=”Search…” autocomplete=”OfF” autocorrect=”off” autocapitalize=”off” style=”outline: none; width:10rem; height:2.3rem;” id=”isp_search”>
    <input type=”hidden” name=”post_type” value=”product”>
    <input type=”image” src=”/wp-content/plugins/instantsearch-for-woocommerce/widget/assets/images/magnifying_glass.png” class=”isp_widget_btn” value=””>
    </form>

Viewing 1 replies (of 1 total)
  • The topic ‘Put it on header after logo’ is closed to new replies.