Former Member
inherit
guest@proboards.com
101401
0
Nov 28, 2024 5:44:30 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 16, 2013 13:46:19 GMT -8
When I change the width of the forum it leaves the right side with a big blank space.When I make it larger the side tables overlap on the forums main table. Any suggestions to this issue? Thank you. restlesslives1.proboards.com/
|
|
inherit
126997
0
Nov 16, 2012 13:07:19 GMT -8
FallenSamurai
Job Hunting
249
June 2008
fallensamurai
|
Post by FallenSamurai on Mar 16, 2013 14:24:24 GMT -8
STLUEEYou might want to have the tables inside the forum wrappers, not outside floating.
|
|
Former Member
inherit
guest@proboards.com
101401
0
Nov 28, 2024 5:44:30 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 16, 2013 15:52:43 GMT -8
how do I do that because the code goes in global header and footers.
|
|
inherit
126997
0
Nov 16, 2012 13:07:19 GMT -8
FallenSamurai
Job Hunting
249
June 2008
fallensamurai
|
Post by FallenSamurai on Mar 16, 2013 16:44:41 GMT -8
Which code are you using?
|
|
Former Member
inherit
guest@proboards.com
101401
0
Nov 28, 2024 5:44:30 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 16, 2013 17:07:23 GMT -8
One tumbleweedmade me.I was going to send you a link to the code but my messages isn't working opening for some reason.
|
|
Former Member
inherit
guest@proboards.com
101401
0
Nov 28, 2024 5:44:30 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 17, 2013 16:55:10 GMT -8
bump!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 18, 2013 9:27:16 GMT -8
STLUEE, there are a couple sidebar plugins in the Plugin Database that will place the sidebars right next to the forum rather than attaching them to the sides of the browser window.
|
|
Former Member
inherit
guest@proboards.com
101401
0
Nov 28, 2024 5:44:30 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 18, 2013 21:21:07 GMT -8
When I use those and make them the custom size of 220 like the old smangii side boards they overlap onto the forum.If they are smaller they don't look right either.Sometimes they even go to the top of welcome table What I'm needing is the empty space on the right side be filled with the main board.,without affecting the tables on the left.The tables I am using are ones tumbleweed gave me.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 19, 2013 10:20:22 GMT -8
Are you setting the sizes to 220 or 220px? Adding the px to the end is the proper way to fill in the widths in the plugin, as the tooltips associated with each field specify.
The plugin is meant to be a replacement for those tables.
|
|
Former Member
inherit
guest@proboards.com
101401
0
Nov 28, 2024 5:44:30 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 19, 2013 14:58:28 GMT -8
I am using pixels and I removed the code I was using tried the sidebar redux and I got anumber showing in the upper left hand side.29 Here is the code tumbleweed gave me: <style type="text/css"> <!-- .side_panel_left{ position: absolute; top: 250px; left: 5px; padding-bottom: 40px; width: 250px; height: 100%; z-index: 1; } .side_panel_right{ position: absolute; top: 200px; right: 4px; padding-bottom: 45px; width: 250px; z-index: 1; } .title-bar{ height: 33px; } #rh_wrapper{ text-align: center; } #rh_content{ font-size: 1em; padding: 10px; text-align: left; } #box5_right ol{ padding: 10px; font-size: .9em; list-style-type:decimal; } #box5_right ol li{ float:left; margin: 0 18px; padding: 0 12px; } #box1 ul{ padding: 16px; font-size: .9em; list-style-type: disc; } #box1 ul li{ text-align: left; margin: 0 16px; padding: 6 8px; } --> </style>
<div class="side_panel_left"> <!-- =====PUT ALL SIDE BOXES BELOW THIS LINE ===== -->
<!-- ===== BOX #1 START ===== --> <div class="container boards"> <div class="title-bar"> <h2> <div class="title_wrapper" id="rh_wrapper"> LETS CHAT!
</div> </h2> </div> <div class="content" id="rh_content">
</div> </div> <br />
<!-- ===== BOX #2 START ===== --> <div class="container boards"> <div class="title-bar"> <h2> <div class="title_wrapper" id="rh_wrapper"> WELCOME
</div> </h2> </div> <div class="content" id="rh_content">
</div> </div> <br />
<!-- ===== BOX #3 START ===== --> <div class="container boards"> <div class="title-bar"> <h2> <div class="title_wrapper" id="rh_wrapper"> CODES
</div> </h2> </div> <p><p> <div class="content" id="rh_content"> Smangi Codes<br/>
</div> </div> <br />
<!-- ===== BOX #4 START ===== --> <div class="container boards"> <div class="title-bar"> <h2> <div class="title_wrapper" id="rh_wrapper"> CALENDER
</div> </h2> </div> <div class="content" id="rh_content">
</div> </div> <br /> <!-- ===== BOX #4 START ===== --> <div class="container boards"> <div class="title-bar"> <h2> <div class="title_wrapper" id="rh_wrapper"> VIDEO
</div> </h2> </div> <div class="content" id="rh_content">
<iframe width="200" height="215" src="http://www.youtube.com/embed/NGg45LSRt9M" frameborder="0" allowfullscreen></iframe>
</div> </div> <br />
<!-- ===== PUT ADDITIONAL BOXES ABOVE THIS LINE ===== --> </div>
<style type="text/css"> <!-- #catdiv {width: 730px; display: none;} --> </style>
<body style="filter: alpha (opacity=70)">
<style type="text/css"> <!-- .side_panel_left{ position: absolute; top: 200px; left: 2px; padding-bottom: 40px; width: 240px; height: 100%; z-index: 1; } .side_panel_right{ position: absolute; top: 200px; right: 2px; padding-bottom: 40px; width: 240px; z-index: 1; } .title-bar{ height: 33px; } #rh_wrapper{ text-align: center; } #rh_content{ font-size: 1em; padding: 8px; text-align: left; } #box5_right ol{ padding: 8px; font-size: .9em; list-style-type:decimal; } #box5_right ol li{ float:left; margin: 0 16px; padding: 0 6px; } #box1 ul{ padding: 8px; font-size: .9em; list-style-type: disc; } #box1 ul li{ text-align: left; margin: 0 16px; padding: 4 6px; } --> </style>
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Mar 19, 2013 16:26:19 GMT -8
Stluee1,
I think you posted the css twice and hopefully you don't have two copies in your headers.
Brian, I only gave this to Stluee1 because she was so frustrated getting the side table plug-in to work. I welcome any help you can give her with the side table plug-in although I have that version Stluee1 is using working perfectly on my V5 test site. My solution to moving the forum over was just adding a margin to the wrapper. That said, plug-ins are the way to go, so if at all possible, I'm hoping you can help her work it out using the plug-in, (if you are willing Stluee1).
|
|
Former Member
inherit
guest@proboards.com
101401
0
Nov 28, 2024 5:44:30 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 19, 2013 19:04:32 GMT -8
Oh well how did that happen lol.I got the extra code out but, my right side of forum is still blank.Thanks tumbleweed.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 20, 2013 8:45:20 GMT -8
What exactly do you mean by the right side of the forum being blank? The sidebar code you have only places a sidebar on the left, so naturally it's gonna be blank.
|
|