Viewing 4 replies - 1 through 4 (of 4 total)
  • I just make a child theme of Modality in my local and it works just fine.

    I have this in child theme’s functions.php (as in child theme codex page).

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

    @paulwpxp did your child theme mess up your menu?

    Nevermind, @paulwpxp I got it fixed.

    Thread Starter llgchristy

    (@llgchristy)

    Thank you I got it working and I was the error- I spelled ‘functions’ wrong! I missed the c… oh dear.

    Btw- my menu was messed up as well, but I knew how to fix it. For some reason in customizer the primary menu went back to ‘select’ so all my pages were in the menu. Just had to select the one I wanted ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Child Theme Not Working :(’ is closed to new replies.