#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 21, 2015 15:14:45 GMT -8
Brian, I have a question regarding the sidebar redux. Is it possible, to make it so that the sidebar only shows up in certain categories, not site wide? Yes. support.proboards.com/post/5111044Just use the hiding code in that post in the header of a category you want it hidden in, but remove the if statement on the third line and remove the if statement's closing brace on the line before the closing </script> tag.
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Jan 21, 2015 16:05:35 GMT -8
Brian, I have a question regarding the sidebar redux. Is it possible, to make it so that the sidebar only shows up in certain categories, not site wide? Yes. support.proboards.com/post/5111044Just use the hiding code in that post in the header of a category you want it hidden in, but remove the if statement on the third line and remove the if statement's closing brace on the line before the closing </script> tag. Ok, I have another problem. lol I forgot that I use the sidebar on some themes already for the shoutbox. I'm going to have to make a choice, correct?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 21, 2015 16:07:47 GMT -8
Yes. support.proboards.com/post/5111044Just use the hiding code in that post in the header of a category you want it hidden in, but remove the if statement on the third line and remove the if statement's closing brace on the line before the closing </script> tag. Ok, I have another problem. lol I forgot that I use the sidebar on some themes already for the shoutbox. I'm going to have to make a choice, correct? You could make the shoutbox movement code operate under the same conditions by only moving using the shoutbox movement code in the headers of categories that do not have the sidebar hidden.
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Jan 21, 2015 16:25:49 GMT -8
Ok, I have another problem. lol I forgot that I use the sidebar on some themes already for the shoutbox. I'm going to have to make a choice, correct? You could make the shoutbox movement code operate under the same conditions by only moving using the shoutbox movement code in the headers of categories that do not have the sidebar hidden. I did something wrong. I added that code to the headers of the various categories and to the main header, but it still showed up. Its ok though, because I think I might be better off just adding what I want to the one category. Just thought I'd experiment a bit since the sidebar is a wonderful plug in. I like giving members the option of where the shout is, by selecting a theme that has it in the sidebar if they choose. Thanks for your help and I'll bookmark this thread just in case.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 21, 2015 16:36:34 GMT -8
You could make the shoutbox movement code operate under the same conditions by only moving using the shoutbox movement code in the headers of categories that do not have the sidebar hidden. I did something wrong. I added that code to the headers of the various categories and to the main header, but it still showed up. Its ok though, because I think I might be better off just adding what I want to the one category. Just thought I'd experiment a bit since the sidebar is a wonderful plug in. I like giving members the option of where the shout is, by selecting a theme that has it in the sidebar if they choose. Thanks for your help and I'll bookmark this thread just in case. I dunno which forum you're testing it on, so I can't offer much more advice past what I've given unless I see it.
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Jan 21, 2015 17:14:43 GMT -8
I did something wrong. I added that code to the headers of the various categories and to the main header, but it still showed up. Its ok though, because I think I might be better off just adding what I want to the one category. Just thought I'd experiment a bit since the sidebar is a wonderful plug in. I like giving members the option of where the shout is, by selecting a theme that has it in the sidebar if they choose. Thanks for your help and I'll bookmark this thread just in case. I dunno which forum you're testing it on, so I can't offer much more advice past what I've given unless I see it. I know. I'm trying to do something that I tried back when I first joined PB and I just encountered the same problem I had back then (nothing on PB's end), so I'm not sure I'll keep what I'm trying.
|
|
symor
New Member
Posts: 6
inherit
218196
0
Feb 23, 2015 15:12:21 GMT -8
symor
6
January 2015
symor
|
Post by symor on Jan 27, 2015 12:21:32 GMT -8
I'm trying to add Images for the titles of each sidebar, I can't get the image to align to fill the box. The image also flows over the box. I tried to make the box bigger but it didn't help.
I have no experiance with CCS or HTML (Clearly... I don't know which one I'm using)
The image i'm using is 198 Pixels so I'm not sure why a 200px isn't big enough?
I'm using this at the moment in the Content Boxes Title, could you edit it so it's right?
<img src="http://i285./ll51/shunwei/PLOT-2.png" border="0" alt=" photo PLOT-2.png">
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 27, 2015 12:24:20 GMT -8
symor, can you provide a link to the forum in question?
|
|
symor
New Member
Posts: 6
inherit
218196
0
Feb 23, 2015 15:12:21 GMT -8
symor
6
January 2015
symor
|
Post by symor on Jan 27, 2015 12:25:13 GMT -8
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 27, 2015 12:31:30 GMT -8
Thanks, symor. Since you want to use an image in the Plot container's title bar you'll need to get rid of the extra padding and height declarations for it so that there's no empty space near the image. You've already given it the ID "PLOT" in the sidebar plugin's settings, so now all you have to do is add this to the bottom of Themes > Advanced Styles & CSS > Style Sheet to target that container specifically.
|
|
symor
New Member
Posts: 6
inherit
218196
0
Feb 23, 2015 15:12:21 GMT -8
symor
6
January 2015
symor
|
Post by symor on Jan 27, 2015 12:40:04 GMT -8
And that's perfect. Thank you!
|
|
symor
New Member
Posts: 6
inherit
218196
0
Feb 23, 2015 15:12:21 GMT -8
symor
6
January 2015
symor
|
Post by symor on Jan 27, 2015 13:42:55 GMT -8
Sorry for double post,
How do I do the same for the content box? The image in the box also does the same thing.
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 27, 2015 14:35:42 GMT -8
Sorry for double post, How do I do the same for the content box? The image in the box also does the same thing. Use this alongside the previous CSS:
|
|
inherit
218264
0
Jun 12, 2015 7:17:55 GMT -8
No Show
8
January 2015
noshow
|
Post by No Show on Jan 29, 2015 12:28:05 GMT -8
Hey there BrianI am sure you have likely answered this in the past, but 97 pages is hard to sift through. But we added the sidebar to our site and it basically squished everything together. I tried expanding the board width like it was suggested in the FAQ, but it didn't do anything to fix the issue. Is there any reason for that or any line of code I should be looking to alter? Also, I'm a complete noob at coding. So laymans terms would be best. Hahaha
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 29, 2015 12:33:05 GMT -8
Hey there BrianI am sure you have likely answered this in the past, but 97 pages is hard to sift through. But we added the sidebar to our site and it basically squished everything together. I tried expanding the board width like it was suggested in the FAQ, but it didn't do anything to fix the issue. Is there any reason for that or any line of code I should be looking to alter? Also, I'm a complete noob at coding. So laymans terms would be best. Hahaha Can you link to the forum in question? I can't imagine why increasing the width wouldn't remedy the problem.
|
|