Frank Goossens on "[Plugin: Autoptimize] wp_enqueue_media not working when...
well, wp_enqueue_media adds javascript to your page (did a quick search, but couldn't find which one). exclude that JS from optimization (adding it and any dependancies) to the comma-seperated...
View Articlemehedi_doha on "[Plugin: Autoptimize] wp_enqueue_media not working when...
Hi Frank, Thanks for your quick reply. For your kind reference, when we enqueue default wp-media (right now using version 4.1) its added 'plupload.full.min.js' file in footer which locates at :...
View ArticleFrank Goossens on "[Plugin: Autoptimize] wp_enqueue_media not working when...
So, I've had a first (and second) look at this. What I learned up until now; * wp_enqueue_media adds a huge amount of JS (and inline script of type "text/html"!) to a page. * I have not yet been able...
View Articleworldtravelgeek on "[Plugin: Autoptimize] CDN base url for cloudlfare"
Hey Frank, I started using cloudflare today. Now what would I add in the CDN base URL field? I dont know any base URL, there is no such info in the cloudflare settings anywhere ......
View ArticleFrank Goossens on "[Plugin: Autoptimize] CDN base url for cloudlfare"
as far as I know, cloudflare does not offer the type of CDN that AO supports ("pull CDN"). but if I'm not mistaking, cloudflare can CDN your files automatically, without having to do anything in AO?...
View Articleworldtravelgeek on "[Plugin: Autoptimize] CDN base url for cloudlfare"
yes, it is more like a reverse proxy. Just wondering what that URL was for and couldnt find anything when I googled ...;)
View ArticleRabenmaul on "[Plugin: Autoptimize] How to exclude plugin "Soundy background...
Hallo, I appreciate "autoptimize" a lot. But in some way it broke the plugin "Soundy background music". To exclude single files didn't work, so I tried to exclude the whole plugin from the...
View ArticleFrank Goossens on "[Plugin: Autoptimize] How to exclude plugin "Soundy...
Guten mittag Tobi; Soundy depends on jquery, so you'll have to exclude that (jquery.js or jquery-min.js or jquery.min.js, depends on your theme) as well. Hope this helps, frank
View ArticleRabenmaul on "[Plugin: Autoptimize] How to exclude plugin "Soundy background...
Guten Abend Frank, thank you very much for your quick and helpful reply: the addition of "jquery.min.js" was the solution. Keep on the good work! Kind regards und viele Grüße, Tobi PS: By the way, I...
View Articlelutechi on "[Plugin: Autoptimize] WPML CSS Getting Skipped - Not excluded"
Hello I have one of my sites (the only one with WPML plugin) skipping to include the CSS file with the rest. This is the file:...
View ArticleFrank Goossens on "[Plugin: Autoptimize] WPML CSS Getting Skipped - Not...
Do you have a link to share (here or via futtta-at-gmail-dot-com) where I could have a quick look lutechi? frank
View Articlelutechi on "[Plugin: Autoptimize] WPML CSS Getting Skipped - Not excluded"
Hello Frank, The beta version worked! Awesome, thanks again :)
View ArticleFrank Goossens on "[Plugin: Autoptimize] WPML CSS Getting Skipped - Not...
glad it works lutechi! quick recap for other people who would read this; the problem was that autoptimize 1.9.2 (current version now, april 2015) does not always succeed in capturing all CSS/JS. 1.9.3...
View Articlecgfeel on "Autoptimize to backboneJS was error !!"
Demo url click this > if i used backboneJS template in Autoptimize was error Uncaught SyntaxError: Unexpected token < <li><a...
View ArticleFrank Goossens on "Autoptimize to backboneJS was error !!"
hi cgfeel; can you add text/template to the comma-seperated JS optimization exclusion list? kind regards, frank
View Articlelutechi on "[Plugin: Autoptimize] CDN Font Support Replacement Logic or any...
Hello Frank, Was going through all the requests again and I noticed that the theme I am using it does @fontface on the CSS and it uses the local URL to call the files instead of the CDN. I was...
View Articleqriouslad on "Autoptimize conflicts with WP Beaver Builder"
Hi, I'm a big fan of this plugin and recently begin using it in tandem with http://www.wpbeaverbuilder.com (a drag and drop page builder that does many things right). However, Autoptimize causes it to...
View ArticleFrank Goossens on "Autoptimize conflicts with WP Beaver Builder"
Hi Bowo; Multiple things (issues/ solutions) here; 1. you could exclude pages where beaverbuilder is active using the API (with the "autoptimize_filter_noptimize"-filter) see...
View Articlelutechi on "[Plugin: Autoptimize] CDN Font Support Replacement Logic or any...
Sorry I meant @font-face, was falling asleep. :)
View ArticleFrank Goossens on "[Plugin: Autoptimize] CDN Font Support Replacement Logic...
:-) the functionality is not currently in there, I'll add it to the list of potential enhancements. In the mean time; you could use the API (and specifically the "autoptimize_css_after_minify"-filter)...
View Article