• Resolved DidoH

    (@didoh)


    I have just created a child theme for Museum because I have been editing the navigation bars in header.php as well as the style.css and functions.php. The changes were all appearing fine when edited directly in the original theme, but now as part of the child theme not all changes are appearing and I have lost all my navigation bars. Any idea why this would be? The link is https://wp.julialloydgeorge.com

Viewing 3 replies - 31 through 33 (of 33 total)
  • Thread Starter DidoH

    (@didoh)

    This just made it work!

    function museum_child_setup() {
    add_theme_support( 'post-thumbnails', array( 'post', 'page', 'attachment:audio', 'attachment:video', 'product' ) );
    }
    add_action( 'after_setup_theme', 'museum_child_setup', 11 );

    Congrats! But it looks like your mobile menu isn’t working again.

    Thread Starter DidoH

    (@didoh)

    Thanks CrouchingBruin. No, my client changed her mind about how she wanted the menus, so I have removed the specified mobile menu, but it is still working perfectly combining the primary and the social menus together in responsive mode.

    I think we are pretty much ready to upload now, so thank you very much for all your help.

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘Child theme not working’ is closed to new replies.