Forum Replies Created
-
On the edit page screen: top right: Screen settings – options?
Then again: Post or Page settings π
Kim
Yes, WordPress is just great π
Kim
In reply to: Get rid of underlined text + more text indent + small color changes
May 5, 2011 at 7:17 pm #140191. In posts I use editor indent 30px π
2. Custom CSS or Child Theme: style.css
.slider_post h2 a, .slider_post h2 a:visited {
border-bottom: medium none;
font: 22px lucida sans;
}3. Edit: Custom CSS or Child Theme: style.css
h1.page-title {
-pie-background: linear-gradient(#9096A1, #333333);
background: #6E6E6E;
background: linear-gradient(#9096A1, #333333);
background: -moz-linear-gradient(#9096A1, #333333) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9096A1), to(#333333));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9096A1', endColorstr='#333333'); /* for IE8 */
text-shadow: 0 -1px 0 #000000;
-moz-border-radius: 0 5px 0 0;
}Kim
Well, Your Theme appears okay π
I think its more some browser thing.
Hmm have You tried this: http://www.httrack.com/
Kim
But why not in sidebar: Google Analytics & Visitor Maps and Who’s Online
works great there π
Then again, maybe define in footer copyright area!
Kim
In reply to: Links are displayed as plain text when post is displayed in the slider
May 5, 2011 at 4:11 am #14017Might be future feature request π
Kim
Hi David
Well, cant say Your settings is wrong. But when You edit any post You have options for Slider Picture & You have in right side options for uploading another thumnail. Hmm When You on edit post/page in WordPress look at top right corner you have: Screen Settings – with more options?
And all that aside, On my site I have another Slider configuration, also described here:
https://forum.graphene-theme.com/topic/my-graphene-slider-picture-setup
Then again, before You make to many changes in Theme Core files, please read the First post here twice: https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme
Getting it Right π
Kim
The error with the Footer was there before You made the Child Theme π
So It must be some Plugin installed there. You just might have to remove
plugins in Footer to see whats doing this π
Kim
In reply to: Changed Sprite Images and Css, but not showing on website
May 4, 2011 at 4:34 pm #11322Mini meltdown.. π
It looks like Your Child Theme: style.css inserted groups missing this
sign
}between & ending.How does it look when You change from Child Theme to Parent Theme?
Kim
Try look at Your CSS with Firefox: Firebug <- Great tool.
Kim
