opjacht on "WP Super Cache & Woocommerce cache issue"
Hi, I think any solution to resolve this is by rejecting the following cookie for page cache: wc_session_cookie Is there a possibility to reject cookies in WP Super cache? Thanks in advance! Jeroen
View ArticleVincent Paul on "How to remove super cache rules from homepage?"
I've been having an issue with my homepage on wordpress. I installed and uninstalled wp-super cache many times. My homepage won't update and I think it's because the super cache rule is in the...
View Articleleojonathanoh on "[Plugin: WP Super Cache] Garbage collector is not working"
Garbage collector is not working in TIMER mode nor SCHEDULED mode. Tried leaving it to run automatically but return several days later to only find out that expired pages were not purged hourly....
View Articleyajanssen on "WP Super Cache caching broken!"
http://screencast.com/t/2U9ef460hsG Please help. Seemingly, I need to have this plugin, according to HostGator. My website hesitates to open up.
View Articlejohnmontfx on "[Plugin: WP Super Cache] Force cache on certain pages?"
Is there a way to force a supercache on a given page? I've successfully used DONOTCACHEPAGE in my functions.php to exclude certain pages/requests from being cached and that works great. But I do have...
View Articleljmac on "[Plugin: WP Super Cache] SuperCache Related PHP Error"
I've recently been getting the following error a lot, and haven't been able to determine the source: PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in...
View ArticleMarekant on "[Plugin: WP Super Cache] How to stop the plugin caching the...
I'm using the karma wordpress theme and the online contact form is sending an error "Are you sure you want to do this?" the guys at Karma have checked and advise to set up Wp super cache not to cache...
View Articleesmi on "[Plugin: WP Super Cache] How to stop the plugin caching the online...
What happens if you use the default Twenty Twelve theme?
View ArticleMarekant on "[Plugin: WP Super Cache] How to stop the plugin caching the...
The contact form is part of the Karma theme so I don't understand why testing the default twenty twelve theme will help? ( I cannot imagine switching my client's website theme )
View Articleesmi on "[Plugin: WP Super Cache] How to stop the plugin caching the online...
In that case, I can only suggest that go back to the theme's vendors. From the sounds of it, there is an issue in that theme.
View ArticleMarekant on "[Plugin: WP Super Cache] How to stop the plugin caching the...
Here is their full explanation which I hope will show that there is hopefully a simple getaround, the only problem being that I lack the knowledge to apply the fix... You are encountering this issue...
View ArticleJGravesNBS on "[Plugin: WP Super Cache] How do I enable Clear Cache button on...
Some how my Clear Cache button on Dash Board Menu is gone How do I enable Clear Cache button on Dash Board Menu? http://wordpress.org/extend/plugins/wp-super-cache/
View Articlel3_wbmstr on "[Plugin: WP Super Cache] Message: Preload has been restarted."
We have been getting a series of these messages but am unsure what they mean. Any ideas? http://wordpress.org/extend/plugins/wp-super-cache/
View Articlegwissen on "[Plugin: WP Super Cache] broken, let's fix"
Like Steve ZeeZee, I was reluctant to ask BlueHost for help with this. I had to call twice ... the first tech support simply told me to look it up on the Wordpress.org site. However, when I called...
View ArticleMarekant on "[Plugin: WP Super Cache] How to stop the plugin caching the...
I am not sure if the above comment about 'No Bumping' from 3 days ago means that I will not now be answered? In an effort to clarify, my last post was to modify and simplify my query and was in no way...
View Articlemiaweb on "[Plugin: WP Super Cache] La botonera navega, pero el blog solo...
Es como les cuento, navego por la pagina y el navegador muestra los cambios a la misma velocidad de los clic, pero la pagina no se mueve del inicio. Estoy pensando que esto tiene mucho que ver con el...
View Articlenathanfranklinau on "[Plugin: WP Super Cache] mfunc is going away in the next...
Hi, Just wondering how this method is supposed to work when you want to replace your template tag with a function like get_sidebar() which requires the use of ob_start() to get the output so it can be...
View ArticleDonncha O Caoimh on "[Plugin: WP Super Cache] mfunc is going away in the next...
Output buffers can be nested so as long as you get the contents of the buffer and clean/close it properly there shouldn't be an issue.
View Articlenathanfranklinau on "[Plugin: WP Super Cache] mfunc is going away in the next...
I tried the following code: add_cacheaction("wpsc_cachedata", "ch_replace_dynamic_content"); function ch_replace_dynamic_content($cachedata) { ob_start(); print "test"; $cachedata .= ob_get_clean();...
View ArticleDonncha O Caoimh on "[Plugin: WP Super Cache] mfunc is going away in the next...
Do you have compression enabled in your php.ini? I searched for that error message and the first result says to turn compressed output buffers off.
View Article