Forum Replies Created
-
Mod
BTW, the link in your profile gives a 404 message.
Mod
Graphene uses the “sprite_h.png” file to generate the background for that nav. It’s repeated on the x-axis. You could probably just round off the corners of the
<div>that contain the navigation bar to get a rounded look.I have lots of rounded corners on my blog. You can see how I achieved this here:
http://blog.kjodle.net/2011/08/30/creating-a-child-theme-for-this-blog/
But you should also check out: http://www.gendji.eu/
Ken
Mod
Here’s another way that gives you a bit more control:
http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
Mod
In reply to: Changing my site overall width from 960px to bigger?
November 9, 2011 at 2:33 pm #19519Mod
Backtick is “shift” plus the “~” key.
Your script is generating an iframe. Try adding this to your custom CSS:
#container {
margin-top: 30px;
}and see how that works.
Mod
The best way is to use an action in your functions.php file of your child theme. and attach it to the “wp_head()” action hook.
Mod
Static front page + Kalin’s post list plugin, maybe?
Mod
Those are child pages. Go to Graphene Options >> General >> Child Page Options and select “Hide” in the “Child page listings” option.
Mod
In reply to: Child theme does not look like the parent without modifications
November 7, 2011 at 2:04 am #18052wow!!!! one space charachter can do that?
Yes, one character can make all the difference. People are often amazed by this fact, but computers are, in fact, that nit-picky. I have sometimes gone down blind alleys looking for something I missed when all I did was miss a shift key and type “]” instead of “}”. It can drive you nuts looking for these kinds of errors.
Mod
Oh yeah, that’s looking great! You know, at first I couldn’t figure out why in the world you would want a navigation menu up there, but seeing that makes my mind reel with the possibilities. I may have to copy this from you someday.
I think this should be able to be done rather easily.
Don’t ever say that. It’s sure to jinx whatever project you’re working on. 😉
Congrats!
Ken
