Forums

child theme (9 posts)

  1. inbalisrael
    Member
    Posted 4 months ago #

    i made a childtheme:
    opened a folder in themes and addad a style.css in it.
    I did it through my hosting file manager
    however it doenst appear in my admin panel.
    what can be the reason?

  2. shahar
    Member
    Posted 4 months ago #

    Have you checked the header info in the .css file?
    This section:

    /*
    Theme Name:     Twenty Eleven Child
    Theme URI:      http: //example.com/
    Description:    Child theme for the Twenty Eleven theme
    Author:         Your name here
    Author URI:     http: //example.com/about/
    Template:       twentyeleven
    Version:        0.1.0
    */

    http://codex.wordpress.org/Child_Themes

  3. esmi
    Theme Diva & Forum Moderator
    Posted 4 months ago #

    Review child thems.

  4. inbalisrael
    Member
    Posted 4 months ago #

    i reviewed it and went step by step...

    /*
    theme name: resisimchild
    description:childtheme for twentyeleven
    templete: Twenty Eleven
    version 1.0
    */

    @import url("../twentyeleven/style.css");

    @import url("../twentyeleven/rtl.css");

    doesnt appear in my admin panel...
    what am I missing?

  5. shahar
    Member
    Posted 4 months ago #

    Try replacing your header with the one from the above link

  6. Chip Bennett
    Member
    Posted 4 months ago #

    This is the problem:

    templete: Twenty Eleven

    It must be this:

    Template:       twentyeleven

    Note the difference between "Twenty Eleven" and "twentyeleven".

  7. shahar
    Member
    Posted 4 months ago #

    Also
    templete
    is spelt incorrectly in the code you gave. Should be:
    Template

  8. inbalisrael
    Member
    Posted 4 months ago #

    thanks a million!
    do you have any idea how i define no background for posts?

  9. Chip Bennett
    Member
    Posted 4 months ago #

    do you have any idea how i define no background for posts?

    Since that is a different issue, you should start a new topic for it.

Reply

You must log in to post.

About this Topic