Forum Replies Created

  • In reply to: Slider Location

    #13315

    Well, Im staying with Graphene 🙂

    Kim

    In reply to: Slider Location

    #13313

    Sorry, that I didnt see when I checked Your page.

    Good work by the way. Have You tried to install

    Graphene and switch between the themes.

    Kim

    In reply to: change blog background colors

    #13302

    If You change post background there are 10-15 other places You need to change 🙂

    First of all:

    1. Have You made a child theme, so You have a style.css for Your changes?

    2. Install Firefox & Firebug (Trust me)

    Anyway, Your .post background: (In Black 🙂

    .post {
    background: none repeat scroll 0 0 #000000;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    border-top: 1px solid #D8D8D8;
    margin-bottom: 5px;
    overflow: visible;
    padding: 25px 15px 20px 70px;
    position: relative;
    }

    Kim

    In reply to: Slider Location

    #13311

    In reply to: Changing Colors

    #12781

    You might not have seen this right:

    border-radius: 10px 10px 0 0;

    Make a small error on Your sidebar. Try using:

    border-radius: 8px 8px 0 0;

    In any case, my latest edition of sidebar h3 & h1.page.title:

    .sidebar h3 {
    -pie-background: linear-gradient(#afaeae, #6E6E6E);
    background: #afaeae;
    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 IE */
    text-shadow: 0 -1px 0 #000000;
    }

    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: slider border

    #13300

    Its not the sliders function so far.

    http://wordpress.org/extend/plugins/search.php?q=slider

    Then again you just might find the right css code to change width and height with

    Firefox & Firebug for Your needs.

    Kim

    In reply to: Changing home page name

    #13297

    Great!

    Header image can also point to “The Blog”:

    /wp-admin/themes.php?page=graphene_options&tab=display

    Link header picture..

    Cheers

    Kim

    In reply to: slider border

    #13298

    Please, supply link to Your page!

    Its not easy to help You without 🙂

    Kim

    In reply to: Changing home page name

    #13295

    Create a new “Topmenu” here:

    http://alastairharrison.byethost13.com/wordpress/wp-admin/nav-menus.php

    Ad, move & rename menues to Your needs.

    Kim

    In reply to: Changing home page name

    #13293

    Please, supply link to Your page!

    Its not easy to help You without 🙂

    Kim

Viewing 10 posts - 601 through 610 (of 666 total)