Frank Goossens on "[Plugin: Autoptimize] Conflict With Popup Domination"
try/catch is an option you can check on the autoptimize settings-page; "Add try-catch wrapping?"
View Articletheorganicdiabetic on "[Plugin: Autoptimize] Conflict With Popup Domination"
Ok, just tried that but when I bring my page up, the pop up still doesn't show when exiting
View Articlemxpimp47 on "Autoptimize breaking some scripts"
I have tried every combination I can think of from using full dir name to just js/main.min.js. I excluded jquery-ui.min.js too, and still couldnt get anything to change after save and clear cache....
View ArticleFrank Goossens on "Autoptimize breaking some scripts"
Well, "jQuery is not defined" indicates jquery was not excluded (correctly), so that would be my main angle for bugfixing :-)
View Articlemxpimp47 on "Autoptimize breaking some scripts"
I added just jquery.js and all the errors went away. When you are logged in there are some console errors related to the admin bar stuff. But that shouldnt be as critical should it? I checked when...
View ArticleFrank Goossens on "Autoptimize breaking some scripts"
great! regarding admin-bar-stuff; if that doesn't bother you, you can leave that as is. if it does bother you, "_ is not defined" indicates that underscore is to be excluded :-)
View ArticleCary123 on "[Plugin: Autoptimize] better score but slower load"
I installed the plug in and my score went from 86 to 95. Great. However, when I went to my site it "appears" to load slow. This seems to be because I have a full width slider above the fold. Everything...
View ArticleFrank Goossens on "[Plugin: Autoptimize] better score but slower load"
Evening Cary123; Concering the slower load; do make sure you have a page caching plugin (wp super cache or other) to accompany Autoptimize. Regarding the slider; AO is probably aggregating the slider's...
View ArticleDer-Bank-Blog on "[Plugin: Autoptimize] Still problems with number of caching...
Hi Frank It does not help. The Problem is still there. 6000 files within 2 days
View ArticleFrank Goossens on "[Plugin: Autoptimize] Still problems with number of...
well, then you'll have to re-apply the methodology as described above; find 2 pages with approx. the same content and compare the beautified JS. alternative is to use the API to tell AO not to...
View ArticleDer-Bank-Blog on "[Plugin: Autoptimize] Still problems with number of caching...
Hi Frank I really apreciated your tipps but unfortunatly it seems, I am not qualified to apply them ;-) I do not have any PHP knowledge So I have to continue to delete all cached files every day...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Still problems with number of...
php knowledge is not really needed for that API-based change; copy-paste that exact block of code in your theme's functions.php and you're good to go (do take into account that you would typically have...
View ArticleDer-Bank-Blog on "[Plugin: Autoptimize] Still problems with number of caching...
OK I see. I will try that out Thx again Hansjörg
View ArticleCary123 on "[Plugin: Autoptimize] better score but slower load"
Thanks for the reply, I have W3 Total Cache, WP Performance Booster, and Autoptimize. Should I uncheck the CSS boxes? Won't this drop my score? I was hoping to just drop the slider CSS. Cary
View Articlenatostanco on "[Plugin: Autoptimize] minify manual selected scripts?"
It would be nice to be able to manually add scripts to the minification process. Also, amazing plugin, all the minification plugins I have tried just fail one way or the other, including w3tc, wprocket...
View ArticleFrank Goossens on "[Plugin: Autoptimize] better score but slower load"
was hoping to just drop the slider CSS. you should indeed be able to do that, using the "exclude from CSS optimization" in the advanced settings. frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] minify manual selected scripts?"
Hi natostanco; That isn't possible by default (using the settings screen) but with some coding against autoptimizes API this surely can be done (hooking into the autoptimize_js_after_minify-filter,...
View ArticleDraikin on "[Plugin: Autoptimize] Jetpack Mobile and inline CSS problem"
I've been really impressed by Autoptimize and it's become my plugin of choice for minifying content. That said, I'm running into a bit of a problem with Jetpack Mobile and the use of inline CSS....
View ArticleFrank Goossens on "[Plugin: Autoptimize] Jetpack Mobile and inline CSS problem"
Well, if you can identify a specific CSS-selector in the mobile theme CSS, you could add that to the "exclude from CSS optimization"-list? frank
View Articlenatostanco on "[Plugin: Autoptimize] minify manual selected scripts?"
yeah, but to how remove them from the page
View Article