timholz on "[Plugin: Autoptimize] Optimize the order of styles and scripts"
Hi Frank Thanks for responding so quickly. I put the two filters in my functions.php. Probably not the right place, for the result is the same. Is functions.php the right place? regards theo
View ArticleFrank Goossens on "[Plugin: Autoptimize] Optimize the order of styles and...
functions.php is ok (but will get overwritten with each theme update!). but make sure to remove the double slash (comment-marker) from the "add_filter"-lines. frank
View Articletimholz on "[Plugin: Autoptimize] Optimize the order of styles and scripts"
Oh, no worries, my child is protected. I have removed the markers. Now, i've got it. Great filters. Thanks a lot for your help and the plugin. theo
View ArticleFrank Goossens on "[Plugin: Autoptimize] Optimize the order of styles and...
no, should be all really (except for page cache that you might have to flush). doesn't work?
View Articletimholz on "[Plugin: Autoptimize] Optimize the order of styles and scripts"
Oh, sorry about the trouble. Works magnificently. Values on gtmetrix: pageSpeed/Yslow = 99%/93% By the way i am using your plugin in conjunction with w3tc. I call it the duo thunderbolt. thanks a lot...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Optimize the order of styles and...
you're welcome, have a nice (long) weekend! :-) frank
View ArticleiWayMagazine on "Does Autoptimize block Reduce Bounce Rate"
Hello, Thanks. I have another question I have Google analytics plugin by Kevin Sylvestre and Reduce Bounce Rate by By Okoth1. I like to know if is possible to use Autoptimize with them and without...
View ArticleProfforg on "[Plugin: Autoptimize] Make only one css file?"
Hi. Is it possible to make autooptimize generate only ONE minimized file for page? It seems to be now, that instead of combining all CSS to one file, it stores content in few files. It makes plugin...
View ArticleFrank Goossens on "Does Autoptimize block Reduce Bounce Rate"
depends on those plugins, really, some work without having to exclude anything, some require to exclude have some of the JS excluded. frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] Make only one css file?"
Evening Profforg; autoptimize honours the media-types specified for CSS in the original code, meaning that if you unoptimized page has media=screen and media=all and media=print, then AO will have...
View ArticleProfforg on "[Plugin: Autoptimize] Make only one css file?"
Understood. I did not thought that way.
View ArticleSlams on "[Plugin: Autoptimize] More options for CDN url"
Generate data: URIs for images? -> enabled. But there is no difference if it enabled or not. For example, easy funcybox plugin css rewrited:...
View ArticleSlams on "[Plugin: Autoptimize] More options for CDN url"
"Inline all CSS?" also enabled
View ArticleFrank Goossens on "[Plugin: Autoptimize] More options for CDN url"
well, fancybox.png is to big to be inlined (it's 14Kb, AO by default only inlines if < 4Kb). but if you have "data:uri's" active, if you have a CDN specified and if the image is too big, then the...
View ArticleMartin1 on "[Plugin: Autoptimize] Will uninstalling the plugin set everything...
I was wondering if after a while I decided to uninstall the plugin, will it revert EVERY change it made back to the way it was? https://wordpress.org/plugins/autoptimize/
View Articlefunsail on "[Plugin: Autoptimize] CSS unstyled on some pages after WP4.21"
I'm not on woocommerce a page with part of the style missing When I say part of the style missing, the page is styled by: 1) Theme css files 2) Inlined css injected by theme into the page Only (2) is...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Will uninstalling the plugin set...
It will, as it doesn't really change anything. Let me try to explain; (1) When a new request for a page is received by WordPress, the page is built as normal, including all references to individual CSS...
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS unstyled on some pages after...
can you share a URL of pages where that happens funsail, here or via futtta-at-gmail-dot-com, so I can have a look at the CSS? frank
View ArticleSlams on "[Plugin: Autoptimize] More options for CDN url"
Okay. // just cdn the URL if applicable if (!empty($this->cdn_url)) { $url = trim($quotedurl," \t\n\r\x0B\"'"); $cdn_url=$this->url_replace_cdn($url); $imgreplace[$matches[1][$count]] =...
View Article