Child theme not working

  • Author
    Posts
  • #3822
    Grady

    Hi,

    I searched all over the place but was not able to figure out why my child theme does not load in the full page. When I create my child theme it does not seem to load any of the formatting of the page. It loads some of they styling but everything is shoved to the left.

    <code>

    /*
    Theme Name: Mantra Child
    Description: Child theme for the Mantra theme
    Author: Grady
    Template: Mantra
    Version: 1
    */
    @import url(“../mantra/style.css”);

    </code>

    This is what I have. I am not sure if I am missing something or if it is an issue with my localhost that I am building on.

     

    Thanks for any help you can offer,

    Grady

    #3879
    Zed
    Cryout Creations mastermind

    You shouldn’t even be able to enable that child theme and should be getting a “Broken theme” warning in WordPress instead.

    Change

    Template: Mantra

    to

    Template: mantra


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #3886
    Grady

    Hey,

    I did get that error after a while and that did fix it. It still does not explain why I have lost all the formatting and everything is shoved to the left. As you can see in the two screen shots, I am missing a file or something.

    https://dl.dropbox.com/u/11217802/good.png

    https://dl.dropbox.com/u/11217802/left.png

    I hope that we can get this fixed ASAP so that I can get my site live.

    #3899
    Zed
    Cryout Creations mastermind

    If you’d have the site running on a public domain, I could easily use Firebug’s “Net” functionality to determine which css files fail to load (and why).

    But since you are developing this on localhost, you’ll have to inspect this yourself.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Child theme not working’ is closed to new replies.