• krakenexe

    (@krakenexe)


    Greetings, I have a website located at http://weddingphotographersaintlouis.com/bride-grooms/ that I’m working on and I’m very confused because I set my active theme to be my child theme of the “SOHO Theme”, I followed the directions for creating a child theme and have a functions.php that contains

    <?php
    add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
    function my_theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . 'css/theme.css' );
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . 'css/woo.css' );
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . 'css/responsive.css' );
    
    }
    ?>

    and I’ve also created a child CSS file that has this in it

    /*
     Theme Name:   SOHO Child
     Theme URI:    http://example.com/twenty-fifteen-child/
     Description:  Soho Child Theme Theme
     Author:       Matt Bauer
     Author URI:   http://example.com
     Template:     soho
     Version:      1.0.0
     License:      GNU General Public License v2 or later
     License URI:  http://www.gnu.org/licenses/gpl-2.0.html
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  soho
    */

    While I think I’m doing this right, because most of the pages load correctly there are a few that don’t pull all the resources in.

    For example the About page and the Contact Page aren’t loading their resources, and it’s very confusing because every other page has loaded said resources that are missing from those two pages.

    Thank you for any and all your help, getting to learn wordpress is proving to be somewhat difficult but with this community I’m sure I’ll be able to grow and give back eventually!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator t-p

    (@t-p)

    Is this the guide you followed for creating the child theme ?

    Thread Starter krakenexe

    (@krakenexe)

    Yes, I followed the codex. I believe I did it all right.

    Moderator t-p

    (@t-p)

    – Unfortunately, your currently used “SOHO” theme is not in the ww.wp.xz.cn/themes/ directory:
    https://ww.wp.xz.cn/themes/search/SOHO/

    – These forums are for free themes available in the WordPress theme directory at ww.wp.xz.cn/themes/. So please contact the developer/vendor directly for support with your question. You’ll be more likely to find a good answer from them, for they have the access to its code. Forum volunteers are not given access to commercial/custom products, so they would not know why your /custom/commercial theme or plugin is not working properly. The developers/vendors are responsible for supporting their custom/commercial product. See http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products

    Thread Starter krakenexe

    (@krakenexe)

    Oh, I had no idea… Well geeze I feel bad, thank you for the information however.

    Moderator t-p

    (@t-p)

    You are welcome 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Styles not loading Correctly for Child Theme’ is closed to new replies.