Forum Replies Created
-
Mod
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
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
Yes–change the above code to:
.home #post-328 {display:none;}Mod
In reply to: It's been a few days and adsense is still not showing any ads
March 22, 2012 at 12:03 am #22410What’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
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
Yes — edit your home page to take out that copy.
Then, add this to your custom CSS:
.home .post-title {display:none;}Mod
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
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
Mod
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!
