How to use WP Bakery page builder with Toolset Views?
Solution:
The Toolset Blocks plugin is based on WordPress built-in blocks editor, which is different page builder from WP Bakery page builder, in order to use WP Bakery page builder with Toolset Views, you can setup the post view with classic editor.
Problem:
"VIEW not found" error, after migration to production-server
Solution:
Rather using manual migration, you should try to use the Duplicator or ALL in One WP Migration plugin to transfer your site from one server to another.
Problem:
Setting up a filter for a custom user role field - how to filer and display WooCommerce orders based on different role
Solution:
You can pass the role name as view's shortcode argument and then use the 'wpv_filter_query' filter to filter the orders based on the passed role.