Codevz
Forum Replies Created
-
Thanks for your help and time, but its not the good solution, Actually problem is not related to Elementor or save_post, because I didn’t updated pages for a while and problem occurred automatically.
Just with the following string I added into exclude CSS files field to prevent them from minify problem solved.
/elementor/css/post-
FYI, Cache lifespan was to 1 Day.
Thanks for your full explanation, But I’m not talking about dynamic elements CSS, I’m talking about page dynamic CSS generated by Elementor and yes Elementor only generates CSS on page create/update.
I know WPO have filter to clear cache on every page update and there is no problem with that and working fine.
But after a while (for example after a week) I checked one of my website pages and saw page CSS broken and only Elementor dynamic CSS is not in the minified CSS file generate by WPO, It seems some where automatically Elementor generated all CSS files again but WPO doesn’t notified about that. This is why I opened a ticket here.
I hope you get my explanations. Please let me know if its not clear to you.
Thanks, Please also note this, in the minified file also I notified some rtl styles minified before others and its wrong. Thanks in advanced.
But whats next step? Should I keep excluding dynamic CSS files generate by Elementor?
Why your plugin not checking Elementor page changes to keep the latest dynamic file in the minified version of CSS? Now Elementor have over 10 million active installs and I’m sure people have no time to submit ticket to you about this situation and will installs another caching plugin.
Yes I know it, I’m expert, You should load all rtl.css files after minified files not before them.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 conflicts with WooCommerce translationsForum: Plugins
In reply to: [Contact Form 7] Contact Form 7 conflicts with WooCommerce translationsAgain we have faced the same problem and problem is CF7, Why you have set locale for other plugins? problem is this code on your plugin:
public function locale() {
if ( wpcf7_is_valid_locale( $this->locale ) ) {
return $this->locale;
} else {
return '';
}
}plugins/contact-form-7/includes/contact-form.php (return ”; to fix the problem temporary)
Yes problem solved when I excluded dynamic CSS files.
- This reply was modified 4 months, 1 week ago by Codevz.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 conflicts with WooCommerce translationsProblem solved for us by updating Woocommerce and Contact form 7 today. Thanks
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 conflicts with WooCommerce translationsOne of our customers have the same problem, weird thing is by disabling CF7 or another plugin, problem will gone, it seems problem is related to WooCommerce, not sure.