mthomas80 on "[Plugin: Autoptimize] css sprite background @2x retina images...
Hi I added autoptimize together with my already existing wp super cache installation, after minifying my js and css my retina @2x sprite is no longer being picked up. I have some javascript in the...
View ArticleFrank Goossens on "[Plugin: Autoptimize] css sprite background @2x retina...
well, I would start with toggling first js and then css optimization on and off, to see if the problem is with the js- or css-part. once you've established that, you can exclude that file (or that...
View Articleeric1985 on "[Plugin: Autoptimize] PHP Error"
Hi Frank, on the road this without easy access to see the error logs and such. I'll load it in if I get a chance.
View ArticleBriesmi on "[Plugin: Autoptimize] Issue with jquery.themeboy-rotator.js"
I got an issue with optimize Javascript. Anything works fine, but the script for the image rotator wont be loaded. I set the script (jquery.themeboy-rotator.js) to the exeption list, but the rotator...
View ArticleBriesmi on "[Plugin: Autoptimize] Issue with jquery.themeboy-rotator.js"
The issues is resolved!!
View ArticleSnapfour on "Google PageSpeed Insights: autoptimize files not compressed?"
Hi, Pagespeed has asked me to compress autoptimize_<heap of numbers and letters>.js I disabled static delivery (option "Save aggregated script/css as static files?") as recommended above and it...
View ArticleFrank Goossens on "Google PageSpeed Insights: autoptimize files not compressed?"
compression, if delivery is static, should be configured at the webserver level. the fact that you're asked for a login with dynamic delivery is something I haven't seen yet. is the popup a browser...
View Articleonetrev on "[Plugin: Autoptimize] Order of @import stylesheets"
I am using v1.8.5 of Autoptimize and running into an issue where it looks like the order of my stylesheets is getting mixed up when the CSS code is optimized. You can see here...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Order of @import stylesheets"
I think the problem migth be due to a known issue in the CSS import routine, which in some conditions does not ignore imports that are in reality commented out. Could you edit your style.css, removing...
View Articleonetrev on "[Plugin: Autoptimize] Order of @import stylesheets"
That got it! Cool, big thanks there. I should have deleted those commented out @imports, but never would have thought they were the issue. Again thanks so much for the help!
View ArticleSnapfour on "Google PageSpeed Insights: autoptimize files not compressed?"
Its a a browser popup (basic authentication). I'm using All In One WP Security plugin that has added a fair bit of stuff to the .htaccess file. Maybe something playing up with that. I've got no idea...
View ArticleFrank Goossens on "Google PageSpeed Insights: autoptimize files not compressed?"
Better check with the "All in One WP Security"-guys in that case, I'm not familiar with that plugin I'm afraid.
View ArticleHamed.T on "[Plugin: Autoptimize] combine javascript files"
Hi frank, recently i use your plugin on my friend website and it's move script files to the bottom of the page but does not combine javascript files into one file! here is the header code: <head>...
View ArticleFrank Goossens on "[Plugin: Autoptimize] combine javascript files"
You can see the other options when you click on "Show advanced settings". The jquery-core script (jquery.min.js) will never be aggregated, as it is not on the blog's own domain. The other files on the...
View ArticleHamed.T on "[Plugin: Autoptimize] combine javascript files"
it's a personal theme and i can't share it in this topic, i email the file for you, thanks for your attention.
View ArticleFrank Goossens on "[Plugin: Autoptimize] combine javascript files"
OK, the problem is that in your header.php 2 js-files are hardcoded to point to http://vwx.yz/your_js_file_here.js while the other js-files use a wp-function to decide where the template files can be...
View ArticleHamed.T on "[Plugin: Autoptimize] combine javascript files"
oh what a mistake i made! problem simply solved ^_^ thank you bro
View Articlenhymxu on "[Plugin: Autoptimize] Not combine SyntaxHighlighter Evolved"
See this image. Autoptimize not combine js SyntaxHighlighter Evolved. http://i.imgur.com/3eBbUw3.jpg https://wordpress.org/plugins/autoptimize/
View Articlesurvivehive on "Issues with Autoptimize not including woocommerce JS/CSS with...
I have an issue where the CSS and JS from Woocommerce are not being included in the single JS/CSS files. This issue ONLY appears on HTTPS. I currently have a htaccess rewrite rule to force https,...
View ArticleFrank Goossens on "Issues with Autoptimize not including woocommerce JS/CSS...
I guess this is because (some) of the resources are still served over HTTP while in HTTPS. The upcoming 1.9.0 has some improvements to handle situations like this, you can download it here. Feel free...
View Article