Entris
Junior Member
Posts: 281
inherit
158702
0
Dec 31, 2014 9:05:29 GMT -8
Entris
281
September 2010
entris
|
Post by Entris on Jan 22, 2013 7:33:54 GMT -8
Brian is there anyway to get the sidebars to stay aligned when you go into the boards to compensate for the missing news fader?
ATM they are aligned with the forum itself but when i click a board and when i am in a thread the sidebars are not aligned anymore because the news fader doesn't show there.
NVM I solved it by aligning the second box with the end of the banner instead looks good that way too imo at least lol Tyvm for your help.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 22, 2013 8:40:17 GMT -8
Hi Brian Ordonez, I seem to be having a problem with your side tables. Whenever I enable the tables the forum alignment goes crazy and cuts off half my banner, even when there's still plenty of room to expand to the right. Is there a way to move everything to the far left so that this does not occur? I've tried playing around with the spacing, but nothing seems to work. Thanks. hiddeninthestars.freemessageboards.com/Either reduce the height of your banner area to shrink it down to the new size or increase the width of your forum to compensate for the width the sidebar took away. Everything is contained within the wrapper, which determines your forum's width. So when content is added to that, it has to be squeezed in.
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Jan 22, 2013 8:49:09 GMT -8
New sidebar is wonderful. Two questions 1. Is it possible to put a little padding between the content box and the top of the page? (merely for aesthetics as I've got rounded corners so unlike pagination it looks a bit odd stuck to the top) 2. Is it possible to make only one content box be fixed? (and the the one above it stay still scroll out of view)
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 22, 2013 9:59:13 GMT -8
Okay so when I put the new version on my site, and copied over the data exactly the way it was, the first box comes out blank.. I'm not sure why.. well not blank but the text is white font and double spaced Link: crime-punishment.freeforums.net/Change the ID of that sidebar to something other than welcome. That ID is already in use by the welcome message in the menu bar and has a white font, causing it to blend in with your background. New sidebar is wonderful. Two questions 1. Is it possible to put a little padding between the content box and the top of the page? (merely for aesthetics as I've got rounded corners so unlike pagination it looks a bit odd stuck to the top) 2. Is it possible to make only one content box be fixed? (and the the one above it stay still scroll out of view) If you want to space any of your boxes from each other or the top of the page, add margin-top: 10px; to the CSS of the box you want to apply the margin to, substituting 10 for whatever number works. The fixed positioning is dependent on the sidebar's container as a whole, so probably not. I'll have to play with this a bit to see if it's possible with the current version. I likely won't have plans to implement it in the future, as it would massively complicate an already complicated settings page.
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Jan 22, 2013 10:05:34 GMT -8
Thanks ^^ Being super picky (ie fixing this isn't actually important at all - and will go away if I can put an unfixed box above it ) that works perfectly with the scrolling solariamock.freemessageboards.com/but means that the box doesn't line up with the top of the banner when scrolled all the way up. Clearly this is the hopefulness of the non-coder that the setting can simply be applied to one box rather than the whole sidebar lol. Cheers Brian
|
|
inherit
159604
0
Apr 22, 2023 11:32:14 GMT -8
Serpent
338
October 2010
rtflag
|
Post by Serpent on Jan 22, 2013 12:32:11 GMT -8
Thanks. That solved it. It was weird cause I copied everything including ids from the previous version. Oh well it works now. Thanks again
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 22, 2013 16:07:41 GMT -8
Thanks. That solved it. It was weird cause I copied everything including ids from the previous version. Oh well it works now. Thanks again The previous version of ProBoards didn't have anything in its default HTML with the ID welcome, so naturally that wasn't a problem before conversion.
|
|
inherit
159604
0
Apr 22, 2023 11:32:14 GMT -8
Serpent
338
October 2010
rtflag
|
Post by Serpent on Jan 22, 2013 16:16:44 GMT -8
I meant the last version of this sidebar....
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 22, 2013 16:17:59 GMT -8
D'oh. My bad.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 22, 2013 16:36:05 GMT -8
My Name is Billy Moonstone, I've found out an easy fix you can do to fix the problem in Safari based on why the problem occurs. It seems to only happen when you first scroll on the page. Since the sidebars no longer exist, the code is still attempting to execute but is bugging out. Add this to your Global Header to remedy that:
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Jan 23, 2013 1:01:08 GMT -8
THANK YOU SO MUCH Brian You're a life-saver! It works perfectly now on Safari and I tested it on FF and it's fine there too. I put the earlier bit of code into GH first, and then your bit here underneath that Very happy
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Jan 23, 2013 13:43:16 GMT -8
solariamock.freemessageboards.com/forumBrianI managed to get the text in the right place but inserting it into the build section of the plugin Could you help me with the .CSS to make it look like a style 1 box please? I guess I need to give it a div and an id?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 23, 2013 14:44:18 GMT -8
Are you trying to do exactly what you asked earlier manually? I can't think of a way to do that as of yet since there's a lot of factors involved. For the most part the code relies on both the height and the position of the top of the left <td> element. I'll have to experiment with the rowspan attribute in the meantime to see if I can make it work somehow. The end result will probably be a terrible Javascript code dependent on whether things in your layout exist or not, so don't expect anything too dynamic.
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Jan 23, 2013 14:47:48 GMT -8
Yea at the moment it seems to work perfectly function wise. (just need to put the about stuff in a box)
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Jan 23, 2013 15:00:17 GMT -8
Well almost lol, bit trippy now I've got a background colour on the box but it'll be fine Just struggling witht the styling. Am aiming for one of your stye 1 content boxes.
Got the right classes from your stuff in the build section so the box looks pretty. But of course you are right the behaviour is a little odd.... when the scrolling gets to the top of the td the fixed bits jump up (I think)
Right behaviour, broke the layout....
To fix the layout I put the left sidebars in the footer.... and this broke the behaviour... lots of flickering...
solariamock.freemessageboards.com/forumfixed the layout differently and it works! (as long as you don't scroll down so the bottom of the box touches the bottom border...... )
|
|