Home Forums WoodMart support forum Mobile bottom navbar Search Widget Disabled

Mobile bottom navbar Search Widget Disabled

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #114926

    newsprince
    Participant

    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.

    #114955

    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

    #114958

    newsprince
    Participant

    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.

    #114964

    Artem Temos
    Keymaster

    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.

    #114970

    newsprince
    Participant

    Ok thank you. Is there a problem if we edit the code and enable it? We only use your Ajax search form widget etc.

    #114972

    Artem Temos
    Keymaster

    Most likely, it will not work with your custom search form.

    #114975

    newsprince
    Participant

    Ok thank you very much. Great update!

    #114977

    Artem Temos
    Keymaster

    Thank you for the feedback, as usual 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Mobile bottom navbar Search Widget Disabled’ is closed to new replies.