msebald on "[Plugin: Autoptimize] JS options don't work if HTML disabled"
Ok, unset. Confirmation that JS stuff is not working anymore. Looking forward with your conversation with the NGG guys. I hope they see the problem as big as you do...
View ArticleFrank Goossens on "[Plugin: Autoptimize] JS options don't work if HTML disabled"
re "Confirmation that JS stuff is not working anymore" -> hope (guess) you mean JS optimization isn't working (fully), but JS does work?
View Articlemsebald on "[Plugin: Autoptimize] JS options don't work if HTML disabled"
Yes, sure. ;-) JS optimization by AO. Rest is working ok. ;-)
View ArticleFrank Goossens on "[Plugin: Autoptimize] Features dont work with Js code...
No guarantees, esp. as your site is pretty JS-heavy and as this is not your stock WP-site, but I could try to experiment with some of the following: * exclude jquery.js * exclude wp-job-manager * tick...
View Articlemodus on "[Plugin: Autoptimize] Sliders are no longer showing?"
Just some findings I can share: excluding content, thumbnails and text-widgets from lazyloading (I use BJ Lazy Load) already did the trick for me. Imho it doesn't make much sense to delay the rendering...
View ArticleFrank Goossens on "[Plugin: Autoptimize] JS options don't work if HTML disabled"
No feedback from the NGG-guys, but turned out it's all a question the WP-action to hook into and the priority; in autoptimize.php around line 311 change if(autoptimizeCache::cacheavail()) { $conf =...
View Articlemsebald on "[Plugin: Autoptimize] JS options don't work if HTML disabled"
It works! :-) NGG and JS optimization. NGG even works with HTML comments stripped out. I use the same exclusion list like above. I will dig into it in the next days, maybe I can get some stuff out...
View ArticleFrank Goossens on "[Plugin: Autoptimize] JS options don't work if HTML disabled"
fix should be suitable for everybody, although some more testing should confirm that. regarding adsense; don't know, really. does adsense rely on comments in the HTML. if so, thanks to the fix for NGG...
View ArticleFrank Goossens on "[Plugin: Autoptimize] WP-Property Plugin add_action...
Me again; I'm working on AO 1.9.3 and to get NextGen Gallery's JS to aggregate, I would need to change not only the priority but also the action hook....
View ArticleCaveatLector on "[Plugin: Autoptimize] WP-Property Plugin add_action Priority...
Yes, I will be pleased to test it. I have a busy day today, so it might be tomorrow, but I will test it and let you know the result.
View ArticleCaveatLector on "[Plugin: Autoptimize] WP-Property Plugin add_action Priority...
I installed AO 1.9.3 beta at a restricted-access online test site that is a mirror copy of a large production site and disabled various types of caching that might hide a new problem. The site uses a...
View ArticleFrank Goossens on "[Plugin: Autoptimize] WP-Property Plugin add_action...
great, thanks for the confirmation caveatlectos!
View ArticleKokomo on "[Plugin: Autoptimize] Javascript still has comments"
Frank, First of all, thanks for taking the time to reply to the support requests. Very appreciated! So I used your hook to test some regular expressions and somehow, regardless of what I do, not only...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Javascript still has comments"
Your first argument in $jsOut=preg_replace('.*', '', $jsIn); is not recognized as a regular expression pattern, as the delimiters are missing. turn it into $jsOut=preg_replace('/.*/', '', $jsIn); and...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Javascript still has comments"
and where did you put that code?
View Articlemsebald on "[Plugin: Autoptimize] JS options don't work if HTML disabled"
No worries, thanks to you for digging into this very intense! :-) If all plugin authors would show that enthusiasm like you... About Adsense and related stuff: I will check all of this. At the moment...
View Articleboldmanwinter2 on "[Plugin: Autoptimize] Never posted before - EVER...
Thank you Frank, I'll troubleshoot that today and let you know what I find out!
View Articleboldmanwinter2 on "[Plugin: Autoptimize] Never posted before - EVER...
With your complete description here I was able to return this information to the designer of my wp theme. They have determined that there was an issue in their application of a slider system. Not sure...
View Article