Forum Replies Created
-
Mod
What shows up on the “Your Profile” pane in the dashboard is not controlled by css. CSS only affects the appearance. As far as I know, there is no option in Graphene to control what registered users see in their dashboard, nor is there a way to control it in other themes that I am familiar with.
Mod
In reply to: Slider Breaks When Returning to Tabbed page in browser
November 17, 2011 at 5:39 pm #19894This is actually a jQuery issue (jQuery is what powers the slider). You can read more about it here. Unfortunately, there isn’t a lot we can do until jQuery tools is fixed. However, it only happens when switching tabs, and therefore not everyone will see it, since not everyone uses tabs.
Mod
Widening the theme is a big undertaking. You can read more about it here.
Mod
Mod
I tried adding backticks to your original posts in order to see what you were talking about a little better.
What seems to be the problem is that both Graphene and this plugin both use the class “date” to display dates.
You can try formatting the table date itself by using code like this:
td.date {style elements here;}and see if that does anything for you.
Mod
In reply to: Is there anyway I can remove these links above the posts? (pic inside)
November 17, 2011 at 2:49 pm #19889Yes. Add this to your custom CSS:
#previous, #next-post {display:none;}Mod
What do you mean by “bare minimum”? What information do you want to be displayed, exactly?
WP-Admin.css is actually a WordPress file, not a Graphene file.
Mod
Yes, this is a bit annoying when not all posts have a featured image, because everything looks unbalanced. But this code will work for you, I think:
.homepage_pane img {display:none}Mod
A transparent what? Do you mean that you want the background to show through? You can achieve that on the top bar with
`#top-bar {background:none;}’
Mod
Moved to Support.
