Kev Provance
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] CSS breaks admin alignmentI checked the CSS used in Redux. That line with that value does not exist. Check with the theme or other plugins.
Forum: Plugins
In reply to: [Redux Framework] These strings are hard-coded and cannot be translatedIt’ll be addressed in the next release. Thanks.
Forum: Plugins
In reply to: [Core Rollback] No longer PHP 5.6 compatibleIt’s not all that critical. My employer needed me to test something with PHP 5.6 and WP 6.0. The plugin allowed me to do that quicker than manually installing older WP versions. It was actually quicker to modify the rollback code to make it work. It was only two lines that had the null coalescing operator.
Forum: Plugins
In reply to: [Core Rollback] No longer PHP 5.6 compatiblePHP Parse error: syntax error, unexpected ‘?’ in /var/www/html/wp-content/plugins/core-rollback/src/Core.php on line 56
Line 56 being:
$offers = $body->offers ?? [];The null coalescing operator requires PHP 7.0 or higher.
You might have included that originally.
The Icon Select field will not work in the repeater at present. No ETA when it will.
You have no stylesheets declared. Those are required. If you are enqueueing them yourself, then you’ll also need to enqueue them on the front end. the extension doesn’t auto-detect what you are doing outside the config.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] redux collapses Native Church themeHi,
Please consults with whomever authored the theme you are using. We do not support themes that use Redux. We also do not have access to those theme as we did not write them.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] Quick questionI place sections inside separate PHP files and include them in the main config file.
Forum: Plugins
In reply to: [Redux Framework] Featured Image Modal Error after updateHi,
Redux does not interface with the Gutenberg system for posts and pages. This is likely a theme issue. When you shut Redux off, you are disabling the theme features, making it appear Redux is the root cause. I would contact the theme author regarding this.
Good luck.
Forum: Plugins
In reply to: [Redux Framework] XSS VulnerabilityThe link is to the WordPress plugin trac. If it’s not loading, try back later. I have no control over it.
Forum: Plugins
In reply to: [Redux Framework] XSS VulnerabilityThere is no report on Wordfence to offer you. The notification came directly from WordPress saying: The Redux Framework plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘data’ parameter in all versions up to, and including, 4.5.7 due to insufficient input sanitization and output escaping.
It was in the shortcodes extension: https://plugins.trac.ww.wp.xz.cn/browser/redux-framework/tags/4.5.7/redux-core/inc/extensions/shortcodes/class-redux-shortcodes.php#L205
It’s since been patched.
Forum: Plugins
In reply to: [Redux Framework] This string is hardcoded and cannot be translatedI’ll get to it in the next update. No ETA since one was released today. Thanks!
You have to use something like TGM to install the plugin. wp.org will not allow developers to embed Redux any longer. There’s nothing we can do about that. We also no longer support embedding if Redux due to issues such as this.
Forum: Plugins
In reply to: [Redux Framework] Page Edits Error after UpdateRedux does not interact with Elementor. If you are having issues with Elementor, you must file a report with them. It could also be a theme issue, which we do not support.
Forum: Plugins
In reply to: [Redux Framework] Redux FrameworkYou’ll need to contact Elementor about issue with Elementor. They need to be the ones to find the issue and report it to us. Thanks.