Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Re: Design help

    #26756

    Why don’t you post any custom css or CSS changes you may have made regarding these two items, rather than making us search for it.

    Mod

    In reply to: Extend footer to bottom of window

    #26664

    Well, you’ve hit on a big issue in CSS: a <div> will only extend as far as its content. As you point out, it’s not so much the footer that is the issue as it is that there is not enough content to push it to the bottom.

    I had this issue with the sidebar on my main website. No matter how I tried, there just wasn’t a way through pure CSS to get it to extend to the bottom when there is more content in the main section. I ended up just wrapping the sidebar in a border with rounded corners. It looks good, but it’s not what I wanted.

    There are solutions to this, but they involve either absolute positioning or javascript. Try googling “push <div> to bottom of page” or something similar and I’m sure you’ll find something that you can get to work (short of inserting lorem ipsum in empty pages).

    You do ask interesting questions, Mister Mango. (I see you got the menu issue figured out — nice!)

    Mod

    In reply to: Removing home page content

    #26722

    Yes–change the above code to:

    .home #post-328 {display:none;}

    Mod

    What’s the widest size you think I can do?

    I’d try to stay at 1280 or less to look good on smaller monitors (at least until most of them are gone).

    Mod

    In reply to: Removing home page content

    #26720

    Yours is the first Graphene site I’ve seen with an Etsy button in the top bar. Nice to know we have some Etsiers around here!

    Mod

    In reply to: Removing home page content

    #26719

    Yes — edit your home page to take out that copy.

    Then, add this to your custom CSS:

    .home .post-title {display:none;}

    Mod

    In reply to: menu bar says title when you hover

    #26693

    That plugin is buggy. There’s really no fix for a buggy plugin other than to quit using it. There are lots of SEO plugins to choose from.

    Mod

    In reply to: Author info/image not showing on main page

    #26701

    The author of the post is “Carly” who is author #1. But on the front page, the author is shown as #0, which is why no author is showing on the front page.

    Which plugins are you using?

    When you emptied the browser cache, did you also empty (or disable) the server cache?

    Mod

    In reply to: Header

    #26529

    You mean columns, right? It looks like one to me. Refresh your browser and it should look good.

    Mod

    In reply to: Featured image not displaying in the full post page

    #26670

    Yup–you can insert any number of images and pick whichever one you want to be the featured image. With other themes (at least some other themes) I think the first image is always the featured image.

    Cheers!

Viewing 10 posts - 4,001 through 4,010 (of 5,839 total)