• I’m setting up a new web with twentytwelve, and I encountered something I thought wasn’t supposed to happen: my child theme footer KO’d my header in twentytwelve at https://www.galbraithmt.com/guide/

    I had set up the header with the insert logo function under Appearance in my WP CP. Then I activated my child theme with a new footer, and the header I’d already set up disappeared.

    Looking under Appearance in the Twentytwelve chid theme (which is now listed as the installed, activated theme), I notice it doesn’t have a way to set the logo the way Twentytwelve itself did under Appearance.

    Is there some to get the original Twentytwelve theme logo back (it was below the navigation), or do I have to insert it another way?

    (I have already done this via header.php — that’s why you’ll see a logo image on the page. The problem is that the current header.php logo isn’t clickable.)

    Thanks for your help…

Viewing 1 replies (of 1 total)
  • Thread Starter astoni

    (@astoni)

    Perhaps I should clarify. My Twentytwelve child theme worked perfectly, EXCEPT that it killed the logo image in the header.

    Here is the entire text of the child theme that KO’d the header image already in place…

    /*
     Theme Name:   Twenty Twelve Child
     Description:  Twenty Twelve Child Theme
     Template:     twentytwelve
     Version:      1.0.0
     Tags:         responsive-layout
     Text Domain:  twenty-twelve-child
    */
    
    @import url("../twentytwelve/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */
    .site-info {
       display: none;
    }
    
    div.credits
    {
    font-size: smaller;
    }
    
    img.footer-image { width:100%;height: auto; }

    Really appreciate your help…

Viewing 1 replies (of 1 total)
  • The topic ‘Child theme footer KOs header image’ is closed to new replies.