Ricardo

Member

Forum Replies Created

  • In reply to: Audio player

    #14230

    I would really like a player in the post itself (or the ‘WordPress Audio player’ plugin working)

    In reply to: Make the widget area a few pixels wider

    #14214

    Solved the problem. I just arranged the icons differently.

    In reply to: My Gravatar isn't showing

    #14130

    Aha that explains allot 🙂 Thanks!

    In reply to: Twiter feed and Firefox 4

    #13976

    Correction: The problem must lay with Firefox 4… The problem doesn’t occur in IE9. My bad 😉

    In reply to: Twiter feed and Firefox 4

    #13970

    But it only occurs when I use the widget. But you mean this is happing on the Twitter back end?

    In reply to: Twiter feed and Firefox 4

    #13968

    This is a different problem, I am talking about the Graphene Twitter widget itself that is causing the problem. The problem you linked to occurs on the official Twitter website. Thanks for helping though 🙂

    In reply to: My Graphene Slider [Full Picture Setup]

    #13876

    Thanks! You’re really helping me out! 🙂

    In reply to: My Graphene Slider [Full Picture Setup]

    #13874

    It works perfect! Thanks! 🙂 Do you know how to change the color of the circles underneath the slider?

    In reply to: How do i change blue colours in Graphene theme?

    #13792

    Hey Kim,

    I’ve been staring at the code all morning, and my slider just doesn’t want to change color in IE9 (I got the sidebar to work though^^). My code for the slider looks exactly the same as yours, only the color codes are different. Could you please help me out? I’m out of options. I must miss something in my code.

    http://www.fastforwardandrewind.com

    /*
    Theme Name: Graphene Child
    Theme URI: http://www.fastforwardandrewind.com
    Description: Child theme
    Author: Ricardo
    Author URI: http://www.fastforwardandrewind.com
    Template: graphene
    Version: 1.0
    */
    @import url("../graphene/style.css");
    /* Your modification goes here */

    .entry-content img, .child-page img {
    border: medium none;
    margin: 5px;
    }

    .featured_slider{
    background: -moz-linear-gradient(left top , #972b01, #ea5c24) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, right bottom, from(#972b01), to(#ea5c24));
    background: linear-gradient(left top, #972b01, #ea5c24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#972b01', endColorstr='#ea5c24'); /* for IE8 */
    -pie-background: linear-gradient(#972b01, #ea5c24);
    -moz-box-shadow: inset 0px 0px 1px 1px #CE0B50;
    -webkit-box-shadow: inset 0px 0px 1px 1px #CE0B50;
    box-shadow: inset 0px 0px 1px 1px #CE0B50;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#ea5c24', Direction=90, Strength=3) !important; /* for IE */
    }

    .featured_slider #slider_root {
    -moz-box-shadow: inset 0px 0px 1px 1px #000;
    -webkit-box-shadow: inset 0px 0px 1px 1px #000;
    box-shadow: inset 0px 0px 1px 1px #000;
    background: none repeat scroll 0 0 #FFFFFF;
    }

    .sidebar h3 {
    -pie-background: linear-gradient(#ea5c24, #dc3e00);
    background:#3C9CD2;
    background:linear-gradient(#ea5c24, #dc3e00);
    background: -moz-linear-gradient(#ea5c24, #dc3e00) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ea5c24), to(#dc3e00));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5c24', endColorstr='#dc3e00'); /* for IE */
    text-shadow: 0 -1px 0 #000000;
    border-bottom:1px solid #ea5c24;
    }

    .block-button, .block-button:visited {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 0px solid #CCCCCC;
    display:block;
    font:bold 12px arial;
    text-decoration:none;
    padding:5px 15px 6px 15px;
    color:#FFFFFF;
    text-shadow:0 -1px 1px #000000;
    margin-top:10px;
    position:relative;
    float:right;
    -moz-box-shadow: 2 2 2px #333333;
    -webkit-box-shadow:2 2 2px #333333;
    box-shadow:2 2 2px #333333;
    background:#ea5c24;
    background: -moz-linear-gradient(#ea5c24, #dc3e00) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ea5c24), to(#dc3e00));
    background:linear-gradient(#ea5c24, #dc3e00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc3e00', endColorstr='#dc3e00'); /* for IE */
    -pie-background: linear-gradient(#ea5c24, #dc3e00);
    }

    .block-button:hover {
    text-decoration:none;
    color:#FFFFFF;
    cursor:pointer;
    background:#972b01;
    background:-moz-linear-gradient(#972b01, #dc3e00);
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#972b01), to(#dc3e00));
    background:linear-gradient(#972b01, #dc3e00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#972b01', endColorstr='#dc3e00'); /* for IE */
    -pie-background: linear-gradient(#972b01, #dc3e00);
    }

    #nav .menu li a, #nav .menu li a:visited {
    color: #dc3e00;
    font: 19px/24px arial;
    padding: 0 6px;
    text-decoration: none;
    }

    In reply to: Is it possible to add a custom font to the header menu?

    #13327

    There where 2 problems: I missed an ‘;’ and I needed to deleted my plugin’s cache file (it remembered the old setting) 🙂

Viewing 10 posts - 161 through 170 (of 179 total)