Kev Provance
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] Deprecated error since update to v4.4.10Contact the theme author and suggest they update the API we deprecated over five years ago. Ample time was given for them. We’re enforcing it now. Or disable WP_DEBUG.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] The Options does not show in the customizer section?Read/write permission, perhaps? Check your PHP error logs for clues. For liability reasons, we can’t help with server issues.
Forum: Plugins
In reply to: [Redux Framework] The Options does not show in the customizer section?Any condition that requires the saving of data Redux depends upon. There are many. Customizer compatibility is one. It’s an accepted WordPress practice.
Forum: Plugins
In reply to: [Redux Framework] The Options does not show in the customizer section?I’m not sure what to tell you. I’ve tested Redux thoroughly and it works fine in the customizer. This means there is something in your config that is incorrect, but as you’ve still not shown me your options array (the global arguments array is not the options array), there isn’t much else I can do. If at any time in the future you’d like to share the information, I’ll take another look.
Forum: Plugins
In reply to: [Redux Framework] The Options does not show in the customizer section?Also, “Default WordPress theme” could be one of several themes. Please be specific.
Forum: Plugins
In reply to: [Redux Framework] The Options does not show in the customizer section?That code does me no good without the actual options array. All you provided it a hook name without the actual hook code.
Forum: Plugins
In reply to: [Redux Framework] The Options does not show in the customizer section?Have you tried going into the demo mode and seeing how the config for that works? I just checked it with the 2021 theme and all works as it should.
The problem is, that you’re telling me the problem with no pertinent information. I cannot see your config. I don’t know what you’re doing wrong. I’m assuming you are the theme developer? If you’re modifying someone else’s theme, you’re going to have to ask them how they’re using Redux, because we don’t support themes that use Redux. That’s the responsibility of the theme author.
Forum: Plugins
In reply to: [Redux Framework] Permissions issueYes.
Forum: Plugins
In reply to: [Redux Framework] Permissions issuePlease try the beta version posted here and see if it resolves the issue: https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip
Forum: Plugins
In reply to: [Redux Framework] Typography field issueThat works out nice, actually. I added it to the latest beta in our GitHub repo and credited you for the snippet. Thanks for the contribution!
Forum: Plugins
In reply to: [Redux Framework] Typography field issueYou could use some custom CSS to change the background color.
Forum: Plugins
In reply to: [Redux Framework] PHP version 8.1.24 compatibility issueIt’s not a PHP issue, it’s a passing an array when it should be a string issue. Specifically, the validation routine expects a hex sting, without or without the pound symbol. So, don’t do that? If your color option has a return value other than a hex string, do not use the color validation. Without seeing your config, I can’t say more.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] update 4.4.9 errorAlso, people complaining of timeouts should read this: https://wptavern.com/wordpress-6-4-1-fixes-a-critical-curl-requests-bug
Make sure you have the latest 6.4 patch.
Forum: Plugins
In reply to: [Redux Framework] update 4.4.9 errorHonestly, I am not sure what this has to do with Redux. Redux does not access anything to do with Gutenberg. It creates an options panel on a screen independent of Gutenberg. This is an issue better evaluated by the theme author as we do not support themes or theme’s that use Redux. We do not have access to them. If the theme author determines the issue is with Redux, then they need to be the ones to file a report with us that includes the appropriate data and we’ll work with them to solve the problem. But, I’m positive it’s not Redux. We take the blame for everyone else’s issues constantly.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] Conflict with woocommerce stock status change actionRedux is a tool for developers, that is, people who write themes and plugins. We do not support themes and plugins that use Redux. That is the responsibility of the developer. Please contact them for support. Chances are one of the theme options controls the hook, and it’s not active, which makes it a theme operation issue.
Good luck.