Tagged Questions
3
votes
2answers
158 views
Is it possible to disable caching of an option when using w3 total cache?
a plugin i'm working on has a conflict with w3 total cache. To be more specific, in my code i have
static function get_instance()
{
if( self::$_instance === NULL ) {
// get the settings ...
0
votes
1answer
196 views
How to automatically convert “%” and “+” in image urls on upload
I mass import products via csv and use this plugin http://wordpress.org/extend/plugins/cache-images/ to download the images to my server.
Problem is some of the image urls have % and + characters in ...
0
votes
2answers
178 views
Error activating certain plugins
When I try to activate All-In-One SEO Pack or ANY (I've tried all by now!) caching plugin, the page goes blank - i.e the content of the page empty, except the WordPress bar on the top and the toolbar ...