victoria_mr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to use multiple themes in one siteHello again,
What i want to do is.. in each category to have different background images.
So, I tried to follow the steps that “esmi” kimd-member showed me (https://quirm.net/2009/08/07/changing-headers-with-wordpress-body_class/), but i don’t see any results.I am sending you the part of code of header.php file:
<body <?php if (function_exists(‘body_class’)) body_class(); ?>>
<div id=”header”>
<div id=”headerimg”>
<h1>
“>
<?php bloginfo(‘name’); ?>
</h1>
</div>
</div>And the part of code of style.css file:
body.category-expo #header url{
padding-left: 25px;
width: 853px;
height: 120px;
margin-left: 30px;
border-left:solid 1px #CED4CA;
border-right:solid 3px #CED4CA;
background: #ffffff url(imagenes_qwilm/h2_870x200.jpg) no-repeat top left;
}That’s what i did. But it doesn’t work.
What i am doing wrong?
Note: the name of one of my categories is: “expo”.Please help!
Forum: Fixing WordPress
In reply to: How to use multiple themes in one sitei think this is what i needed.
I’ll get a better look though, later.Thank you very much for the reply!
Forum: Installing WordPress
In reply to: Update of template and 2.8 wordpress messed up my blog siteOh yes!
It works fine now..
Thank you very much for your help!
Forum: Installing WordPress
In reply to: Update of template and 2.8 wordpress messed up my blog siteYes, that’s right! Thanks for this notice.
So, there is no other file needed in my child folder “kid”
Well, I check the Template line again and again but still “the theme is incomplete”.
I’m sending you the first lines of the style.css file so that you can see what i mean and tell me what i’m doing wrong.Thank you very much for your assistance..
I appreciate it.
_______________________________________________________________________/*
Theme Name: Kid
Theme URI: ../blue-zinfandel
Description: Child Theme for blue-zinfandel
Author: Victoria
Author URI: https://localhost/wordpress/wp-admin/themes.php
Template: blue-zinfandel_kid
Version: 1.0
.
This work is released under the GNU General Public License 2:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/@import url(“../blue-zinfandel/style.css”);
Forum: Installing WordPress
In reply to: Update of template and 2.8 wordpress messed up my blog siteHello again..
I made a backup of my older files before the upgrade, fortunatelly!I had no idea about this Theme_Frameworks technology that uses child themes. Thanks for this information.
I read about this and i see that i can make my own child theme by myself and use it without worrying about losing my changes when the parent theme is updated, since the changes are in the child theme.
check this url: https://op111.net/53If this works, then i have the solution to my problem!
I did all steps indicated in this page but when i reached on step7 that i had to activate my child theme i faced this problem:
In the administrator panel, the theme i created does not appear since there is a warning saying that for each theme there must be at least a stylesheet and a prototype file (translation from greek – i hope you know what i mean – i thought it meant the index.php file ???)
Everythink is ok with ste style.css file but what about the other one?Note (that may be important):
I work topically in my pc so the child theme is just a folder (named “kid”) in the URI /wp-contents/themes/ and which contains the style.css file.Can you please tell me what i’m doing wrong?
Is there something else that i have to do so that the theme can be recognised in the administrator panel?Thanks in advance for your help.