Hello,
can you provide a link to the website please?
sure. Love the plugin just not sure what is going wrong. Worked until upgraded storefront yesterday. I just use the shortcode in a custom html widget.
https://www.fishtalespei.com/
Thanks for any help you can provide. This is the best search plugin I have found and i would like to keep using it. Thanks.
Why you don’t use the Smart Search widget or Product search widget?
Anyway you can add next code in the functions.php:
add_filter( 'widget_text', 'do_shortcode' );
and it should work. If you do not use a child theme you will lose these changes after next theme update.
Best
Stanislav
Hi I didn’t know using those options engaged the plugin features. The code you gave me worked fine. Thanks.