Is there a way/link to trigger the search form to open from an icon/text on the screen. I basically want to mimic the header search button elsewhere on the page.
Hi, yep the search function and header button works perfectly well. I would also like to use another button (on the sticky bar at the bottom) on the page to call the form. Hope that makes sense.
i just used this to rebuild the same functionality on my site but i recognized that the search is only opening once and you then have to reload the page. Any idea?
Hi.
Is there a way/link to trigger the search form to open from an icon/text on the screen. I basically want to mimic the header search button elsewhere on the page.
Thanks
Hi Ali,
Thanks for keeping in touch.
I am not sure I understand your query.
I see the search icons on every page opening the same. Please let me know whether I am missing something:
Thanks.
Hi, yep the search function and header button works perfectly well. I would also like to use another button (on the sticky bar at the bottom) on the page to call the form. Hope that makes sense.
Hey Again,
Try adding an ID "search-btn" to a button element and check.
Thanks
ThemeNectar Support Team
Hey Tahir, unfortunately that didn't work. FYI this is what I'm adding to a textbox:
<h6 style="text-align: center;">[icon color="extra-color-3" animation_speed="slow" size="regular" icon_size="" animation_delay="" image="icon-salient-search"]
<a id="search-btn" class="open-search" href="#searchbox"><span style="color: #f2f2f2;">Explore</span></a></h6>
I have also tried adding "search-btn" to the Element ID in the Text Box Settings.
Please add an ID to a div above the "a" tag and check.
Thanks
ThemeNectar Support Team
That worked! Thank you as always :)
Hey Tahir,
i just used this to rebuild the same functionality on my site but i recognized that the search is only opening once and you then have to reload the page. Any idea?
@Gengler,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
http://new.am-eagle.de/shop/
Thanks Tahir!
Hey Again,
Try using the Same HTML code as the Header Icon like below.
Thanks
ThemeNectar Support Team
Sorry, but no effect. Still just working once.
@Gengler ,
Please create a new ticket so we can login and check on this.
Thanks
ThemeNectar Support Team
Also add the "#searchbox" to the "href" and not ID :
Thanks
ThemeNectar Support Team
Hey Again,
An Additional JS code would also have to be added to remove the class "open-search" from the div:
Thanks
ThemeNectar Support Team