Child Theme
This topic contains 32 replies, has 6 voices, and was last updated by Victor Cardona 9 years, 5 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: directory starter chlld theme
-
AuthorPosts
-
May 2, 2016 at 4:54 pm #183828
Setting up a child theme for directory-starter. I’ve made a new folder called directory-starter-child and added functions & style.
Added this to functions:
<?php
// * Enqueues child theme stylesheet, loading first the parent theme stylesheet.
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );}
I can see my child theme in WP Admin and can activate it. But it’s not reading my child CSS (not using some of my customized formatting). What am I missing here? I’m used to themes coming with the child directory already set up – never done one from scratch before.
Thanks.
May 2, 2016 at 5:46 pm #183911A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 2, 2016 at 7:24 pm #183947A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 2, 2016 at 7:30 pm #183951A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 2, 2016 at 7:34 pm #183953A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 2, 2016 at 7:43 pm #183960A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 2, 2016 at 7:47 pm #183963A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 2, 2016 at 8:03 pm #183970A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 2, 2016 at 9:10 pm #183986A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 3, 2016 at 3:50 pm #184342A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 3, 2016 at 6:22 pm #184435A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 4, 2016 at 7:11 am #184650A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 4, 2016 at 7:37 am #184657A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 4, 2016 at 11:14 am #184691A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
May 4, 2016 at 1:19 pm #184760A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket