crayola
Forum Replies Created
-
Forum: Themes and Templates
In reply to: “edit comment” link and “your comment is awaiting approval” textFound the solution to my second question as well.
Forum: Themes and Templates
In reply to: Entire blog nudges (image issue?)The original stylesheet location defined by the plugin includes a version number which my server does not recognize, so I have to specify it to load the stylesheet a second time, only this time there is no version number.
And the plugin included the link rel id… I don’t even know what it does :S
By the way the “fix” I concluded above is no longer a fix… turns out I have to define a width for the body to prevent the nudge. For now, I have it as
width: 1024px;
Only drawback is that when viewed on firefox full screen on a widescreen laptop (eg. macbook pro), there is a huge chunk of empty space at the right. But I’m tired of fixing the theme, so I’ll leave it as is :p
Forum: Themes and Templates
In reply to: Entire blog nudges (image issue?)Yes! Fixed the nudge.
Turns out it’s a background-image CSS issue.
Originally I positioned the background as center top, so such ‘center’ position is relative.But now I change it to:
background : #fff url(images/grey1.gif) fixed; background-position: -770px 0px;
Forum: Themes and Templates
In reply to: Entire blog nudges (image issue?)@apljdi: what browser and operating system are you using?
And you could have missed the nudge. Pay attention to the “w” in the walldaisy logo.
I’ll definitely clean up my tags though, and will post an update as to whether it works or not.
EDIT: I fixed all the errors except for one where I redefined my pagebar css (that is intentional) and the nudge still occurs.
Forum: Themes and Templates
In reply to: Entire blog nudges (image issue?)Another thought,
you can think of it as the blog staying still when the post DOESN’T have image, and then nudging when the post DOES have image.
Forum: Fixing WordPress
In reply to: Single Post Homepages in 1.3aThanks so much.
It’s exxxxxactly what I was looking for!
Forum: Fixing WordPress
In reply to: RSS 404’s after upgrade to 2.0.1I have the same problem as you. RSS did not work for me when I had wordpress 2.0, then when i upgrade to 2.0.1, the same problem persists. I’m thinking it’s still a bug in the version?