Oliver Nielsen on "[Plugin: Autoptimize] Wordpress menubar"
Ok. Got it now. If someone want to know. The Autoptimize looks for scripts in the head section. WP social removed the scripts. I have removed this in Wp seo Sorry for taking your time about this Frank...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Wordpress menubar"
thanks for following up on this Oliver, this might help others as well! have a nice evening (night), frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] Disqus Comments"
Hi Rui, I saw on Twitter you've disabled Disqus as you couldn't get it to work. If had a quick look at opcoesbinarias (which I guess is the site on which you have the Disqus-problem?) and I see there...
View Articleda_tex on "Autoptimize with Jetpack, Google Analytics, WP-PostViews"
Thanks, solved with force JavaScript in <head>
View ArticleRui Oliveira on "[Plugin: Autoptimize] Disqus Comments"
Hi, I tried this: Possible solutions: * exclude addthis from being autoptimized (add "addthis" without the quotes to the "exclude from JS optimization" list in Autoptimize settings * enable the...
View Articlebign07 on "[Plugin: Autoptimize] how do I find what javascript to exclude?"
Hi Some Visual Composer Pie Charts do not appear when I tick the optimize JS code in autoptimize. Can you tell me where I can find what to type in the 'exclude scripts' box? I don't know where to look...
View ArticleFrank Goossens on "[Plugin: Autoptimize] how do I find what javascript to...
you could try with just "force script into head" which might just work. It that doesn't work, you'll indeed have to exclude specific JS-files Based on the HTML source of the demo-page, you would have...
View Articlebign07 on "[Plugin: Autoptimize] how do I find what javascript to exclude?"
Hi Frank It's the pie charts on this page harlequinproductions.co.uk/mediabuyingagencies Don't know if you can see what they use? the animated text over the image didn't appear either so i took off the...
View ArticleSlams on "[Plugin: Autoptimize] More options for CDN url"
Completely forgot to write about how cdn filter work. I've tested it with new plugin version and made it work only this way: add_filter(...
View ArticleFrank Goossens on "[Plugin: Autoptimize] how do I find what javascript to...
well, most probably; "js_composer_front.js, Chart.min.js, waypoints.min.js, cs-piechar.js" Try with all of those (and jquery, off course). if it works you can always try to selectively remove one of...
View ArticleSlams on "[Plugin: Autoptimize] More options for CDN url"
Or this way: autoptimizeBase.php $tmp_url = apply_filters( 'autoptimize_filter_base_replace_cdn', $url, AUTOPTIMIZE_CACHE_URL, $this->cdn_url); Filter: add_filter(...
View ArticleFrank Goossens on "[Plugin: Autoptimize] More options for CDN url"
yeah, that's OO for ya ;-) easiest solution would be to replace that line by; return str_replace(AUTOPTIMIZE_CACHE_URL,get_option('autoptimize_cdn_url',''),$in); so just getting the option straight...
View Articlebign07 on "[Plugin: Autoptimize] how do I find what javascript to exclude?"
Thanks Frank, it's just the chart.min.js needed (and maybe jquery of course)
View ArticleMicahBlu on "[Plugin: Autoptimize] Does not appear to work at all"
HI Frank, thanks for the quick response. Unfortunately none of those conditions apply. view-source:http://micahblu.com/ The plugin is currently active. The site is extremely simple and the only other...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Does not appear to work at all"
verrrrrry weird ... some questions: * you wouldn't have output buffering disable in php.ini by any chance? * can you check your phperror.log for any relevant entries? * could you, ever so briefly, test...
View ArticleMicahBlu on "[Plugin: Autoptimize] Does not appear to work at all"
Changing the theme to twentyfifteen had no effect, I did however find an error in my log associated with AO: [Mon Apr 20 12:19:01.572938 2015] [:error] [pid 20563] [client 108.23.119.50:56368] PHP...
View ArticleMicahBlu on "[Plugin: Autoptimize] Does not appear to work at all"
This may be due to the way I have my directories structured? I manage all my sites with git, composer, grunt, using composer to manage WordPress and its plugins as dependencies of my project, in order...
View ArticleMicahBlu on "[Plugin: Autoptimize] Does not appear to work at all"
Think I know what it is. Can write cache say no..
View Articlesergio_redondo on "[Plugin: Autoptimize] HTML not minified for every page"
Hi friends, I've recently installed Autoptimize plugin and it works really well. I've improved the speed of my website in only a few steps. However, there is an issue I can't solve: although I've...
View Article