Kev Provance
Forum Replies Created
-
redux_post_metais a function that Redux metaboxes uses. If the function is in the theme, I have to assume the theme author used it at some point.Unfortunately, this is something you’d have to contact the theme author about. We’re unable to support themes that use Redux. I have no idea how they are using Redux, what version is active, or how it’s configured, if it’s installed properly, as I do not have access to premium themes.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] Redux BugI am unable to recreate this issue using the Redux sample config. It appears you are using a premium theme which I do not have access to. We also do not support themes that use Redux. So, here is what you need to do: You need to report this to the theme author. Have them recreate your issues. Once they are able to do this, they send us a report via our GitHub issue tracker with all the info we request there, at which time I’ll ask them for a copy of their theme to determine if it’s a Redux issue or a theme issue.
That’s the best I can do. Good luck.
Forum: Plugins
In reply to: [Redux Framework] Hi, im having issues with the plugin Redux FrameworkThat’s a theme issue, probably based on one of the theme’s options that deals with payment methods. We do not support themes that use Redux. You have to contact the theme author for theme support.
Redux 3 was discontinued in 2020 and contains security flaws. As far as I know, it’s not available anywhere.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] Plugin Submission Issues with Redux Framework IntegrationThose codes have been part of Redux for years and wp.org never complained. I’m afraid we can’t change the inner workings of Redux and break backward compatibility with themes not offered on wp.org to satisfy wp.org and their ever changing demands.
However, since you are embedding, you can modify those files. First, make sure you have the latest Redux. The line numbers you indicated don’t match up with the latest version. In redux-core/inc/classes/class-redux-filesystem.php, locate the function
move_uploaded_file( string $file, string $destination, int $perms = null )and delete the entire function. Redux does not use it anymore, but older projects may still use the function as part of our filesystem wrapper (and why the function still exists). Since you’re not using it, you can safely get rid of it.wp.org’s other complaint has to do with the Redux templating system. We removed it last year, but some of the code was left behind for projects that used the system for backward compatibility. In the redux-templates/classes/class-template-overrides.php, you can safely delete all the EOD blocks. Change any $css variables that contained them to a blank string. Eventually, the legacy code will be removed in a future version.
Hope that helps.
Forum: Plugins
In reply to: [Redux Framework] PHP Current User Warning?You’d have to ask the author of that plugin. We only support ours, and it’s PHP 8.1 compatible.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] Deprecated: Function Redux ErrorI’m sorry, but there is nothing I can do. It’s not my theme. We don’t support themes that use Redux. You can post an issue here: https://wordpress.org/support/theme/integral/
Forum: Plugins
In reply to: [Redux Framework] Deprecated: Function Redux ErrorI posted this thread to the theme author’s WordPress support forum. Hopefully they will act quickly to update their API and solve your issue.
Forum: Plugins
In reply to: [Redux Framework] Deprecated: Function Redux ErrorYou’ll need to contact the theme author and ask them to update their Redux API. We deprecated it five years ago. It’s time for them to catch up, because those old functions will eventually be removed. If they have questions about it, they can contact us or visit: https://devs.redux.io/guides/other/migration-guide.html
Deprecation notices are not errors and will not halt execution of the code. You can always switch WP_DEBUG to FALSE in your wp-config, which will stop those notices.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] Hiding a panel from certain usersForum: Plugins
In reply to: [Redux Framework] Requiring config from within an MU pluginThere is no official support for MU plugins. We messed with it seven years ago or so and couldn’t make it work. Today, there isn’t enough demand to justify the time. Sorry.
Forum: Plugins
In reply to: [Redux Framework] Trouble with ‘Tabbed’ FieldNever mind. I figured it out. Update will be pushed Monday.
Forum: Plugins
In reply to: [Redux Framework] Trouble with ‘Tabbed’ FieldAs a developer, I would’ve thought you’d appreciate the fact that “it doesn’t work” posts tell me nothing. No pertinent information is included.
Because of this, I’m asking you to please report the issue here: https://github.com/reduxframework/redux-framework/issues
I’m asking you ahead of time to read the entire body of text in the new issue window, NOT skip any of it, and NOT leave any of the requested information out. Also, please include your COMPLETE options array.
Since I’m moving this issue there, I’m closing this post.
Forum: Plugins
In reply to: [Redux Framework] Deprecated error since update to v4.4.10You would think developers would care more about the products they take money for. Many don’t. I don’t understand the logic.
To answer your question, there are no security issues. We take security very seriously and will patch Redux straight away if we find one or one is reported to us. To put it into perspective, the messages you are seeing are not errors, per se. They are deprecation notices (or, as WordPress likes to call them, ‘doing it wrong’ messages). They’re nothing to worry about.
We updated our API in 2018 when we released version 4 of Redux and sent out a mass mailing to developers it was in their best interest to update their API, so it could be removed in a future version. Many either didn’t get it or disregarded it. It’s not a difficult effort. A quick ‘search and replace’ of code will fix it within minutes. We added the deprecation notices last year as a nudge to get them to move it along. Five years is plenty of time to take a few minutes to update code. We even have a web page dedicated to it (https://devs.redux.io/guides/other/migration-guide.html).
The worst case scenario? None for the foreseeable future.
Forum: Plugins
In reply to: [Redux Framework] IS COMPATIBLE WITH WORDRPESS 6.4.2?You asked me if it was compatible. I answered you. “It doesn’t work” doesn’t tell me anything. Redux is a developer tool, not a consumer tool. I would recommend contacting the theme author, as we do not support themes that use Redux. We do not have a copy of the theme to use to test with. They can be the ones to spend a day extracting the information required to check this out. If the theme author finds an issue with Redux, they will need to be the ones to contact us with the required information.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] IS COMPATIBLE WITH WORDRPESS 6.4.2?It is.