schimmilol
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] WPML: Don’t cache certain language (different Domain)Found a solution:
If you run into a similar problem there is the constant “LSCACHE_NO_CACHE” you can define, that flags it to not cache a certain page.
I put the code below in my wp-config and now my chinese pages are no longer cached.if ( $_SERVER['SERVER_NAME'] == 'www.YOUR_DOMAIN.com.cn' ) {
define( 'LSCACHE_NO_CACHE', true );
}Forum: Plugins
In reply to: [LiteSpeed Cache] WPML: Don’t cache certain language (different Domain)I still really like the performance of the plugin on my apache server, so is there a way to tell the plugin to not cache a certain language or domain?
Forum: Plugins
In reply to: [LiteSpeed Cache] WPML: Don’t cache certain language (different Domain)Hey there @litetim
Thank you for your quick response.
The ID is: GXIXGVZKEdit: forget it, im an idiot lol
Forum: Plugins
In reply to: [Smart Grid-Layout Design for Contact Form 7] Is the plugin still supported?@aurovrata Hey, Just wanted to ask again if you plan on releasing the update anytime soon. I have been using it for a lot of customers and I thought for 4 months the update should be around the corner lol
If support is dropped, I will look for another solution, so no worries, just the problems keep on piling up from week to week.- This reply was modified 8 months, 2 weeks ago by schimmilol.