Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: setting up author's pages

    #22460

    It’s best practice to name folders on the web in all lowercase and without spaces. Try changing it to graphene-child.

    Admin

    In reply to: setting up author's pages

    #22458

    What did you name the child theme’s folder as?

    Admin

    In reply to: setting up author's pages

    #22456

    This line:

    @import url("http://twowaysociety.nl/public_html/hidden/wp-content/themes/graphene/style.css");

    Change to:

    @import url("../graphene/style.css");
    Admin

    In reply to: setting up author's pages

    #22454

    This line:

    Template: Graphene

    The 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 graphene folder is all lowercase):

    Template: graphene
    Admin

    In reply to: Help with header height

    #22548

    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.

    149wqr9.png

    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

    In reply to: Help with header height

    #22546
    Quote:
    How did you know that, Syahir?

    I have the Super Cow Power!

    No, I look at the CSS files being loaded.

    Admin

    In reply to: setting up author's pages

    #22450

    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.php inside 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

    In reply to: Help with header height

    #22542

    You’re not actually using the child theme… perhaps you forgot to activate it?

    Admin

    In reply to: Switching Sidebar in two column layout

    #22570

    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!

    #22508

    You can find all of the theme’s original files here:

    http://themes.svn.wordpress.org/graphene/

Viewing 10 posts - 3,751 through 3,760 (of 6,030 total)