Title: Problem with Child Theme
Last modified: August 24, 2016

---

# Problem with Child Theme

 *  Resolved [belenberrueta](https://wordpress.org/support/users/belenberrueta/)
 * (@belenberrueta)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-child-theme-6/)
 * I created my child theme, but there are some things that changed in some buttons.
 * Which is the problem?
    My page: [http://eahdesigns.com.ar/prueba/#](http://eahdesigns.com.ar/prueba/#)
 * My css:
    /* Theme Name: JustWrite-Child Theme URI: [http://www.eahdesigns.com.ar/prueba/wp-content/themes/justwrite-child](http://www.eahdesigns.com.ar/prueba/wp-content/themes/justwrite-child)
   Description: Just Write Child Theme Author: EAH Designs Author URI: [http://www.eahdesigns.com.ar](http://www.eahdesigns.com.ar)
   Template: justwrite Version: 1.0.7 License: GNU General Public License v2.0 License
   URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)*/
 * My PHP:
    <?php add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ ); function
   theme_enqueue_styles() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri().‘/
   style.css’ ); wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri().‘/
   style.css’, array(‘parent-style’) ); } ?>
 * How can I know which is the problem?

Viewing 1 replies (of 1 total)

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-child-theme-6/#post-5992213)
 * I really don’t know what you did. The exact same code works for me in a child
   theme.
 * If you don’t plan on updating the theme or make major modifications,you don’t
   need a child theme.

Viewing 1 replies (of 1 total)

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-child-theme-6/#post-5992213)
 * Status: resolved