duplicate css files
-
I’ve been trying to improve page load times by manually consolidating and minifying the css of the standard and full width child theme.
My guess is the following is intended to load css from different versions of a theme? Odd thing I experienced was my site was serving two versions of what seemed to be an identical css file.
// Adding CSS file of the Child theme. This style sheet stands last so it would override parent theme and other stylesheets. wp_register_style( 'tinyframeworkfullwidth-style', get_stylesheet_uri(), array(), '2.0.5', 'all' );
Removing those lines completely seemed to resolve the problem.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘duplicate css files’ is closed to new replies.