sakymot
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Menus will show distorted after the recent updateI can confirm that there is a compatibility issue somewhere. I am using elementor.
0.12.11 upgraded to 0.12.12 and all menus are distorted. Had to downgrade to 0.12.11Please fix.
Forum: Plugins
In reply to: [Ninja Tables - Easiest Data Table Builder] Issues with WP 5.9Hi. There is also a problem with CSS and Javascript saving. Some chars are converted to HTML entities, and because of that CSS and JS are not working.
Please fix ASAPForum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Fatal Error with version 1.9.0Updated to 1.9.1. Seems that the issue is fixed, downloads without errors.
Thanks!Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Fatal Error with version 1.9.0Sent exported form json. Thanks.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Fatal Error with version 1.9.0hi. resaved (main settings) Forms->Settings>GravityExport Lite settings and resaved (form settings) Forms->Settings->GravityExport Lite settings and regenerated download URL. nothing helped. still get the same error.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Fatal error on WordPress 5.6.2hi, fatal error with 1.8.9
Fatal error: Cannot redeclare Matrix\adjoint() (previously declared in /home/www/wp-content/plugins/gf-entries-in-excel/vendor/markbaker/matrix/classes/src/Functions/adjoint.php:20) in /home/www/wp-content/plugins/threewp-broadcast-premium-pack/vendor/markbaker/matrix/classes/src/functions/adjoint.php on line 20
Hi. There is a problem because “Sender” is overriden in plugin engien php files:
// add the Sender Header, overriding what the user may have set
$this->email->addHeader ( ‘Sender’, $options->getEnvelopeSender () );Please make it editable.
Forum: Plugins
In reply to: [Clean Login] Conflict with Gravity Forms after recent updateHi.
After latest update there is a problem with $_POST sanitizing.
clean-login.php line 233
FILTER_SANITIZE_FULL_SPECIAL_CHARS
commented out, everything works fine.messes up all POST info in Gravity Forms. Please consider and fix sanitizing only your plugins post data, not everything.