• Resolved WillBrody

    (@willbrody)


    I created a child theme without any content beyond the @import line to see if activating the child would create the same formatting as the parent. Mostly it does but the navigation menu in the child site contains pages I removed from the menu of the parent. Do I have to import something more in order to carry over the Menu as in the parent?. I used:

    /*
    Theme Name: Karaundi Child
    Description: Child theme for the twentytwelve theme
    Author: Will Brody
    Template: twentytwelve
    Version: 1.0
    */
    
    @import url(../twentytwelve/style.css);

    to get this far. The pages “Original Home Page”, “Building # 1”, “United Kingdom Fund” did not show in the Menu using the parent but do here. These are pages that I would like to be accessible only via links, not to show in the menu.

    Any help appreciated.

    site: expansion.vedicpandits.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPyogi

    (@wpyogi)

    Theme options and settings do not carry over to a child theme – it’s like changing to any other new theme. So you’ll need to redo the menu – in the same way you did in the parent. But your child theme looks like it’s set up and working fine :).

    Thread Starter WillBrody

    (@willbrody)

    OK, thanks. I had redone and saved the menu but I had not selected and saved it under the “Select which menu you would like to use”. Once done, the Child now looks like the Parent.

    Thanks WP Yogi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu changes in Twentytwelve Child’ is closed to new replies.