Frank Goossens on "Autoptimize moves inline css into external file"
by default AO indeed aggregates all css, include inline styles, but that's a feature, not a bug :-) now there are several ways to solve this: 1. use inline or "inline & defer" 2. exclude the...
View Articlebyoussin on "Autoptimize moves inline css into external file"
Frank, Thanks for your prompt response! As for your options, "Inline" is not really good one since my theme has well over 100K css which is much more than the html of any page. I am already using...
View ArticleFrank Goossens on "Autoptimize moves inline css into external file"
Well, I would try with "#pc-" or "#pgc-". frank
View Articlebyoussin on "[Plugin: Autoptimize] Clear cache without saving changes"
I wonder if there is a way to clear AO cache without pressing the button Save Changes and Empty Cache. I want to clear cache every time I make change that should affect it, such as editing an existing...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Clear cache without saving changes"
No, there's not I'm afraid (although again some API-magicry could be applied). That being said; you normally will not have to clear AO's cache when editing pages/ posts as; 1. normally page/ posts...
View Articlebyoussin on "Autoptimize moves inline css into external file"
Frank, Thanks! #pgc- works! (I guess because the css starts with this.) However, how do I know that it would not catch anything else? Can I be sure it #pgc- will catch only inline css? Thanks Baruch
View Articlebyoussin on "[Plugin: Autoptimize] Clear cache without saving changes"
Frank, Thanks for your clarification. Are you saying that the html cache is created and css/js cache is verified when I edit a post or a page, not when it is requested each time? Thanks Baruch
View ArticleFrank Goossens on "[Plugin: Autoptimize] Clear cache without saving changes"
well; 1. autoptimize only caches CSS/JS 2. if you don't have a page caching solution (plugin), autoptimize gets called every time, but will check if the aggregated CSS/JS is already in cache and return...
View Articlebyoussin on "[Plugin: Autoptimize] Clear cache without saving changes"
Frank, Thanks for your clarifications. I use W3 Total Cache with its Minify facility off. Everything is clear, and I see that I need to clear only W3TC cache and I do not need to clear AO's cache...
View ArticleJohnny Rukavina on "[Plugin: Autoptimize] Add ability to specify cache folder"
Hi Frank, Just FYI I tried downloading the pre-release and editing my wp-config.php accordingly, but this did not have the desired effect. The Cache folder was still set to...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Add ability to specify cache folder"
hmmm ... so what did you have in wp-config.php? (no use in using the pre-release, this was pushed out late december) kind regards, frank
View ArticleFrank Goossens on "Autoptimize moves inline css into external file"
Yeah, this will work as # is a reserved character and as the string is pretty specific. Kind regards, Frank
View ArticleNumber1.0 on "[Plugin: Autoptimize] Jquery Onload does not work..."
Hey, This is an awesome plugin... Only problem is that it slightly breaks my website... Easiest way to explain is to show you.... Look at this website......
View ArticleFrank Goossens on "[Plugin: Autoptimize] Jquery Onload does not work..."
Well, in that case I'd exclude jquery from being optimized. There more info in the FAQ on that. Hope this helps, frank
View Articlestellamaris5 on "[Plugin: Autoptimize] stuff in the wrong place"
Can someone cast an eye on this page natureheals.co.uk/book-now and let me know why the booking form has now moved below the footer? It used to be in the page and is entered via shortcode of the...
View Articlestellamaris5 on "[Plugin: Autoptimize] stuff in the wrong place"
I've added this tag <!--noptimize--> around the shortcode like so: <!--noptimize-->[simplybook_widget]<!--noptimize--> Is this wrong as it's not working?
View ArticleFrank Goossens on "[Plugin: Autoptimize] stuff in the wrong place"
just a small type in your code actually; the closing <!--noptimize--> should be <!--/noptimize--> once that is fixed, all should be well. kind regards, frank
View Articlestellamaris5 on "[Plugin: Autoptimize] stuff in the wrong place"
Briliant thank you ! That works
View ArticleGambler0815 on "[Plugin: Autoptimize] html: margin-top: 32px"
Hi, I'm not sure - but within firefox - I detected a margin-top: 32px offeset which seems to be caused by autopimize - maybe a conflict with another plugin .. any idea html { margin-top: 32px...
View Article