How to Create a Child theme in WordPress

Home Forums WordPress Theme Support BresponZive Mag How to Create a Child theme in WordPress

Tagged: 

This topic contains 4 replies, has 2 voices, and was last updated by  patlep 10 years, 8 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #487

    patlep
    Member

    Hi,

    Is it possible to create a child of bresponzive pro? because I do not have the same display by default.

    I tested with a bresponzive_pro-child or bresponzive_pro-extend folder.
    In “style.css”, I put:
    /*
    Theme Name: BresponZive Pro Extend
    Template: bresponzive_pro
    */
    @import url("../bresponzive_pro/style.css");

    #488

    Raja CRN
    Keymaster

    Yes! you can create a child theme in all WordPress Themes. Read more Here about creating child themes http://codex.wordpress.org/Child_Themes.

    #491

    Raja CRN
    Keymaster

    Hello,

    You have missed out the other stylesheets, that’s the problem in your child theme. Use the following code

    /*
    Theme Name: BresponZive Pro Extend
    Template: bresponzive_pro
    */
    @import url("../bresponzive_pro/style.css");
    @import url("../bresponzive_pro/css/skeleton.css");
    @import url("../bresponzive_pro/css/camera.css");
    #492

    patlep
    Member

    I have not yet posted, I tested locally with wamp server.
    Could this be my problem?
    I’ll test it real and I would then give my result.

    #498

    patlep
    Member

    Yes, thank you.
    It now works with these two additional line.

Viewing 5 posts - 1 through 5 (of 5 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .