Forum Replies Created
-
Mod
In reply to: Widget Preview, Site ignores Graphene Options (see pic)
December 11, 2011 at 3:01 pm #21004That’s because the title of the “Last Remnant” text widget is a
<p>, not a<h3>. Enter the title you want in the title portion of the text widget box, or wrap it in<h3>tags and it should look like the rest of your widgets.Mod
Provided that the child theme style sheet gets loaded after the plugin stylesheet, yes. Some time ago, I wrote a post in a thread explaining the order that stylesheets get loaded in. I’ve been looking for it, but can’t find it. In general, plugins (good ones, at least) load their stylesheets first, and then the theme’s stylesheet. This allows a theme to override those settings.
Most plugins use very specific id’s and classes so that themes don’t accidentally use the same CSS and overwrite their styling for this very reason.
Mod
Actually, you don’t need to import the css from a plugin at all, since the plugin will still add its style sheet. Just copy those portions you want to change and paste them to your child theme style sheet and make modifications.
Mod
I still see this somewhere:
.two-col-right .post, .three-col-right .post, .two-col-right #comments ol li.comment.depth-1, .three-col-right #comments ol li.comment.depth-1, .two-col-right #commentform, .three-col-right #commentform {
border-top-left-radius: 30px;
border-top-right-radius: 0;
}It’s that “30px” that’s doing it.
Mod
Well, that’s the easiest question I’ve been asked all day… 😉
Mod
In reply to: How to add the Facebook votting button to the footer
December 10, 2011 at 3:24 am #20932You are going to have enclose it in its own
<div>and style it using CSS. See if this helps.Mod
In reply to: How to have a login, register, and forgot a password that similar to this.
December 10, 2011 at 3:22 am #20786Sorry, but what was not found. Once again, we are in maintenance mode, and with such a cryptic response and without being able to see your site, it is really difficult to provide more accurate assistance.
Mod
Yep, that looks sharp. I love the calendar widget in the footer. That’s actually a really good place for it.
This is easy using a custom menu. (See this tutorial for help.) You really should update to the latest version. You’re missing out on some great new features.
Mod
Also, be sure to check out some of the sites mentioned in the showcase: https://forum.graphene-theme.com/graphene-showcase/ You can get a lot of ideas and hints/tips there.
Mod
In that case, yes, update the theme and create a child theme. The latest updates Syahir has made to the theme make it so much easier to make the kinds of changes most people want to make. (The new menu options, along with the action hook widget areas make it worth updating alone.) Keep a copy of the old stylesheet, so you can add those changes over to the new child theme.
This is probably going to be a bit of work, but it will definitely be worth it.
