Problem:
The user would like to preview a content template with a different post that the 5 posts on the preview selection dropdown.
Solution:
The preview selection dropdown is also a search box, just start typing the title of the post and it will appear. It is limited to 5 posts, you will need to have distinctive names to match the search. This will work for draft posts too.
I use multiple woocommerce plugins and addons and they require the 'woocommerce' class in body to work. I just found out that the 'Toolset WooCommerce Blocks' plugin insert a JS code that removes the 'woocommerce' class from body when no WCB block is used.
I need this class. Please provide a solution to remove that code.
Solution:
You can try to add below codes into your theme file functions.php: