woocommerce / woosidebars

Replace registered sidebars in your WordPress themes using different conditions such as a specific page, a category or even an individual blog post.
https://wordpress.org/plugins/woosidebars/
51 stars 42 forks source link

Widgets are not saved #74

Closed jozeflambrecht closed 5 years ago

jozeflambrecht commented 5 years ago

I have a clean installation (no other plugins) of WooCommerce and WordPress (all up to date) with the latest Storefront theme. I created a widget area for my products and I can find the area in the widget section. When I drag and drop a widget to my custom widget area, it seems to be there. But when I refresh the page, it is gone. The other widget areas are working properly. What could be the problem?

When I look to the network tab of the Chrome devtools, I can see a 200 response after dragging the widget to the custom area.

jozeflambrecht commented 5 years ago

I think this is related: https://github.com/woocommerce/woosidebars/issues/59

It did have a slug (an integer). I changed it to a string and now it works...