Forum Replies Created
-
Mod
Did you activate the alternate frontpage widgets option?
Mod
In reply to: How to change page order from navigation bar . Have tried multiple resources!
October 9, 2011 at 5:16 pm #18076Seriously, the custom menu option should have worked just fine. Did you save the menu? Did you make sure to drag it over to the “Header Menu” in the “Theme Locations” tab (and then clicked “save” again)? You shouldn’t need to alter any code or use a plugin to do what you want to do.
Ken
Mod
You really should be doing this in a child theme, or via custom CSS.
I have turned off the background images also
No, not really. You have commented this code out in Graphene’s
style.cssfile, but you are also using the light-coloured header bars option, which causes thestyle-light.cssfile to load. This file loads after the default Graphene stylesheet, and since the light stylesheet is loading a background image, that’s why you’re not seeing a change.Instead of altering the theme’s files, you should add something like this to your custom CSS options:
#header-menu {
background: url(none) #070707;
}This way, your changes will be preserved in the next update, and you will also get the results you are looking for.
BTW, you should put code between backticks (the button with the “~” on it, upper left-hand corner of keyboard, usually). There’s no need to code-dump, either. I can see your css files just fine.
Let us know how this works out for you.
Good luck,
Ken
Mod
In reply to: Please Respond- My Comments Not Showing Up Under Posts
October 9, 2011 at 1:50 am #17936Just use an FTP client to replace your current functions file with the one Syahir provided.
Mod
In reply to: Spacing on Audio, Image, and Video formats seem to differ.
October 8, 2011 at 10:54 pm #18057I’m sorry, but 10px where? I’m not quite sure what I’m supposed to be looking at.
Formatting for the post formats starts on line 1296 of the
style.cssfile in Graphene 1.5 and goes to line 1492. Whatever you are looking for should be in there somewhere. Use Firebug to locate it precisely.Ken
Mod
In reply to: NEXTGen Gallery thumbnails "smushed" when inserted onto page.
October 8, 2011 at 8:48 pm #14473But the header image is different from the featured image. The header image shows up behind the site title and description at the top of each page/post. The featured image refers to any image within a post. Even if you have 100 images in a post, the last one can be the featured image.
Mod
Hover is on lines 305 to 437. Here’s an example starting on line 305:
/* Top level header menu, hover and current state */
#header-menu > li:hover,
#header-menu > li.current-menu-item,
#header-menu > li.current-menu-ancestor {
background: url(images/sprite_h.png) left -100px repeat-x #eee;
}See this post for more information about sprite images.
Ken
Mod
In reply to: NEXTGen Gallery thumbnails "smushed" when inserted onto page.
October 8, 2011 at 7:58 pm #14471The featured image for the main page is displayed on every other page, even if a different one is selected
I don’t know…I see a different image on every page. (Or are you talking about the header image?)
Mod
Graphene Options >> Display >> Miscellaneous Display Options
Enter what you like…
Ken
Mod
In reply to: Graphene Theme / Nextgen; Featured image on other pages does not work.
October 8, 2011 at 4:40 pm #18054This might possibly help you:
