Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #669510

    A lot of us work with 3rd party filters for Woocommerce, and I have the feeling that the avia filterbar is sometimes conflicting with 3rd party filters.

    I know where to turn it off in the config-woocommerce/config.php file, but it would be nicer to have some kind of checkbox or dropdown in the Enfold ‘Shop option” settings.

    cheers!

    rob

    #670293

    Hey Rob!

    You can add following code to Functions.php file of your child theme

    
    function avia_woocommerce_frontend_search_params()
    {
    return;
    }

    and request such feature here – https://kriesi.at/support/enfold-feature-requests/ :)

    Regards,
    Yigit

    #672278

    Hi Yigit,

    Completely missed this one, but thanks again for the answers!
    I will make a request in the link listed.

    rob

    #672530

    Hi Rob,

    Great, thanks for that. Let us know if should need any further help on the topic.

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.