vladlu
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Here’s the hotfix (for Astra theme):
File: themes/astra/inc/customizer/class-astra-customizer.php
Change from (line 145):
// Bail early if it is the Kadence WooCommerce Email Designer plugin customizer.
if ( class_exists( 'Kadence_Woomail_Designer' ) ) {
if ( Kadence_Woomail_Designer::is_own_customizer_request() || Kadence_Woomail_Designer::is_own_preview_request() ) {
return false;
}
}To (or just delete this block):
// Bail early if it is the Kadence WooCommerce Email Designer plugin customizer.
if ( class_exists( 'Kadence_Woomail_Designer' ) ) {
if ( Kadence_Woomail_Designer::is_own_customizer_request() || Kadence_Woomail_Designer::is_own_preview_request() ) {
// return false;
}
}
Of course it will be reset on every theme update, so we would have to make a proper bug report probably.It’s quite funny: they added a check to make it to work for this plugin (!) but they did exactly the opposite – broke it.
Maybe only the new version of the plugin is broken, and this check helped for the old version…
Forum: Plugins
In reply to: [Cache Warmer] Now warming only sitemaps[DELETED, AS RESPONDED FROM THE PERSONAL ACCOUNT BY MISTAKE]
Forum: Plugins
In reply to: [Cache Warmer] Now warming only sitemaps[DELETED]
Forum: Requests and Feedback
In reply to: Why wordpress only use old jQuery version is 1.12.4?Definitely
Viewing 4 replies - 1 through 4 (of 4 total)