Home Forums WoodMart support forum Option to Disable Redux

Option to Disable Redux

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

    newsprince
    Participant

    Hello.

    We use a plugin that sadly uses Redux Framework to manage the plugins options.

    When is active it prioritizes its CSS over your theme.

    I stumble upon this thread

    https://xtemos.com/forums/topic/redux-framework-conflict-3/

    I did delete the line and now it’s working.

    Consider adding an option to disable this inside your theme settings panel instead of hacking our way through woodmart’s theme files if it’s possible so it can stay disabled after theme update also.

    Thank you.

    #181531

    Hello,

    Redux Framework is no more needed in the recent versions, delete it. https://xtemos.com/docs/woodmart/faq-guides/3-x-4-0-migration-guide/

    Best Regards

    #181550

    newsprince
    Participant

    I know that already.

    As i said some 3rd party plugins use redux to manage their plugin’s settings and when this plugin is active the redux settings overwrites woodmarts.

    The fix is in the thread i posted above. They thing i said is to consider maybe have an option in the future to remove this line without touching the file’s code and do that from inside theme settings panel.

    #181616

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    add_filter( 'woodmart_redux_settings', '__return_false' );

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