Forum Replies Created

  • My advice is to make projects parent page just a normal page with pictures & text that links to the child pages or projects.

    Changelog:

    http://graphene.googlecode.com/svn/trunk/graphene/changelog.txt

    Kim

    In reply to: Improve WP3 Navigation Menu Output?

    #13669

    Just another menu style:

    Kim

    In reply to: Edit header text with a image

    #13721

    You can use any image as header image (Best 960x198px)

    Option dont show text at same place.

    Then look at these Theme options: Link header to frontpage:

    http://www.yoursite.xxx /wp-admin/themes.php?page=graphene_options&tab=display

    Please, why not supply URL to the site when You ask for help.

    Kim

    In reply to: How to change the 'thickness' of the title menu bar

    #13703

    Hi ๐Ÿ™‚

    Then again, there are these two image files in Graphene images catalog: sprite_h.png & sprite_h_light.png used in menu (dark & light).

    You are using sprite_h_light.png now. Maybe one way is to combine the two files.

    I mean top half of sprite_h_light.png & buttom half of sprite_h.png might look fine ๐Ÿ™‚

    Kim

    In reply to: How to change the 'thickness' of the title menu bar

    #13702

    Have You tried install Firebug in Safari browser? I think it can show you the image file ๐Ÿ™‚

    Then again I know its tricky. Here is a link thats talks about text & gradient image:

    Kim

    In reply to: Change Language Graphene

    #13735

    Well, View Full Post is in my Graphene Danish Language file,

    I have translated it ๐Ÿ™‚

    Then again, what version of Graphene have You installed?

    Kim

    In reply to: How to change the 'thickness' of the title menu bar

    #13700

    Yes its a tricky one. You get there.

    Just open the image file & zoom in ๐Ÿ™‚

    Kim

    In reply to: Change Language Graphene

    #13733

    Try look at the Italian Graphene files with this plugin:

    http://wordpress.org/extend/plugins/codestyling-localization/

    Kim

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

    #10883
    /*
    Theme Name: Graphene Child
    Theme URI: http://weirdseyeview.com/blog/
    Description: Child theme for the Graphene theme
    Author: WEV
    Author URI: http://weirdseyeview.com/blog/author/
    Template: graphene
    Version: 0.1.2.1
    */
    @import url("/wp-content/themes/graphene/style.css");
    /* My modification goes from here, example top-bar */
    #top-bar {
    height:46px;
    background: url("/wp-content/uploads/sprite_tb110.png");
    }

    #top-bar just to show a section. The 6 lines You have looks wrong, no section start & no } finish.

    The Child Theme must show up under Themes. It seems You have some section to move into Child Theme from either Custom CSS or core style.css ๐Ÿ™‚

    Kim

    In reply to: How to change the 'thickness' of the title menu bar

    #13698

    Hi

    I will try explain in short terms. Your #nav menu looks like this now:

    #nav {
    background: url("images/sprite_h_light.png") repeat-x scroll left top #EEEEEE;
    border-top: 1px solid #BBBBBB;
    border-bottom: 3px solid #FFFFFF;
    height: 46px;
    padding-top: 12px;
    position: relative;
    width: 100%;
    z-index: 100;
    }

    In the background line You have the sprite_h_light.png image file You must change in Your favorit image editor, like PS or PSE. With a little practice You can color the file in any color You like ๐Ÿ™‚

    Kim

Viewing 10 posts - 421 through 430 (of 666 total)