• Using Autoptimize causes layout problems using GeneratePress theme and SiteOrigins plugin. Turning off “Optimise CSS Code?” fixes the errors. I see that I can turn on “Look for styles on just head?” option, but cannot I see where that option is. Any help?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    “look for styles only in head” is a long gone option i’m afraid @kdric 🙂

    -> look for generic troubleshooting tips in the FAQ (you’ll probably have to exclude some CSS-files from optimization)
    -> you can still force AO to only use styles from head by using this code snippet;

    add_filter('autoptimize_filter_css_justhead','__return_true');

    hope this helps,
    frank

Viewing 1 replies (of 1 total)

The topic ‘Errors with plugin using GeneratePress theme’ is closed to new replies.