Redux framework problem and other questions
-
Hello,
I have a problem with the Redux Framework.There is an alert message in Redux Data Directory Writable ( I will write the info in private….
Attachments:
You must be
logged in to view attached files.
Hello,
Redux plugin checks the folder to have permissions 777. But if it works with 770 correctly for you then you can ignore the notice.
1. You can disable default sort by price and ordering widgets adding this code to the functions.php file in the child theme
add_filter( 'basel_use_custom_price_widget', '__return_false', 10 );
add_filter( 'basel_use_custom_order_widget', '__return_false', 10 );
.
Here is a video tutorial that will help you create variable products with variations swatches and AJAX filters https://www.youtube.com/watch?v=gp3SMkKvUvs
2. Unfortunately, there is no such feature in Visual Composer plugin.
Regards
Thank you for your answer. As I have custom taxonomies on my website, please let me know if I could use the filter included with the theme with custom taxonomies, not the original attributes. If not, please let me know how to disable the filter because in this case I would like to use a filter plugin.
Thanks
Hi,
Our theme filters are based on WooCommerce widgets and can work with the plugin’s attributes only. You can disable them in Appearance -> Widgets.
Regards