Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
It’s best practice to name folders on the web in all lowercase and without spaces. Try changing it to
graphene-child.Admin
What did you name the child theme’s folder as?
Admin
This line:
@import url("http://twowaysociety.nl/public_html/hidden/wp-content/themes/graphene/style.css");Change to:
@import url("../graphene/style.css");Admin
This line:
Template: GrapheneThe name of the theme actually refers to the name of the folder the parent theme resides in, and therefore must be all lowercase (since the
graphenefolder is all lowercase):Template: grapheneAdmin
Nope, I use Web Developer Toolbar add-on for Firefox. It’s another one of those essential add-ons for web developers, aside from Firebug.

When I viewed it earlier, there was no stylesheet being loaded from the ‘graphene-child’ folder, or any other folder that may indicate a child theme. But it’s there now, so it should be activated already.
Admin
Quote:How did you know that, Syahir?I have the Super Cow Power!
No, I look at the CSS files being loaded.
Admin
If you want just the category pages to not show any sidebars (i.e. one-column layout), create a child theme first, and then create a file called
category.phpinside your child theme folder. Then, insert this code inside that file:<?php
global $graphene_settings;
$graphene_settings['column_mode'] = 'one-column';
include( get_template_directory() . '/category.php' );
?>Admin
You’re not actually using the child theme… perhaps you forgot to activate it?
Admin
Currently, sidebar one is always shown in the two-column layout, regardless of whether the sidebar is located in the right or the left. In the upcoming version 1.6, this will be changed so that sidebar one will always be shown on the right, and sidebar two will always be shown on the left.
Admin
In reply to: Messed up the code using the editor in design – help!
January 20, 2012 at 12:03 pm #22508You can find all of the theme’s original files here:
