Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Static homepage?

    #17362

    Did you activate the alternate frontpage widgets option?

    Mod

    Seriously, 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

    In reply to: Change font size and color in menu bar

    #15378

    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.css file, but you are also using the light-coloured header bars option, which causes the style-light.css file 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

    #17936

    Just 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.

    #18057

    I’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.css file 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

    But 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

    In reply to: Change font size and color in menu bar

    #15376

    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

    The 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

    In reply to: Getting rid of >> after Blog Name

    #18059

    Graphene Options >> Display >> Miscellaneous Display Options

    Enter what you like…

    Ken

    Mod

Viewing 10 posts - 5,261 through 5,270 (of 5,839 total)