Convert inline styles to included CSS file or merge with theme
-
The plugin outputs some styles into the HTML page. This is incompatible with minification and is flagged by Google Page Speed as an issue.
It would be better to include (using wp_enqueue_style) all the styles as a separate CSS file and/or to provide the option to stop plugin styles form being output.
Theme developers can then copy the styles into the theme’s stylesheet and then disable them from being written inline using wp_dequeue_style or by selecting the “disable CSS” setting.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Convert inline styles to included CSS file or merge with theme’ is closed to new replies.