Kev Provance
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] Redux plugin disabled after upgrade to 4.4.6@odonkormaxwell12 – Awesome. Many thanks. I’ll push the update here on wordpress.org here very shortly.
Forum: Plugins
In reply to: [Redux Framework] Redux plugin disabled after upgrade to 4.4.6@odonkormaxwell12 – This is driving me nuts! I still can’t reproduce it, which is making all of this guesswork. I reverted every change I made to the code these routines use., and it still loads incorrectly.
Here’s 4.6.6.3: https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip
Please ensure the previous beta is removed and that the 4.4.6 version is disabled if it’s still on your server.
Let me know.
Forum: Plugins
In reply to: [Redux Framework] Redux plugin disabled after upgrade to 4.4.6@odonkormaxwell12 – Could you please verify the beta you tried is 4.4.6.2 by looking at the plugin screen?
Forum: Plugins
In reply to: [Redux Framework] Redux plugin disabled after upgrade to 4.4.6Link to the v4.4.6.2 beta: https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip
When you install it, please verify on the plugin screen the version for Redux actually says 4.4.6.2. I bypassed autoloading and loaded the template files directly.
- This reply was modified 2 years, 11 months ago by Kev Provance.
Forum: Plugins
In reply to: [Redux Framework] Redux plugin disabled after upgrade to 4.4.6https://wordpress.org/plugins/redux-framework/ but it’s not going to work. Give me a few minutes to try something else.
Forum: Plugins
In reply to: [Redux Framework] Redux plugin disabled after upgrade to 4.4.6@connata – Please let me know ASAP if the beta works out for you. If not, I have another plan. Either way, I’ll get this thing working before the end of day. I appreciate the assistance.
I don’t know if it’s related to Divi. They don’t use Redux. Two other folks are having this issue, which leads me to believe it was something I changed.
Forum: Plugins
In reply to: [Redux Framework] Redux plugin disabled after upgrade to 4.4.6Disabling it removed the information I needed to see.
Please download and installed the 4.4.6.1 version from here: https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip
I rolled back some changed code from the last version, which hopefully resolves this. It’s guesswork, as I cannot recreate the issue. Note: When you install this, leave the other version of Redux deactivated so two versions are not running. @andreasn2023, if you could download this beta version and try it, too, it’d be very helpful in resolving the issue.
Forum: Plugins
In reply to: [Redux Framework] Redux plugin disabled after upgrade to 4.4.6@connata – Divi doesn’t use Redux. I need you to post a copy of your system health report so I can figure out what plugin you’re using that uses Redux, unless you know and can tell me. The problem is, I am unable to replicate this, so I need to know what plugin you are using that uses Redux.
Forum: Plugins
In reply to: [Redux Framework] Bug Sito all’attivazione del plugin@cicccio997 – Please contact the theme author and ask them to update their vendor library code. I’ve added every possible if/then to compensate for theme developers not updating their code. Now they have to update.
@paaaasheim – Please do not piggyback someone else’s ticket with a separate issue.
Forum: Plugins
In reply to: [Redux Framework] Bug Sito all’attivazione del pluginThis happens when theme users don’t update their embedded version of Redux. The theme you are using still uses Redux 3, which we no longer support. The plugin you are using overrides the old version, but it still had extensions using the old syntax.
The version of Redux I released this afternoon *should* stop the error. It’s one I’ve been combating for a while now because theme authors won’t update their code. See if v4.4.6 solves the issue.
Forum: Plugins
In reply to: [Redux Framework] Plugin not working after updateRedux 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. If the theme author determines there is an issue with Redux, they will need to be the party to contact us with the issue, and we’ll work with them to resolve it.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] Redux removing add to cart in Electro themeRedux is a tool for developers, that is, people who write themes and plugins. We do not support theme and plugins that use Redux. That is the responsibility of the developer. Please contact them for support. Chances are one of te theme options controls the cart and it’s not active, which makes it a theme operation issue.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] Plugin not working after updateYou’re going to have to be a little more descriptive about the issue, and what exactly “problem” means, including error messages
Thumbs up! It’s basically got our admin dashboard shut down with other issues pertaining to unfound methods in EDD_Stripe. I know the solution to update that extension. Unfortunately, it’s not an option available to me currently. I’ve had to roll back EDD, which I don’t like doing, but I need access to the customer data. So…I look forward to the update. π
Hey folks. I know ticket piggybacking isn’t cool. I didn’t want to start a new one for a possible suggestion. I encountered the same error on our site and changed line 216 is includes/upgrades/function.php to:
if ( edd_is_gateway_active( 'stripe' ) && ( function_exists( 'edd_is_pro' ) && edd_is_pro() || function_exists( 'edds_is_pro' ) && edds_is_pro() ) ) {Obviously, I am not overly familiar with the entire project and how that might affect other modules, but it got the site up. π
Kev