Jason
Junior Member
"It takes a big man to admit when he's wrong. I am NOT a big man."
Posts: 387
inherit
108048
0
Nov 6, 2024 17:01:35 GMT -8
Jason
"It takes a big man to admit when he's wrong. I am NOT a big man."
387
July 2007
jojohn
|
Post by Jason on Jul 24, 2015 18:49:40 GMT -8
I was hoping to resize the banner/welcome table portion of the site without changing the width of the forum. Also, if this is possible, would it be compatible with the "Classic Proboards Menu" plugin?
Thank you.
|
|
#eb7100
1480
0
1
Nov 25, 2024 15:11:42 GMT -8
Craig
209,198
September 2001
cmdynasty
|
Post by Craig on Jul 25, 2015 6:50:13 GMT -8
Hi Could you provide a link to the forum in question, so we can see how you have the banner image set up And you could try the classic menu, and see how it goes. It should be alright.
|
|
Jason
Junior Member
"It takes a big man to admit when he's wrong. I am NOT a big man."
Posts: 387
inherit
108048
0
Nov 6, 2024 17:01:35 GMT -8
Jason
"It takes a big man to admit when he's wrong. I am NOT a big man."
387
July 2007
jojohn
|
Post by Jason on Jul 25, 2015 13:52:56 GMT -8
Yes, sir... jasonfreak.proboards.comLink also in signature. I have the plugin going for the classic menu, already. I also have interchangeable banners. I would just prefer the forum actually be a bit wider while the banner table width and welcome menu button table width stays at 700px.
|
|
Jason
Junior Member
"It takes a big man to admit when he's wrong. I am NOT a big man."
Posts: 387
inherit
108048
0
Nov 6, 2024 17:01:35 GMT -8
Jason
"It takes a big man to admit when he's wrong. I am NOT a big man."
387
July 2007
jojohn
|
Post by Jason on Jul 26, 2015 22:53:13 GMT -8
|
|
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 Jul 28, 2015 10:50:48 GMT -8
Jason
The first thing you'll need to do is go to your wrapper template: Admin > Themes> Layout Templates>Forum Wrapper
Find this...
<div id="wrapper"> <header>
and paste it (move it) right above the closing </header> so it looks like this: <div id="wrapper"> <header> </header>
That separates the forum from the banner/menu. And you will see that made the banner really wide, which you do not want so now you need to add a div around that to fix the width. So scroll back up and add a div (blue) above the bold:
<div style="width:700px; margin:auto;"> <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2>
Now you need to close that div so scroll down to where you moved the wrapper div and right above it add the blue: </div> <div id="wrapper"> <header> </header>
Last step: Go to: Admin>Themes>Advanced Styles & CSS>Visual Editor>Width
Now set your forum width to whatever you want:
|
|
Jason
Junior Member
"It takes a big man to admit when he's wrong. I am NOT a big man."
Posts: 387
inherit
108048
0
Nov 6, 2024 17:01:35 GMT -8
Jason
"It takes a big man to admit when he's wrong. I am NOT a big man."
387
July 2007
jojohn
|
Post by Jason on Jul 28, 2015 17:31:22 GMT -8
I knew the menu area needed to be separated from the body of the forum, I didn't even think to look in the forum wrapper. Thanks for the halp! In all seriousness, thank you. I'm very appreciative of the assistance.
|
|
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 Jul 28, 2015 22:42:03 GMT -8
I knew the menu area needed to be separated from the body of the forum, I didn't even think to look in the forum wrapper. Thanks for the halp! In all seriousness, thank you. I'm very appreciative of the assistance. Lol, did you draw that ^^? Anyway, happy to help, anytime. Your site looks good!
|
|
Jason
Junior Member
"It takes a big man to admit when he's wrong. I am NOT a big man."
Posts: 387
inherit
108048
0
Nov 6, 2024 17:01:35 GMT -8
Jason
"It takes a big man to admit when he's wrong. I am NOT a big man."
387
July 2007
jojohn
|
Post by Jason on Jul 29, 2015 17:18:19 GMT -8
Not my drawing. It is a pretty famous internet meme and I thought it was a good representation of my gratitude. Thanks for the compliment on the site. Still a work in progress, but I'm getting there.
|
|
Jason
Junior Member
"It takes a big man to admit when he's wrong. I am NOT a big man."
Posts: 387
inherit
108048
0
Nov 6, 2024 17:01:35 GMT -8
Jason
"It takes a big man to admit when he's wrong. I am NOT a big man."
387
July 2007
jojohn
|
Post by Jason on Aug 5, 2015 19:48:20 GMT -8
Unfortunately it looks like the "Welcome Head Below Ad" code is not compatible?
|
|
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 Aug 5, 2015 21:24:51 GMT -8
Unfortunately it looks like the "Welcome Head Below Ad" code is not compatible?
What code is that? If you want your ad above your welcome table just move this: $[header] and put it like I have it below:
$[header] <div style="width:700px; margin:auto;"> <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2>
|
|
Jason
Junior Member
"It takes a big man to admit when he's wrong. I am NOT a big man."
Posts: 387
inherit
108048
0
Nov 6, 2024 17:01:35 GMT -8
Jason
"It takes a big man to admit when he's wrong. I am NOT a big man."
387
July 2007
jojohn
|
Post by Jason on Aug 6, 2015 16:53:28 GMT -8
I am clearly out of my element. I deeply appreciate it, even if it was no sweat.. Thank you so much.
|
|
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 Aug 7, 2015 1:58:01 GMT -8
I am clearly out of my element. I deeply appreciate it, even if it was no sweat.. Thank you so much. Apparently not out of your element because I see it above your banner. Always happy to help and thanks for being so appreciative.
|
|