ruddyred on "[Plugin: Autoptimize] CSS issues"
ok, should I remove the code from functions.php?
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS issues"
nah, keep it there for the time being, we'll see if we can clean up afterwards.
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS issues"
ok, gotta run now, but i'll have a look later this evening/ tomorrow morning then. frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS issues"
had a look, but css optimization appears to be off now so I can't compare really. if you have a non-prod site where you can turn CSS-optimization on, then I could have a look there without it impacting...
View ArticlejealousGod on "[Plugin: Autoptimize] conflict with Share Buttons by AddToAny"
Hi - Thanks for this wonderful plugin. It has great promise. We use social media plugin "Share Buttons by AddToAny" and Autoptimize has trouble minimizing the HTML of pages that incorporate this plugin...
View ArticleAJ @ WpFASTER.org on "[Plugin: Autoptimize] conflict with Share Buttons by...
Switch to a sharing plugin coded for performance (i.e. one that can be minified/concatenated) in addition to functionality. :) Best, AJ
View ArticlejealousGod on "[Plugin: Autoptimize] conflict with Share Buttons by AddToAny"
Thanks for the suggestion. The HTML of the plugin can be minified, as I have tried others that minimized it properly.
View ArticleFrank Goossens on "[Plugin: Autoptimize] conflict with Share Buttons by...
Specifically, the rendered page shows "%MINIFYHTMLd95f71f3bce2cc816871d2cc804c57bc11%" inline with the sharing icons. that would be a problem with the HTML minifying component. but did a quick test...
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS issues"
was already off to sleep :-) do you have a non-production site?
View Articleruddyred on "[Plugin: Autoptimize] CSS issues"
yes I have a back end on another server, but they share the same database so everything done in the back end is mirrored in the front end production site. I can leave it on for a couple of hours, not...
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS issues"
can leave it on for a couple of hours, not expecting much traffic. ok, i'll probably have some time to a look in approx. 2h
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS issues"
OK, for the menu dropdown color you'll have to make a (very) small adjustment to your style's CSS; in main.css change .dropdown-menu {background: none repeat scroll 0% 0% #4C5358;} into .dropdown-menu...
View Articleruddyred on "[Plugin: Autoptimize] CSS issues"
THANK You!! the exclusion of vp1_html5.css solved the video issue. Editing the menu is no problem. So does editing the menu stop what ever the issue was for the header? And do I leave the function.php...
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS issues"
try commenting out the add_filter-line in your functions.php and see what gives. same for inline (but I suspect not inline will break things again, most of which could however probably be solved by...
View Articleruddyred on "[Plugin: Autoptimize] CSS issues"
The menu went back off center when I commented out the add_filter. The inline didn't make much of a difference to the site.
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS issues"
commenting out the add_filter is not very important; the CSS that is ignored is already inline, which from a perf. POV is good (if it's not a huge amount, that is). so I guess we can mark this as...
View Articleruddyred on "[Plugin: Autoptimize] CSS issues"
so if I can figure out how to use css to recenter the header just like you did with the color, would that solve the issue? And is inlining good or bad for optimization and speed?
View Article