Title: Child Theme errors
Last modified: August 24, 2016

---

# Child Theme errors

 *  [Dirty Bill](https://wordpress.org/support/users/dirty-bill/)
 * (@dirty-bill)
 * [11 years ago](https://wordpress.org/support/topic/child-theme-errors-3/)
 * We were receiving the bottom two errors before adding a child theme. The child
   theme added the first error:
 *     ```
       Failed to load resource: the server responded with a status of 404 (Not Found)
       http://playprosinc.com/wp-content/themes/dzonia-lite/js/slides.min.jquery.js?ver=4.2.2 Failed to load resource: the server responded with a status of 404 (Not Found)
       2http://playprosinc.com/wp-content/themes/dzonia-lite-child/style.css/style.css?ver=4.2.2 Failed to load resource: the server responded with a status of 404 (Not Found)
       ```
   
 * Functions.php in the child theme (enqueue the child theme css):
 *     ```
       add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
       function enqueue_parent_styles() {
       wp_enqueue_style( 'parent-style', get_stylesheet_uri().'/style.css' );
       ```
   
 * calling the parent theme from the child:
    [@import](https://wordpress.org/support/users/import/)
   url(“../dzonia-lite/style.css”);
 * This has stopped the front page displaying the content placed in the Theme Options.
   Help?

The topic ‘Child Theme errors’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/dzonia-lite/1.7.1/screenshot.png)
 * Dzonia Lite
 * [Support Threads](https://wordpress.org/support/theme/dzonia-lite/)
 * [Active Topics](https://wordpress.org/support/theme/dzonia-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/dzonia-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/dzonia-lite/reviews/)

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)

 * 0 replies
 * 1 participant
 * Last reply from: [Dirty Bill](https://wordpress.org/support/users/dirty-bill/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/child-theme-errors-3/)
 * Status: not resolved