• Carley

    (@carleycwddcomau)


    Hi,
    I set up a child theme so I can update the ‘Proudly powered by WordPress’ footer, however it doesn’t load my header image and background image. Everything else looks fine.
    Would all my stylesheets be loading???
    Any help would be great.
    Thanks,
    Carley.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you please include a link to your site when you post a question? It makes it easier to see what might be wrong. Thanks.

    Thread Starter Carley

    (@carleycwddcomau)

    http://www.megschildren.org/
    However I’ve deactivated the child theme atm.

    Can’t say for sure without looking at the site with the child theme activated whether or not your CSS files are being loaded. You should be able to tell, though. Once you activate your child theme, if you look at the page source, you should see a couple of lines that look like this:

    <link rel='stylesheet' id='parent-style-css'  href='http://www.megschildren.org//wp-content/themes/twentyfourteen/style.css?ver=4.1' type='text/css' media='all' />
    <link rel='stylesheet' id='child-style-css'  href='http://www.megschildren.org//wp-content/themes/twentyfourteen-child/style.css?ver=4.1' type='text/css' media='all' />

    There’s an easier way of hiding the “Proudly powered by WordPress” footer, though. Just add this CSS rule to your custom CSS:

    .site-info {
       display: none;
    }

    Thread Starter Carley

    (@carleycwddcomau)

    Yes it’s including the stylesheets…

    <link rel="alternate" type="application/rss+xml" title="Meg's Children Nepal &raquo; Feed" href="http://www.megschildren.org/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Meg's Children Nepal &raquo; Comments Feed" href="http://www.megschildren.org/comments/feed/" />
    <link rel="alternate" type="application/rss+xml" title="Meg's Children Nepal &raquo; Testimonial by Alex Bragg Comments Feed" href="http://www.megschildren.org/testimonial-by-alex-bragg/feed/" />
    <link rel='stylesheet' id='twentyfourteen-jetpack-css'  href='http://www.megschildren.org/wp-content/plugins/jetpack/modules/theme-tools/compat/twentyfourteen.css?ver=3.3' type='text/css' media='all' />
    <link rel='stylesheet' id='open-sans-css'  href='//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=4.1' type='text/css' media='all' />
    <link rel='stylesheet' id='dashicons-css'  href='http://www.megschildren.org/wp-includes/css/dashicons.min.css?ver=4.1' type='text/css' media='all' />
    <link rel='stylesheet' id='admin-bar-css'  href='http://www.megschildren.org/wp-includes/css/admin-bar.min.css?ver=4.1' type='text/css' media='all' />
    <link rel='stylesheet' id='parent-style-css'  href='http://www.megschildren.org/wp-content/themes/twentyfourteen/style.css?ver=4.1' type='text/css' media='all' />
    <link rel='stylesheet' id='child-style-css'  href='http://www.megschildren.org/wp-content/themes/twentyfourteenchild/style.css?ver=4.1' type='text/css' media='all' />
    <link rel='stylesheet' id='twentyfourteen-lato-css'  href='//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700%2C900%2C300italic%2C400italic%2C700italic&subset=latin%2Clatin-ext' type='text/css' media='all' />
    <link rel='stylesheet' id='genericons-css'  href='http://www.megschildren.org/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1' type='text/css' media='all' />
    <link rel='stylesheet' id='twentyfourteen-style-css'  href='http://www.megschildren.org/wp-content/themes/twentyfourteenchild/style.css?ver=4.1' type='text/css' media='all' />

    Your child theme stylesheet looks OK, so hard to say why your header image wouldn’t appear. Are there any other files that you copied over/created in your child theme, like a copy of your header.php file?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Child Theme not working’ is closed to new replies.