Forum Replies Created

  • In reply to: Header Text Problem

    #13272

    Disable header text:

    http://www.???.??/wp-admin/themes.php?page=custom-header

    Kim

    Please, supply link to Your page!

    Not easy to help You without 🙂

    Kim

    In reply to: Changing Colors

    #12779

    And If You want a look at my sprite_master.png,

    try this link:

    http://www.nørrebo.dk/bbpress/topic.php?id=13#post-14

    Graphene theme PSDs are here:

    http://graphene.googlecode.com/svn/trunk/PSDs/

    Kim

    In reply to: Changing Colors

    #12778

    Hi cttl

    Thank You for the kind words 🙂

    Hmm.. When I look at Your sidebar with Firefox in combination with Firebug,

    Your .sidebar h3 needs just a little twist at border-radius: 10px 10px 0 0,

    try:

    .sidebar h3 {
    background: -moz-linear-gradient(#BABABA, #6E6E6E) repeat scroll 0 0 transparent;
    border-radius: 8px 8px 0 0;
    text-shadow: 0 -1px 0 #000000;
    }

    Rounded corners in IE explorer:

    http://msdn.microsoft.com/en-us/library/bb250413%28v=vs.85%29.aspx

    In reply to: Thumbnails for Pages

    #13260

    Hi

    Great site and project You are working on 🙂

    Hmm.. Maybe a Oceandefender “Logo” Gravatar:

    http://en.gravatar.com/

    Kim

    In reply to: Pages and Sub Pages

    #13276

    Remove sub page listing: (Bug)

    Just create an empty file called loop-children.php

    in your child theme’s folder.

    Stated in this post:

    https://forum.graphene-theme.com/topic/i-wont-to-display-subpages-excerpt-on-parent-page

    In reply to: Header Problem

    #13244

    Try Using Your head area. Any 960px width picture goes.

    Here 300px height:

    element.style {
    background-image: url("http://www.yoursite.com/wp-content/themes/graphene/images/headers/picture1.png");
    }
    #header {
    background-position: center top;
    height: 300px;
    }

    Im using Graphene theme, header display options & menu page thumbnail.

    Kim

    In reply to: Changing Colors

    #12776

    2 posts up:

    Looking at the “h1.page-title” Bar.. 🙂

    Here are my gray colors:

    h1.page-title {
    -pie-background: linear-gradient(#afaeae, #6E6E6E);
    background: #6E6E6E;
    background: linear-gradient(#afaeae, #6E6E6E);
    background: -moz-linear-gradient(#afaeae, #6E6E6E) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#afaeae), to(#6E6E6E));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afaeae', endColorstr='#6E6E6E'); /* for IE8 */
    text-shadow: 0 -1px 0 #000000;
    -moz-border-radius: 0 5px 0 0;
    }

    In reply to: Playing with #previous page #next-post

    #11498

    Trimming:

    #previous, #previous a, #previous a:visited, #next-post, #next-post a, #next-post a:visited {
    background: url("images/bg-gradient.png") repeat-x scroll 0 0 #6E6E6E;
    box-shadow: 0 0 1px #666666;
    color: #FFFFFF;
    font: bold 10px arial;
    letter-spacing: 1px;
    padding: 1px 0;
    text-indent: 4px;
    text-shadow: 0 -1px 0 #000000;
    text-transform: uppercase;
    }

    In reply to: Problems with WordPress 3.1 and latest Graphene

    #13026

    Retry color numbers in this link:

    http://www.color-hex.com/color/

    Kim

Viewing 10 posts - 611 through 620 (of 666 total)