ameerulislam on "[Plugin: Autoptimize] After updating it's I was not able to...
The server closed the connection without sending any data.
View Articleameerulislam on "[Plugin: Autoptimize] After updating it's I was not able to...
By the way thanks frank for building such an awesome plugin.. I have used this plugin in many sites.
View ArticleFrank Goossens on "[Plugin: Autoptimize] After updating it's I was not able...
ok, some questions to try to pin-point the problem: do you experience this problem on one site, or on multiple ones? do you have the white screen immediately on the wp-admin-section upon activating, or...
View Articleameerulislam on "[Plugin: Autoptimize] After updating it's I was not able to...
Looks like it's working again. I just switched my internet connection (I have 2 connections) and looks like it's back.. Thanks
View Articleameerulislam on "[Plugin: Autoptimize] After updating it's I was not able to...
actually it's working on both connections now.. So maybe there was some temporary problem on the server..
View ArticleFrank Goossens on "[Plugin: Autoptimize] After updating it's I was not able...
Great, glad it works! Have a great 2015! frank
View Articlerapidpage on "[Plugin: Autoptimize] MailCWP CSS Conflict"
Hi, I am using MailCWP and when activate Autoptimizer it seems to turn off the theming within MailCWP, how can i remove MailCWP from the CSS cache? (if that is what i need to do) Thanks for any help...
View Articlerapidpage on "[Plugin: Autoptimize] MailCWP CSS Conflict"
Please mark this resolved, i used your advanced feature and excluded all of the MailCWP css tables from the Autoptimizer css cache and all is good! Thanks!
View ArticleShunyataVillas on "[Plugin: Autoptimize] Tab Container doesn't work anymore"
Hi Guys, first of all thanks for this great plugin and your work. But I have few problems and hope you can help me out. 1. All tabs on my website stop working, if I choose HTML Code without keeping...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Tab Container doesn't work anymore"
hi andreas; 1. don't keep the HTML comments, tab container must need them somehow? 2. you'll probably have to exclude tab container's javascript from js optimization 3. is this on first page-load, or...
View ArticleSuyash Bansal on "[Plugin: Autoptimize] Nothing happens after enabling...
I disabled that inbuilt minifier of the theme but still nothing is happening :/ The new css and js is generated......
View ArticleFrank Goossens on "[Plugin: Autoptimize] Nothing happens after enabling...
Very weird, as this means AO does get triggered and that it can read the HTML (and referenced files) and optimize, but that for some reason it cannot change the HTML (removing references to...
View ArticleShunyataVillas on "[Plugin: Autoptimize] Tab Container doesn't work anymore"
Hi Frank, 1. I don't want to keep the HTML commments, but somehow the tab container doesn't function without. 2. how to exclude the tab container's javascript from js optimization. 3. I have to...
View Articledimitrov.adrian on "[Plugin: Autoptimize] PHP errors"
Get a lot of errors in 1.9.2 with wp4.1 PHP Notice: Undefined variable: base64data in ...wp-content/plugins/autoptimize/classes/autoptimizeStyles.php on line 311 PHP Notice: Undefined property:...
View ArticleFrank Goossens on "[Plugin: Autoptimize] PHP errors"
darn those notices! :-) the 2nd one is a type, can you on line 391 change if (($this->already_minified!==true) && (apply_filters("autoptimize_css_do_minify", true))) { into if...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Tab Container doesn't work anymore"
re (1); that's something you'll have to look into with the tab container developers then I'm afraid re (2); do have a good look at the FAQ, it explains in detail how you can exclude js (or css) hope...
View Articlecluster666 on "[Plugin: Autoptimize] custom layout HTML"
could you please give me a sample w/ what I have to change to add breaks for HTML optimizing? I also need to keep the <![CDATA]]> tags in source. Regards Ralph
View ArticleFrank Goossens on "[Plugin: Autoptimize] custom layout HTML"
Well, taking into account that HTML optimization typically removes whitespace, linebreaks and comments, what would you want to do? just remove whitespace?
View Articlecluster666 on "[Plugin: Autoptimize] custom layout HTML"
yep, whitespace removal but HTML should be visable line by line currently the html optimizer shows a one line source ... would it be possible?
View ArticleFrank Goossens on "[Plugin: Autoptimize] custom layout HTML"
hmmm, something like add_filter('autoptimize_html_after_minify','cluster_html_minify',10,1); function cluster_html_minify($in) { $out=preg_replace('/^\s+|\s+$/m', '', $in); return $out; } If you...
View Article