Title: Codevz's Replies | WordPress.org

---

# Codevz

  [  ](https://wordpress.org/support/users/codevz/)

 *   [Profile](https://wordpress.org/support/users/codevz/)
 *   [Topics Started](https://wordpress.org/support/users/codevz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codevz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codevz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codevz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codevz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codevz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Elementor](https://wordpress.org/support/topic/elementor-229/)
 *  Thread Starter [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/elementor-229/#post-17908783)
 * 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.
 *     ```wp-block-code
       /elementor/css/post-
       ```
   
 * FYI, Cache lifespan was to 1 Day.
    -  This reply was modified 1 year, 9 months ago by [Codevz](https://wordpress.org/support/users/codevz/).
    -  This reply was modified 1 year, 9 months ago by [Codevz](https://wordpress.org/support/users/codevz/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Elementor](https://wordpress.org/support/topic/elementor-229/)
 *  Thread Starter [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/elementor-229/#post-17902753)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] RTL styles problem](https://wordpress.org/support/topic/rtl-styles-problem/)
 *  Thread Starter [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/rtl-styles-problem/#post-17899548)
 * Thanks, Please also note this, in the minified file also I notified some rtl 
   styles minified before others and its wrong. Thanks in advanced.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Elementor](https://wordpress.org/support/topic/elementor-229/)
 *  Thread Starter [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/elementor-229/#post-17899349)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] RTL styles problem](https://wordpress.org/support/topic/rtl-styles-problem/)
 *  Thread Starter [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/rtl-styles-problem/#post-17899344)
 * Yes I know it, I’m expert, You should load all rtl.css files after minified files
   not before them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 conflicts with WooCommerce translations](https://wordpress.org/support/topic/contact-form-7-conflicts-with-woocommerce-translations/)
 *  [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/contact-form-7-conflicts-with-woocommerce-translations/page/2/#post-17898932)
 * [@winsa27](https://wordpress.org/support/users/winsa27/)
 * Find this file: **contact-form-7/includes/contact-form.php**
 * then find this line of code: **public function locale() { … }**
 * just return it as empty e.g. **public function locale() { return ”; }**
    -  This reply was modified 1 year, 10 months ago by [Codevz](https://wordpress.org/support/users/codevz/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 conflicts with WooCommerce translations](https://wordpress.org/support/topic/contact-form-7-conflicts-with-woocommerce-translations/)
 *  [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/contact-form-7-conflicts-with-woocommerce-translations/page/2/#post-17897147)
 * Again 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:
 *     ```wp-block-code
       	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)
    -  This reply was modified 1 year, 10 months ago by [Codevz](https://wordpress.org/support/users/codevz/).
    -  This reply was modified 1 year, 10 months ago by [Codevz](https://wordpress.org/support/users/codevz/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance] Elementor](https://wordpress.org/support/topic/elementor-229/)
 *  Thread Starter [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/elementor-229/#post-17889832)
 * Yes problem solved when I excluded dynamic CSS files.
    -  This reply was modified 1 year, 10 months ago by [Codevz](https://wordpress.org/support/users/codevz/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 conflicts with WooCommerce translations](https://wordpress.org/support/topic/contact-form-7-conflicts-with-woocommerce-translations/)
 *  [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/contact-form-7-conflicts-with-woocommerce-translations/#post-17780079)
 * Problem solved for us by updating Woocommerce and Contact form 7 today. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 conflicts with WooCommerce translations](https://wordpress.org/support/topic/contact-form-7-conflicts-with-woocommerce-translations/)
 *  [Codevz](https://wordpress.org/support/users/codevz/)
 * (@codevz)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/contact-form-7-conflicts-with-woocommerce-translations/#post-17769931)
 * One 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.

Viewing 10 replies - 1 through 10 (of 10 total)