Mobile bottom navbar Search Widget Disabled
-
Hello.
Why you have the Search widget disabled? In sticky-toolbar.php there is but you apply a filter
if ( apply_filters( 'woodmart_toolbar_search', false ) ) {
$fields['disabled']['search'] = esc_html__( 'Search', 'woodmart' );
}
Is there a way to enable the search widget without modifing the code? Or i am missing something?
Thank you.
Hello,
Switch to the mobile view of your header http://prntscr.com/iyd3v3 and add the search widget https://gyazo.com/eafbe85484763b74208c570c97fea50f
If you mean a search form in the mobile menu enable it https://gyazo.com/33cb39556f04840c87758fa85392097d
It is not what you need, please provide the screenshot
Best Regards
No.
Go to Theme Settings > General > Mobile Bottom Nav Bar.
You can see the Search widget is missing
https://prnt.sc/n33l4t
If we edit the above code i mentioned to
'woodmart_toolbar_search', true
instead of false the widget appears.
https://prnt.sc/n33l29
And i am asking. Why is this disabled although the code is there on sticky-toolbar.php file?
Or i am missing something?
Thank you.
Yes, this option is not available yet due to huge variations of search forms in the header and we can’t adapt it to all cases at the moment. That is why we don’t release this feature for now.
Ok thank you. Is there a problem if we edit the code and enable it? We only use your Ajax search form widget etc.
Most likely, it will not work with your custom search form.
Ok thank you very much. Great update!
Thank you for the feedback, as usual 🙂
The topic ‘Mobile bottom navbar Search Widget Disabled’ is closed to new replies.