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?
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?
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
*/
Review child thems.
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?
Try replacing your header with the one from the above link
This is the problem:
templete: Twenty Eleven
It must be this:
Template: twentyeleven
Note the difference between "Twenty Eleven" and "twentyeleven".
Also
templete
is spelt incorrectly in the code you gave. Should be:
Template
thanks a million!
do you have any idea how i define no background for posts?
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.
You must log in to post.