What Theme are you using?
(Please also add the Theme name as a tag.)
Dovetail 2.0.1Dovetail 2.0.1
Overall I like the look of the theme and I edited the header to create a custom logo. The only problem I have is the display.
Thanks,
Nathan
Okay, what do you mean by:
…the posts are broken apart into individual sections
Are you referring to the style applied to the content column, where on TravelsWithNathan, the content column displays as a contiguous column, and in CoffeeShopDating, each post has its own background/border?
I guess I’m referring to the style of the content column. Sorry if I’m not so great with the terminology.
And yes, I want the content to be displayed as a contiguous (or is it continuous column?). That’s what I’m after. I want the posts to appear the way they do on my travel blog. I hope that clarifies things.
Nathan
Yes, that does help clarify. 🙂 At first, I thought you were having issues with the display of the content itself.
Your issue is entirely CSS-dependent. I would recommend reviewing your site using Firefox Firebug or Chrome Developer Tools, to get an idea of what elements you need to re-style.
For starters, take a look at div#content, which is the “content” column for your Theme, and div.postFrame, which is the container for each post.
I can do that, and I have Firebug, but I’m not a programmer. I have no idea what to change to make things work. More than anything, I’d be afraid of screwing something up.
I would recommend creating a Child Theme, which will enable you to experiment with modifications, while not messing up the original code.
Start here:
http://codex.ww.wp.xz.cn/Child_Themes
Basically, create a blank style.css file, and add the following header comments:
/*
Theme Name: Dovetail Child
Description: Child theme for the Dovetail Theme
Template: dovetail
*/
Then, import the dovetail style.css file:
@import url("../dovetail/style.css");
Then, below that, add any modifications.
Now, upload your style.css to wp-content\themes\dovetail-child\.
Now, go to Dashboard -> Appearance -> Themes, and activate your Child Theme.
That’s it! Everything should look exactly the same as Dovetail. Add any modifications to your Child Theme’s style.css. Play around with it, and find what works.
If you mess up, just delete everything after the @import, and start over.
Sounds interesting, but I have to tell you I’m way out of my depth here. I hardly know CSS and I don’t have the time to experiment with a solution of this type.
I’m on a tight deadline for an assignment and it looks like the best idea at this point is to use a different theme, which really ticks me off, because I like this one.
Nathan
Well, after my last posting I decided to change the theme and that’s when things got worse – a lot worse. Essentially, every theme I use now has this posting problem, where I can no longer get one continuous page of short excerpts.
It’s pretty obvious that the posting issue isn’t within the themes themselves, rather it looks like some setting is off in WordPress. And I have no idea how to solve it. I have a couple of other WordPress blogs and none of them have this problem. Any ideas on how to solve it?
Nathan
What if you use whatever Theme you use on your TravelsWithNathan site? How does that Theme look on your test site?
Arg! I just thought of that, after downgrading my blog, only to discover that all the themes still have the same problem. Now I’m upgrading back to 3.1.1 and I’ll try to install the travel site theme. Wish me luck.
Well, that bites. I just re-installed WordPress 3.1.1 and downloaded my old theme, which is Vista and guess what? The same problem happened, but without the border around the posts.
It’s pretty clear to me that there’s a configuration/layout issue within WordPress 3.1.1. Thank God I didn’t upgrade my travel blog, or might have the same problem there. Any ideas on how to fix it?