Forum Replies Created
-
Mod
Create a custom menu and then use that in your javascript.
Actually, there are at least a couple of plugins that will handle this for you. Try searching the plugin repository for “accordion menu”. You may need to add “vertical” to that search. I’ve seen a couple of Graphene and a couple of non-Graphene sites that do this. It’s pretty cool.
Mod
It’s that first selector that you’ve messed up. You don’t need to enter numbers there. Make sure it reads as Prasanna noted.
Mod
Mod
However, as Prasanna pointed out, entering an email and url is part of the WP commenting mechanism. Without displaying those, one of two things is going to happen:
1) WP just won’t allow readers to post comments, because it will require them to enter an email address and they can’t
OR
2) You are going to get tons of spam comments.
Mod
Yes, it is. Use Firebug to find the appropriate codes or post a link to page where these older posts are. I couldn’t find any in the three posts I looked at.
Mod
No, you can only enter hex codes there. To change this, you will need to add this to your custom CSS:
#content {
background-attachment:fixed;
background-image: url(path to image file)
}Mod
In reply to: Add comment count to custom post-formats; Add "Teaser text" resp. Excerpt to Video and Aud
March 9, 2012 at 4:02 am #25859Yes, it is the image caption. And no, there is no equivalent for videos. (There might be a workaround if your handy with html.)
Comment count:
http://codex.wordpress.org/Function_Reference/comments_number
You can add that to each post using a Graphene action hook widget area and a PHP widget. I’ll write a tutorial if you are interested. Just let me know.
Mod
+1 to Prasanna’s suggestion.
Mod
In reply to: Need assistance creating manual img link to sprite_master
March 9, 2012 at 3:44 am #25900Your best bet (easiest) is to just upload an RSS icon to your media gallery and then link to that image.
Mod
