Forum Replies Created
-
In reply to: Help child theme only shows content with no style formatting
March 16, 2011 at 11:24 am #13290Please, supply link to Your page!
Not easy to help You without 🙂
Kim
And If You want a look at my sprite_master.png,
try this link:
http://www.nørrebo.dk/bbpress/topic.php?id=13#post-14
Graphene theme PSDs are here:
http://graphene.googlecode.com/svn/trunk/PSDs/
Kim
Hi cttl
Thank You for the kind words 🙂
Hmm.. When I look at Your sidebar with Firefox in combination with Firebug,
Your .sidebar h3 needs just a little twist at border-radius:
10px 10px 0 0,try:
.sidebar h3 {
background: -moz-linear-gradient(#BABABA, #6E6E6E) repeat scroll 0 0 transparent;
border-radius: 8px 8px 0 0;
text-shadow: 0 -1px 0 #000000;
}Rounded corners in IE explorer:
http://msdn.microsoft.com/en-us/library/bb250413%28v=vs.85%29.aspx
Hi
Great site and project You are working on 🙂
Hmm.. Maybe a Oceandefender “Logo” Gravatar:
Kim
Remove sub page listing: (Bug)
Just create an empty file called loop-children.php
in your child theme’s folder.
Stated in this post:
https://forum.graphene-theme.com/topic/i-wont-to-display-subpages-excerpt-on-parent-page
Try Using Your head area. Any 960px width picture goes.
Here 300px height:
element.style {
background-image: url("http://www.yoursite.com/wp-content/themes/graphene/images/headers/picture1.png");
}
#header {
background-position: center top;
height: 300px;
}Im using Graphene theme, header display options & menu page thumbnail.
Kim
2 posts up:
Looking at the “h1.page-title” Bar.. 🙂
Here are my gray colors:
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;
}Trimming:
#previous, #previous a, #previous a:visited, #next-post, #next-post a, #next-post a:visited {
background: url("images/bg-gradient.png") repeat-x scroll 0 0 #6E6E6E;
box-shadow: 0 0 1px #666666;
color: #FFFFFF;
font: bold 10px arial;
letter-spacing: 1px;
padding: 1px 0;
text-indent: 4px;
text-shadow: 0 -1px 0 #000000;
text-transform: uppercase;
}
