Forum Replies Created

  • In reply to: Issues w/slider and excerpts

    #14784

    Hi Cneace

    Well It Looks like Your pictures in Slider is to small πŸ™‚

    https://forum.graphene-theme.com/topic/my-graphene-slider-picture-setup

    Your Slider .slider-entry-wrap is controlled by:

    .full-sized .slider-entry-wrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    }

    Just Something about the button:

    https://forum.graphene-theme.com/topic/changing-button-color

    Then again my advise your choice πŸ™‚

    Kim

    Is it possible to see the Site in Question πŸ™‚

    Kim

    In reply to: Subscribe Widget?

    #14403

    Well is it Working. Nice roses πŸ™‚

    Kim

    To avoid misunderstandings when you paste your code, please use (`) the small backticks between brackets before and after the code so it appears in black background.

    See Help text at the bottom when you write a post. (Copy & paste the little one πŸ™‚

    Kim

    In reply to: Slider Not Responding to Change

    #14770

    Well I dont see any slider πŸ™‚

    Kim

    Holy Moly, who made this Child Theme: (Sorry I see errors all over)

    http://www.saramompart.com/wp-content/themes/graphene-child/style.css

    Try search Google for: IE rounded corners & IE gradients

    and Graphene Forum: blue colors

    https://forum.graphene-theme.com/topic/how-do-i-change-blue-colours-in-graphene-theme#post-3397

    To avoid misunderstandings when you paste your code, please use (`) the small backticks between brackets before and after the code so it appears in black background.

    See Help text at the bottom when you write a post. (Copy & paste the little one πŸ™‚

    Kim

    In reply to: Sidebar location

    #14760

    I think theres Some Plugin making this. You can also try to remove/insert Your Widgets again.

    Do You mean Column settings here:

    http://indiereaderhouston.com/wp-admin/themes.php?page=graphene_options&tab=display

    Or page settings in right side when You edit Your pages.

    Kim

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

    #10913

    Your picture sizes are wrong, take this thirsties.jpg is 200x200px

    You need to resize the pictures/bacground to fit the slider:

    660px x your height in slider setup πŸ™‚

    Please read this about inserting code here in Forum:

    https://forum.graphene-theme.com/topic/help-us-to-help-you-1#post-4535

    Kim

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

    #10910

    Hi Julia

    This just might help You πŸ™‚

    /*
    Theme Name: Graphene Child Theme
    Theme URI: http://www.naturallifemom.com
    Description: Child theme for The Graphene Theme
    Author: Julia
    Author URI: http://www.naturallifemom.com/about
    Template: graphene
    Version: 0.1.3.1
    */
    @import url("/wp-content/themes/graphene/style.css");
    /* Your modification goes from here */
    .featured_slider {
    background: -moz-linear-gradient(left top , #49622D, #789C4F) repeat scroll 0 0 transparent;
    margin-bottom: 20px;
    padding-bottom: 25px;
    padding-top: 15px;
    position: relative;
    width: 100%;
    }

    .sidebar h3 {
    background: -moz-linear-gradient(#49622D, #789C4F) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #789C4F;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font: bold 16px/20px arial;
    margin: -15px 0 5px -12px;
    padding: 7px 12px;
    text-shadow: 0 -1px 0 #94E43A;
    width: 100%;
    }

    .block-button, .block-button:visited, .Button {
    background: -moz-linear-gradient(#49622D, #789C4F) repeat scroll 0 0 transparent;
    border: 1px solid #789C4F;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #555555;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font: bold 12px arial;
    margin: 10px 5px 5px;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px #94E43A;
    }

    a, a:visited {
    color: #789C4F;
    text-decoration: none;
    }

    Then again, with this code You might have some .block-button issues with IE8/9

    You can find My Grey Button here: https://forum.graphene-theme.com/topic/changing-button-color

    Regarding slider – Im using another setup:

    https://forum.graphene-theme.com/topic/my-graphene-slider-picture-setup

    Well You decide πŸ™‚

    Kim

    In reply to: Changing button color

    #14743

    Hi

    This is Your button right now:

    .block-button, .block-button:visited, .Button {
    background: -moz-linear-gradient(#2982C5, #1C5FA5) repeat scroll 0 0 transparent;
    border: 1px solid #1C5FA5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #555555;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font: bold 12px arial;
    margin: 10px 5px 5px;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px #444444;
    }

    Edit: This is My grey button right now:

    .block-button, .block-button:visited, .Button {
    -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: 0 0 0px #333333;
    -webkit-box-shadow:0 0 0px #333333;
    box-shadow:0 0 0px #333333;
    background:#afaeae;
    background: -moz-linear-gradient(#afaeae, #6E6E6E) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#afaeae), to(#6E6E6E));
    background:linear-gradient(#afaeae, #6E6E6E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afaeae', endColorstr='#6E6E6E'); /* for IE */
    -pie-background: linear-gradient(#afaeae, #6E6E6E);
    -moz-transition: color 0.25s ease-in-out 0s;
    }

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

    You might change the color codes for Your need & insert the code in Custom CSS for aprove

    and then permanent in Child Theme – style.css πŸ™‚

    Kim

Viewing 10 posts - 81 through 90 (of 666 total)