WidgetOptions / widget-options

Additional Widget options for better widget control. Available on
https://widget-options.com/
GNU General Public License v3.0
35 stars 16 forks source link

Not show on WooCommerce Shop page. #28

Closed mennwebs closed 7 years ago

mennwebs commented 7 years ago

Thank you for your great product.

I've tried and found that - if I set the widget to show on WooCommerce's Shop page, it's not working.

How to reproduce?

Use any theme (This is Twenty Seventeen) and choose Show on checked pages. I choose "Shop" page and also "Product" post type.

screenshot 2017-08-20 10 41 16

Please advise,

Thank you so much.

phpbits commented 7 years ago

Hi,

Thank you very much for choosing Widget Options! The plugin doesn't fully support WooCommerce conditional statement as of the moment. For Shop Page please use the Display Widget Logic option for now and use is_shop()

Let me know how it goes. Thanks!

Cheers, Jeffrey

mennwebs commented 7 years ago

Oh, thank you so much. Sorry I forgot this option.

Now I can make it work. But on Visibility Tab -> Hide/Show - I have to select "Hide on checked pages". Then the logic is active.

Cheers, Menn

phpbits commented 7 years ago

Hi,

You are very welcome! Can you try is_shop() || is_product() . Let me know how it goes. Thanks!

Cheers, Jeffrey