Forum Replies Created

  • In reply to: Menu item to the right

    #15504

    Hi

    You can also use this plugin: Admin Bar ID Menu

    Kim

    In reply to: Previous / next links

    #15557

    Hi

    Do You by any chance use WP-PageNavi or Adhesive plugin?

    Kim

    In reply to: Slider not working on IE8

    #15095

    Hi jamilla

    Have You tried this plugin: Fancy Gallery

    Works great with Graphene Theme πŸ™‚

    Kim

    In reply to: [BETA] Graphene 1.4b

    #15151

    Im not sure in what way, but I know that πŸ™‚

    Using margin-top eg.: 7px in .sidebar p img dosnt adjust image placement in 1.4 text widget like in version 1.3.x. Just noted this because I seen more sites insert pictures in text widgets & then trim the picture with margin-top so its spot on centered.

    Well its not any big issue. Then again is it a wp3.2 issue..

    Kim

    In reply to: [BETA] Graphene 1.4b

    #15149

    Version 1.4b have many new great features. Scales down my Child Theme πŸ™‚

    One small Question, so far more sites use (margin-top):

    .sidebar p img {
    border: 1px solid #000000;
    margin-top: 7px;
    }

    When inserting a picture in Text Widget box for alignment,

    but .sidebar p img seems to have changed, right.

    Maybe theres a better way πŸ™‚

    Kim

    In reply to: Slider background image tiling problem

    #15122

    And if You want to narrow the Gap between Slider & Post πŸ™‚

    .featured_slider {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    }

    padding-bottom here adjusted to 5px

    Kim

    In reply to: Slider background image tiling problem

    #15121

    And if You want to narrow the Gap between Slider & Post πŸ™‚

    .featured_slider {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    }

    padding-bottom here adjusted to eg.: 5px

    Kim

    In reply to: How Do I Change The Size Of The Post Font

    #15105

    And Great You liked it (Keep it up πŸ™‚

    Kim

    In reply to: How Do I Change The Size Of The Post Font

    #15103

    My present Post font settings in CSS:

    .entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
    color: #2C2B2B;
    font-family: georgia,verdana,tahoma,arial;
    font-size: 14px;
    }

    You can change the CSS code to Your liking: http://csstypeset.com/

    If You dont like the CSS way, use the themes build-in font settings.

    Edit: Hi Skywalker flew past, awesome πŸ™‚

    Kim

    In reply to: Widget Height

    #15055

    Hi Neil

    Just another small thing πŸ™‚

    I You want Your pictures Real Sharp in Slider. You need to resize the pictures, eg.:

    element.style {
    background-image: url("http://test.y2neil.com/wp-content/uploads/2011/07/money.png");
    }

    money.png is 920px x 240px

    Your CSS code state 930px x height i slider settings:

    .full-sized .slider_post {
    height: 100%;
    padding: 0;
    position: relative;
    width: 930px;
    }

    So if You resize pictures to 930px x height i slider settings πŸ™‚

    Regarding widgets in footer the upcomming version have new settings there.

    So I will plan my next update, making Child Theme & Backup.

    Kim

Viewing 10 posts - 11 through 20 (of 666 total)