Home Forums Basel support forum Redux framework problem and other questions

Redux framework problem and other questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18555

    CLICKSHU
    Participant

    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.
    #18562

    Artem Temos
    Keymaster

    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

    #19178

    CLICKSHU
    Participant

    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

    #19180

    Artem Temos
    Keymaster

    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

Viewing 4 posts - 1 through 4 (of 4 total)