Forum Replies Created
-
Mod
In reply to: How to have a login, register, and forgot a password that similar to this.
December 9, 2011 at 8:57 pm #20784Add those first two codes to an action hook widget area, and you won’t have to redo it after the theme is updated. You’ll also need to use PHP widget to achieve that. (This tutorial will tell you how: http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/)
Third item: you should be using a child theme with this level of customisation. Just add it to your child theme’s stylesheet.
Mod
By default, WordPress doesn’t display pages as excerpts at all. That’s something that’s reserved for posts.
That said, there are a couple of plugins that you may find useful:
http://wordpress.org/extend/plugins/excerpt-editor/
http://wordpress.org/extend/plugins/page-excerpt/
Moved to Support.
Mod
I like the dark black/blue color. But I don’t like the popunder ads at all!
Mod
The hover text is actually called a “title” attribute, and you need to add it to the html code. If you are using a custom menu, you would add this information to the “Title Attribute” box.
Don’t forget: code between backticks, please.
That is definitely the most memorable menu I have seen in some time. But it doesn’t look like a menu. You might want to add a bit of text to let people know they can click on a logo to go to that team’s info.
Mod
You don’t need to post the content of that file. We all have it already. (That’s an old version of the theme, BTW.)
If you are going to change the appearance of the header menu, don’t bother using the “light header menu” option. It just complicates things.
For ideas, look at my bookblog and see how I have my menus arranged: http://bookblog.kjodle.net/
Now, take a look at the stylesheet: http://bookblog.kjodle.net/wp-content/themes/graphene_maps/style.css You can the changes I made in the section marked “Navigation”
I was planning on writing a tutorial about changing the navigation menus in Graphene, but I’m waiting to see how many CSS changes there are in version 1.6 (which has yet to be released) first. Why haven’t you updated to the latest version yet?
Mod
In reply to: How to add the Facebook votting button to the footer
December 9, 2011 at 8:30 pm #20930Well, how did you try adding it in the first place? We may be able to help you with that if you let us know.
Otherwise, I would suggest using an action hook widget area in the footer. See this tutorial: http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
Mod
Moved to support. Please be sure to post in the correct section.
The menu tabs are a sprite image. You can edit the sprite image itself (using Photoshop or GIMP) and adjust your CSS to use the new image, or you can use
background-url:nonein the CSS and then style it just using color codes. More information about sprites is here.As far as changing the shape, you would apply a rounded border. Some more information about that is here.
There’s been a lot of talk about changing the appearance of the menus in this forum. Please search around; I’m sure most of your questions have already been answered. Let us know if you get stuck on something.
Mod
Josh, this is what is happening in IE9:
Mod
Looks like you got this fixed, so I’m marking as ‘Resolved’.
Mod
