Child Theme css loading twice

Hi,

I'm using 7.1 version of betheme. But style.css loading twice 

...wp-content/themes/betheme-child/style.css?ver=7.1
...
wp-content/themes/betheme-child/style.css?ver=4.1.1

in function.php

// Enqueue the parent stylesheet
wp_enqueue_style( 'style', get_template_directory_uri() .'/style.css' );
// Enqueue the parent rtl stylesheet
if ( is_rtl() ) {
wp_enqueue_style( 'mfn-rtl', get_template_directory_uri() . '/rtl.css' );
}
// Enqueue the child stylesheet
wp_enqueue_style( 'mfn-child-style', get_stylesheet_directory_uri() .'/style.css' );

in this discussion http://forum.muffingroup.com/betheme/discussion/comment/14097 you said "that fixed with last update." 

Could you help me? Thank you.

Comments

  • Hi,

    this possibility was added within one of the recent updates because lot's of users requested about it. If you don't want styles to be loaded twice, then just remove the last line:
    wp_enqueue_style( 'mfn-child-style', get_stylesheet_directory_uri() .'/style.css' );
  • Hi,
    If I remove that line, child theme css override by default theme css files. So child theme css file doesn't work.

    Child theme css
    <link rel='stylesheet' id='style-css'  href='.../wp-content/themes/betheme-child/style.css?ver=7.1' ...
    ...
    Main theme css files (override)
    <link rel='stylesheet' id='mfn-base-css'  href='.../wp-content/themes/betheme/css/base.css?ver=7.1'... 
    <link rel='stylesheet' id='mfn-btn-css'  href='.../wp-content/themes/betheme/css/buttons.css?ver=7.1'..
  • Yes, this is how it works. So if you want to include child theme styles, the you must use our default code and there is no other way to do this. Those files must be loaded twice if you use child theme styles.
Sign In or Register to comment.
This website uses cookies

We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.

Cookies are small text files that can be used by websites to make a user's experience more efficient.

The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.

This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.

You can at any time change or withdraw your consent from the Cookie Declaration on our website.

Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.

Please state your consent ID and date when you contact us regarding your consent.