Columns bottom aligned
Columns bottom aligned
Greetings all,
I had a friend of mine make me a theme for my serendipity install. My site crashed and I had to reinstall the theme from an older version that had two errors with it.
One, the images aren't showing in the navbar at the top, but I'm working on trying to figure that one out right now.
My main problem is the side columns are aligning to the bottom of the page rather than the top. I've looked all over and I'm just not experienced enough serendipity to find where the problem is. And the theme creator is extremely busy right now and won't have the time to help for a week or two, so I thought I would ask here to see if anyone might have an idea, or pointers as to where to look to get the columns aligned to the top?
newedendiaries.com is the site.
I had a friend of mine make me a theme for my serendipity install. My site crashed and I had to reinstall the theme from an older version that had two errors with it.
One, the images aren't showing in the navbar at the top, but I'm working on trying to figure that one out right now.
My main problem is the side columns are aligning to the bottom of the page rather than the top. I've looked all over and I'm just not experienced enough serendipity to find where the problem is. And the theme creator is extremely busy right now and won't have the time to help for a week or two, so I thought I would ask here to see if anyone might have an idea, or pointers as to where to look to get the columns aligned to the top?
newedendiaries.com is the site.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Columns bottom aligned
Hi!
How did you previously put graphics into the navbar? Using CSS? At least there are no images in the HTML, so I suppose you did it with CSS.
About the side columns: Usually those misalign, if the surrounding HTML is invalid, and the browser mixes up the containers. Check http://validator.w3.org/check?uri=http% ... ne&group=0 -- there are a lot of errors, maybe when fixing those, this will fix your sidebar issue.
HTH,
Garvin
How did you previously put graphics into the navbar? Using CSS? At least there are no images in the HTML, so I suppose you did it with CSS.
About the side columns: Usually those misalign, if the surrounding HTML is invalid, and the browser mixes up the containers. Check http://validator.w3.org/check?uri=http% ... ne&group=0 -- there are a lot of errors, maybe when fixing those, this will fix your sidebar issue.
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Columns bottom aligned
yeah, the images are shown with css, i'm just having trouble finding the class that it's using, and where that class is pulling the images from...which is what I'm currently looking for.
And thanks for the link, I'll check that out and see how it goes
And thanks for the link, I'll check that out and see how it goes
Re: Columns bottom aligned
I can even find where 1 of those errors is coming from, lol. I've looked at tons of files and can't find where they are 
Though, quite a few of them look as though they are coming from links on in the articles themselves which is weird, not sure how I would fix those really.
Though, quite a few of them look as though they are coming from links on in the articles themselves which is weird, not sure how I would fix those really.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Columns bottom aligned
Hi!
Did you fix it? Sidebars now appear proper to me!
Regards,
Garvin
Did you fix it? Sidebars now appear proper to me!
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Columns bottom aligned
nope, didn't fix it.
I have noticed that from time to time they do actually go where they are supposed to. It seems kinda random (more wrong than right though
)
I have noticed that from time to time they do actually go where they are supposed to. It seems kinda random (more wrong than right though
Re: Columns bottom aligned
Probably an IE-only issue. Do you use IE?Cyberin wrote:nope, didn't fix it.
I have noticed that from time to time they do actually go where they are supposed to. It seems kinda random (more wrong than right though)
Might be du to expanding boxes in the sidebars. Is this a fixed or fluid layout? (Sorry, I really don't have time to look myself right now.)
YL
Re: Columns bottom aligned
You've got a confusing number of stylesheets associated! (10!)
<link rel="stylesheet" type="text/css" href="/templates/neweden/base.css" />
<link rel="stylesheet" type="text/css" href="http://www.newedendiaries.com/serendipity.css" />
<link rel="stylesheet" href="http://www.newedendiaries.com//script/tabber.css" TYPE="text/css" MEDIA="screen"/>
<link rel="stylesheet" type="text/css" href="/templates/neweden/ie5.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/ie6.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/ie7.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/blank_style.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/user.css" media="screen" />
<link rel="stylesheet" href="/mylibs/css/lightbox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/mylibs/css/AeonsShips.css" type="text/css" media="screen" />
Try adding this to the END serendipity.css
#serendipityLeftSideBar,
#serendipityRightSideBar {
vertical-align: top;
}
<link rel="stylesheet" type="text/css" href="/templates/neweden/base.css" />
<link rel="stylesheet" type="text/css" href="http://www.newedendiaries.com/serendipity.css" />
<link rel="stylesheet" href="http://www.newedendiaries.com//script/tabber.css" TYPE="text/css" MEDIA="screen"/>
<link rel="stylesheet" type="text/css" href="/templates/neweden/ie5.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/ie6.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/ie7.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/blank_style.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/user.css" media="screen" />
<link rel="stylesheet" href="/mylibs/css/lightbox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/mylibs/css/AeonsShips.css" type="text/css" media="screen" />
Try adding this to the END serendipity.css
#serendipityLeftSideBar,
#serendipityRightSideBar {
vertical-align: top;
}
~John
That Photographer guy in Michigan
That Photographer guy in Michigan
Re: Columns bottom aligned
At least those 8 stylesheets are not uncommon. Most of them are part of the Bulletproof template, one if for the lightbox plugin. Nothing to worry about.hyejohn wrote:<link rel="stylesheet" type="text/css" href="/templates/neweden/base.css" />
<link rel="stylesheet" type="text/css" href="http://www.newedendiaries.com/serendipity.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/ie5.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/ie6.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/ie7.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/blank_style.css" />
<link rel="stylesheet" type="text/css" href="/templates/neweden/user.css" media="screen" />
<link rel="stylesheet" href="/mylibs/css/lightbox.css" type="text/css" media="screen" />
If the issue is what I think it is (can't reproduce it w/ FF 3.5), that's not very likely to help.hyejohn wrote:Try adding this to the END serendipity.css
#serendipityLeftSideBar,
#serendipityRightSideBar {
vertical-align: top;
}
YL
Re: Columns bottom aligned
Nope, don't know in IE, I only use firefox. (and truthfully only care if it works in firefoxyellowled wrote:Probably an IE-only issue. Do you use IE?
Might be du to expanding boxes in the sidebars. Is this a fixed or fluid layout? (Sorry, I really don't have time to look myself right now.)
YL
It's all fixed width
tell me about ithyejohn wrote:You've got a confusing number of stylesheets associated! (10!)
Try adding this to the END serendipity.css
#serendipityLeftSideBar,
#serendipityRightSideBar {
vertical-align: top;
}
That didn't seem to work at all, messed up the text a little, other than that nothing changed.
Re: Columns bottom aligned
"Messed up" is just the right expression here. Just took a little peak at the code ... SON OF A GUN!Cyberin wrote:That didn't seem to work at all, messed up the text a little, other than that nothing changed.
That's not even Bulletproof anymore. That's a Bulletproof which has been -- I'm sorry, but this is the point where I stop being reserved -- horribly, horribly mutilated by inserting (YIKES!) table layout into BP. I think I have to get another beer just to be able to go on looking at it
And you're right, it's not even reproducable. Sometimes, the column's content will drop, sometimes it won't. I wouldn't even know where to begin to debug this since I haven't done a table-based layout in ages, let alone debugged one. And quite frankly, I'm not inclined to learn it now
I'm sorry, but this is just messed up, period. In my humble opinion, it doesn't even make sense to fix this. You should probably switch your blog to a template that's actually working and get your friend to rebuild your current design in BP using standards-compliant markup instead of layout tables. Just my 2 cents.
YL
Re: Columns bottom aligned
I shall mention it to him
thanks for looking at it 
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
Re: Columns bottom aligned
I agree with YL - I tried to help... but never quite connected via email.
Cyberin admits that he is trying to set things straight from a version of the template that is less than his programmer perfected... I would not be surprised if that has a lot to do with the current problems.
We can help you Cyberin, but is there any chance you can get the most current version of the template?
Honest... we want to help!!
Cyberin admits that he is trying to set things straight from a version of the template that is less than his programmer perfected... I would not be surprised if that has a lot to do with the current problems.
We can help you Cyberin, but is there any chance you can get the most current version of the template?
Honest... we want to help!!
=Don=
Re: Columns bottom aligned
the only way I could get a more updated version of the template is if my friend found the time in his schedule to update the one that's on there.
He never kept the updated version that worked properly because when I found the errors the first time he just fixed them directly on the server files, and then when my server crashed on me, it corrupted my backups as I was silly enough to not keep any local backups, so what I have right now is the most updated version I can get without just having my friend do it in a few weeks sadly
He never kept the updated version that worked properly because when I found the errors the first time he just fixed them directly on the server files, and then when my server crashed on me, it corrupted my backups as I was silly enough to not keep any local backups, so what I have right now is the most updated version I can get without just having my friend do it in a few weeks sadly