Hi there,
Thank you for writing in,
Could you please check by deactivating all your plugin except woocommerce plugin.
It seems the third-party plugin making conflict on your site. We have checked the theme in our server but we did not find any issues that you have mention.
Thank you!!
Same here, have no select box for categories. Tried to disable all plugins but no chance.
Screenshot: https://yadi.sk/i/xjhJ6VP12TE1Bw
Finally, I found it, line 100 in inc/widgets/ep-widget-fields.php
If I change
echo wp_kses_post($dropdown);
to
echo $dropdown;
everything works like a charm!
Hi There,
This is also fine, but it is better to use those escaping function to prevent errors on your site, so we have refined this code block and replaced with core WordPress function in our latest update v1.0.6, so you can update the theme and get these fixed.
Thanks!