Forum Replies Created
-
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
In reply to: Best way to add javascript include in head element (for fonts.com free account)?
June 18, 2011 at 12:16 am #14772Is it possible to see the Site in Question π
Kim
Well is it Working. Nice roses π
Kim
In reply to: Remove the developer and valid xhtml and valid css in the right corner
June 16, 2011 at 6:18 pm #13750To 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
Well I dont see any slider π
Kim
In reply to: Slider still in BLUE in Explorer + Header underlined? + Other
June 16, 2011 at 6:01 pm #14765Holy 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 gradientsand Graphene Forum:
blue colorshttps://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
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
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
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-buttonissues with IE8/9You 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
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
