Forum Replies Created
-
Your slider is 240000px wide! And no posts!
Have You installed any plugin resently?
Or activated any SEO functions?
Kim
Its looks like a simple link or SEO plugin problem.
Also:
Did You remember to add an “Empty” page as blog?
Are You using the
/wp-admin/nav-menus.phpMenu system?And You are using a Child Theme?
Kim
Hmm..
Try post Your .sidebar h3 like here:
(code between backtick)
.sidebar h3 {
-pie-background: linear-gradient(#afaeae, #6E6E6E);
background: #afaeae;
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 IE */
text-shadow: 0 -1px 0 #000000;
}Kim
If You dont supply a link its not easy
even to see if You make any (ad)sense.
Kim
In reply to: Bug – why the read rest of entry is a huge and ugly button?
March 24, 2011 at 5:48 pm #13389What is Your point or ?
And Why dont You supply a link?
Kim
Well, I see You did the right thing for now 🙂
Kim
In reply to: Change color of secondary menu links text in Graphene?
March 23, 2011 at 8:01 pm #13376I just think You have to change header & background this one
time in Your child theme. No big deal.
But Im glad You did make the child 🙂
Kim
Font style & size You decide. Now Your CSS looks something like:
.entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
color: #2C2B2B;
font: 12px/20px arial;
}Maybe try this in child style.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;
}Well I find georgia more friendly in posts.
And I use arial in menu & .sidebar, like:
.sidebar, .sidebar p, .sidebar li {
font-family: arial,verdana,tahoma,georgia;
font-size: 13px;
}My “posts” header:
h2, h2 a, h2 a:visited {
font-family: georgia,verdana,tahoma,arial;
font-size: 20px;
padding-bottom: 4px;
}And .post meta: (Arial here 🙂
.post-meta .post-author, .post-meta .edit-post, .post-meta .post-date-inline {
font-family: arial,verdana,tahoma,georgia;
font-size: 12px;
}Kim
In reply to: Change color of secondary menu links text in Graphene?
March 22, 2011 at 11:08 pm #13374That was only the color!
Read carefully: Your changes will be gone next
time You update the theme if You dont make a
Child Theme. (Over and out)
Kim
In reply to: Change color of secondary menu links text in Graphene?
March 22, 2011 at 10:59 pm #13372You must make a Child Theme!
(As with all WP Themes)
Kim
