Forum Replies Created

  • In reply to: Random posts disappearing

    #14069

    Any link/URL to the site in question πŸ™‚

    Kim

    In reply to: Menu Position – Move them to the right a bit

    #13943

    Sorry its not easy to help without any link/URL to the site in Question πŸ™‚

    Kim

    In reply to: Bug diaporama graphene

    #14066

    Sorry, no link/URL to the site in question πŸ™‚

    Kim

    In reply to: remove the sub page in the home

    #14062

    Hi

    Sorry I haven’t found that one anywhere!

    You must have either have one post or one page in Your WordPress Frontpage.

    Many WordPress users want to make a static Frontpage page:

    (More normal Website With no posts in Frontpage)

    http://www.hopeoflifeintl.org/wp-admin/options-reading.php

    And then use the build-in menu system:

    http://www.hopeoflifeintl.org/wp-admin/nav-menus.php

    Kim

    In reply to: How to modify the theme using a child theme

    #10890

    There are inserted some “wrong” links in right side of footer. Dust them off πŸ™‚

    But what happens if you insert this code in Custom CSS or Child Theme – style.css:

    #sidebar_bottom {
    background: none repeat scroll 0 0 #EEEEEE;
    border-top: 15px solid #CFCFCF;
    clear: both;
    margin-left: 263px;
    width: 900px;
    }

    #footer {
    background: url("images/sprite_h.png") repeat-x scroll left -100px #000000;
    height: 66px;
    margin-left: 263px;
    width: 900px;
    }

    If You have #sidebar_bottom or #footer in Custom CSS or Child Theme: style.css already check numbers πŸ™‚

    Kim

    In reply to: Make header image area less high

    #13256

    Your Graphene Child theme: style.css

    /*
    Theme Name: Graphene Child
    Theme URI: http://www.foodtravelbliss.com/
    Description: Child theme for the Graphene theme
    Author: Your name
    Author URI: http://www.foodtravelbliss.com/about
    Template: graphene
    Version: 0.1.2.1
    */
    @import url("/wp-content/themes/graphene/style.css");
    /* My modification goes under this line */

    Your Graphene Child theme: functions.php

    <?php
    function graphene_custom_header_width(){
    return 975;
    }
    function graphene_custom_header_height(){
    return 250;
    }
    add_filter('graphene_header_image_width', 'graphene_custom_header_width');
    add_filter('graphene_header_image_height', 'graphene_custom_header_height');
    ?>

    Make sure to make these files in plain text, eg. notepad or maybe Komodo Edit πŸ™‚

    http://www.activestate.com/komodo-edit

    Kim

    In reply to: remove the sub page in the home

    #14059

    Hi

    It looks like You found the answer πŸ™‚

    Kim

    In reply to: Changing "View Full Post"

    #12154

    Hi Jill

    Im glad You got this part also.

    And You are free to ask anytime πŸ™‚

    Kim

    In reply to: Wrapping Text around images

    #13163

    Hi stevivor

    Have You noticed latest changelog here πŸ™‚

    https://forum.graphene-theme.com/topic/alpha-graphene-13a

    Kim

    In reply to: creating a static home page as per codex.wordpress?

    #14054

    Well, I think any text, contact information or picture/info

    will be just great on Your Frontpage πŸ™‚

    Also it will keep the page in balance with sidebar..:)

    Kim

Viewing 10 posts - 271 through 280 (of 666 total)