Open swinggraphics opened 4 years ago
Okaaaaaay……so there are more stylesheets that Oxygen outputs…in the footer. 😠 The one I am currently noticing on a very blank test site is aoc.css. This is the kind of junk we're trying to get away from by using a product geared towards developers. All stylesheets should be loaded in <head>
. A dumb plugin that only loads assets when its shortcode is called might get away with this, but the page builder framework should not commit this offense.
+1 for not loading all custom css classes + stylsheet in universal. Control to load them on templates or global. Conditional loading styling only work for ID styling.
Agreed!
Is this still an "enhancement"? Really?
I understand outputting individual page/post stylesheets in a separate
wp_head
action, but universal.css (and, ideally, a bundle of all CSS for templates) should use standardwp_enqueue_style
so they can be minified and combined.