• Hi,

    I am using a child theme for Twentyseventeen with the W3 Total Cache plugin.

    All was well until I tried to make a style change using the child theme’s stylesheet—then I noticed that the child theme file updates are not being used!

    Here are the content of my functions.php file:

    <?php
     add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
     function theme_enqueue_styles() {
     wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
     }

    And here are my W3 Total Cache settings:

    W3 Total Cache Settings

    • This topic was modified 7 years, 3 months ago by xroox.
  • The topic ‘Twentyseventeen – Child theme not working’ is closed to new replies.