Forum Replies Created
-
Mod
Okay……
I think I got it now. Basically, you want a different “current-menu-item” color for each item.
In that case, I think you want something like:
li #menu-item-170.current-menu-item {color:#fff; background#000;}We are treading into unknown territory here, but basically this means “apply these styles to menu item #170 only if it is of class
.current-menu-item“.My syntax may be off, but I think we are on the right track. You will want to use the appropriate ID numbers, of course.
If that doesn’t work, the syntax may be:
li .current-menu-item#menu-item-170 {style;}There is NOT a space between the class and the id in this declaration. That’s what makes it work.
Not tested, but worth a shot.
Mod
In reply to: Great Theme – A few questions about tables, and justification
March 26, 2012 at 9:58 pm #26889I’m not sure which plugin you are using. You may have to edit the page, take out all the image links, and redo them without tables.
Mod
Instead of
$postcountyou might want to trywp_count_posts()http://codex.wordpress.org/Function_Reference/wp_count_posts
But, just in case, read this, as well:
http://wordpress.org/support/topic/simple-question-about-postcount-hat-has-me-baffled-help?replies=3
Mod
Yes. Target its unique ID:
http://blog.kjodle.net/2012/02/24/styling-wordpress-posts-pages-archives-and-home-pages-by-class/
The method outlined in that post applies to widgets, as well.
Mod
Try using the visual editor.
Mod
And you are telling me I have to create a new page for up to 6 posts?
Yes. One page for your static home page and one page for your blog posts.
So I would have to create are 40 pages for all of my posts?
No. Just the one page for all your blog posts.
Mod
In reply to: Is there a way to keep everything within the Div id="respond" in it's default positio
March 26, 2012 at 9:40 pm #26961Well, comments are closed on the post I mentioned above. Can you direct me to a post where this is happening?
Mod
Well, you can’t really do an “if…then” statement in CSS.
How about just setting the “current-menu-item” link to be the same as the hover color?
Mod
Your slider is working just fine here. It may be that your browser is not able to access the jQuery site properly.
Read this:
https://forum.graphene-theme.com/graphene-support/slider-suddenly-stopped-working/page/2#post-17355
and this:
https://forum.graphene-theme.com/graphene-support/slider-suddenly-stopped-working/page/2#post-17358
Mod
Most of these changes were intentional (except for the one about the slider–I can’t tell since you didn’t provide a link to your site).
A list of changes in the most recent update is available in the changelog:
http://dev.khairul-syahir.com/wordpress/graphene/documentation/changelog/
