areijs on "[Plugin: Autoptimize] css problems"
Hallo Frank, Sorry to bother you again;-) I have also the following css in my child theme which I would like to exclude: .woocommerce .cart-actions .order-total td span { font-size: 18px; } How do I do...
View ArticleFrank Goossens on "[Plugin: Autoptimize] css problems"
Well, I would try adding ".order-total" to the comma-seperated list. frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] Adding an Attribute to the Script...
hmmm, have you looked into the autoptimize_filter_js_defer filter? add_filter('autoptimize_filter_js_defer','aj_ao_override_defer',10,1); function aj_ao_override_defer($defer) { if (your_condition ===...
View Articlefedeari7 on "[Plugin: Autoptimize] Site Broken"
Hello there, I'm using wordpress 4.0 with your plugin Autopimize 1.9.1 When the plugin is active the site is broken (completely messed up) and when I deactivate the plugin all seems to be back to...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Site Broken"
Hi fedeari7; You'll need to configure Autoptimize, as described in the FAQ, esp. the part about troubleshooting. Hope this helps, frank
View Articlefedeari7 on "[Plugin: Autoptimize] Site Broken"
Hello, I have already checked the FAQ section, but my problem still remain.
View ArticleJoepiooo on "[Plugin: Autoptimize] W3 validator error...
Hello, Using this plugin is really great but since I am using it I get this error in W3 Validator. Bad value only screen and (-webkit-min-device-pixel-ratio: 2) for attribute media on element link:...
View ArticleFrank Goossens on "[Plugin: Autoptimize] W3 validator error...
Morgend Joepioooo; You have the same error without Autoptimize; cfr. this validation report. The problem is with the value of the media-attribute on this line; <link rel='stylesheet' id='retina-css'...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Site Broken"
OK, what did you try, configuration-wise? What happens when you disable CSS optimization for example? frank
View ArticleJoepiooo on "[Plugin: Autoptimize] W3 validator error...
Aha I see... I found the rule but is there an easy way to change it so W3 will validate? I found more people with this problem but not an easy fix. Is there a fix or should I leave it as is? Thanks for...
View ArticleFrank Goossens on "[Plugin: Autoptimize] W3 validator error...
hmmm ... you could make it just media="screen" and move the (-webkit-)min-device-pixel-ratio in the retina.css file? that way the HTML-validator won't see it (but you'll force all browsers to download...
View ArticleJoepiooo on "[Plugin: Autoptimize] W3 validator error...
Yeah your right. I will just leave it this way. It is the only error I got so... Thanks for the help:)
View Articlemorcom on "[Plugin: Autoptimize] Cant Exclude ReCaptcha Code or File"
Works for me too Thanks
View Articlefedeari7 on "[Plugin: Autoptimize] Site Broken"
When I disable CSS optimization the website is back again, but all the javascript are broken, if i disable javascript as well everything back to normal, but jquery still doesn't work. When I disable...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Site Broken"
Well, you should take it one step at a time. Let's start with CSS. Based on what I saw you might benefit from using the legacy minifiers. You can do that by opening your WordPress wp-config.php and...
View Articlefedeari7 on "[Plugin: Autoptimize] Site Broken"
Even after adding the code, the result is the same! The pages remain broken.
View ArticleFrank Goossens on "[Plugin: Autoptimize] Site Broken"
In that you'll have to go over the list of CSS (inline or files referred) and try to exclude them one by one, as one of those is causing the minimizers (both the default and legacy one) to fail. Once...
View Articlefedeari7 on "[Plugin: Autoptimize] Site Broken"
I will try the first point soon, regarding the second point....the result is the same even with "look only in head" and "force in head" options activated.
View ArticleFrank Goossens on "[Plugin: Autoptimize] Site Broken"
OK, so what JS-errors do you see in the browser console? Based on those you should be able to figure out what to exclude from JS optimization.
View Article