inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Jul 6, 2014 11:47:32 GMT -8
Yes, Brian, as I said above, I don't want to have a title bar on this particular container.
Is there something I can add to the CSS to add the background and shadow effect? Just putting in the container's ID isn't working.
I really, really don't want a heading on that container.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 6, 2014 12:08:13 GMT -8
Yes, Brian, as I said above, I don't want to have a title bar on this particular container.
Is there something I can add to the CSS to add the background and shadow effect? Just putting in the container's ID isn't working.
I really, really don't want a heading on that container. Like I said, Style 2 uses different CSS selectors. You'll need to either duplicate the existing CSS and change .content to .content-box or you'll need to change the existing selectors to address both at the same time, then add a new selector that adds or removes any unnecessary borders from .content-box elements.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Jul 6, 2014 12:14:39 GMT -8
Lol, it almost sounds easier to add the heading.
The odd thing is it's reading certain CSS, Brian. If you hover over it, it will swing out. That's why I'm confused. If it ignored everything, it makes more sense.
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Jul 6, 2014 13:06:12 GMT -8
Brian, that was actually simple enough. Where the code worked, I kept it the way it was. Where it didn't I added the .content-box for that code only.
Thank you!
|
|
inherit
209744
0
Oct 27, 2014 13:54:17 GMT -8
fluffysauce
17
May 2014
fluffysauce
|
Post by fluffysauce on Jul 10, 2014 14:23:18 GMT -8
I love this plugin. However, I was wondering if it would be possible to move the proboards shoutbox to it. Just an idea, because I love the fact the sidebar can scroll too. -Thanks
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on Jul 10, 2014 14:29:49 GMT -8
Just add this to one of the sidebar containers, fluffysauce ~
<div id="move-shoutbox"></div>
And add this in your Global Footer.
<script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script>
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 10, 2014 14:30:13 GMT -8
I love this plugin. However, I was wondering if it would be possible to move the proboards shoutbox to it. Just an idea, because I love the fact the sidebar can scroll too. -Thanks Absolutely. You can follow the steps in this post from earlier in the thread. support.proboards.com/post/5378456
|
|
inherit
209744
0
Oct 27, 2014 13:54:17 GMT -8
fluffysauce
17
May 2014
fluffysauce
|
Post by fluffysauce on Jul 10, 2014 14:42:58 GMT -8
Thanks a million!
|
|
geros
New Member
Posts: 3
inherit
211402
0
Jul 14, 2014 5:10:13 GMT -8
geros
3
July 2014
geros
|
Post by geros on Jul 11, 2014 12:21:05 GMT -8
Hello guys, I've been trying to putt some stuff into sidebar. The only thing I succeeded was Flag counter (they give you the code ready) I basically wanna learn how to create this puu.sh/a74TQ/4276731500.pngThis puu.sh/a74ZE/2809892979.jpgAnd a simple calendar puu.sh/a74FN/2a823a7ceb.pngCan someone please make them and explain how they work? also I cannot find any webpage with basic explaining all of this. I would like to learn how to do stuff on my own, recommend me where to start? Thanks in advance
|
|
Lupa
New Member
Posts: 59
inherit
whitewolfkay@gmail.com
198538
0
Feb 20, 2018 22:09:44 GMT -8
Lupa
59
August 2013
lupa
|
Post by Lupa on Jul 12, 2014 11:28:36 GMT -8
Hey there, I looked through a lot of the pages but I didn't see this question. I'm new to coding and I wondered what code would be necessary to make the global header have the same background as the side bars? Thanks!
|
|
geros
New Member
Posts: 3
inherit
211402
0
Jul 14, 2014 5:10:13 GMT -8
geros
3
July 2014
geros
|
Post by geros on Jul 13, 2014 1:43:10 GMT -8
I'll joust assume that I am asking too much >_>
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 13, 2014 8:33:03 GMT -8
Hello guys, I've been trying to putt some stuff into sidebar. The only thing I succeeded was Flag counter (they give you the code ready) I basically wanna learn how to create this puu.sh/a74TQ/4276731500.pngThis puu.sh/a74ZE/2809892979.jpgAnd a simple calendar puu.sh/a74FN/2a823a7ceb.pngCan someone please make them and explain how they work? also I cannot find any webpage with basic explaining all of this. I would like to learn how to do stuff on my own, recommend me where to start? Thanks in advance The three items in your screenshots wouldn't be possible to place into the sidebar as there's no way to grab that data on every page. Sorry, geros. Hey there, I looked through a lot of the pages but I didn't see this question. I'm new to coding and I wondered what code would be necessary to make the global header have the same background as the side bars? Thanks! The sidebars use the same container classes as the rest of the forum. So if you wanted a container in your global header that also adopted your theme colors like the sidebar does you could use this HTML. I'll joust assume that I am asking too much >_> I only work Sunday - Thursday. I seldom check on this thread on my weekends.
|
|
geros
New Member
Posts: 3
inherit
211402
0
Jul 14, 2014 5:10:13 GMT -8
geros
3
July 2014
geros
|
Post by geros on Jul 14, 2014 5:08:41 GMT -8
Isn't there a general knowledge "useful and nice sidebar information" or something somewhere? xD
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 14, 2014 8:10:32 GMT -8
Isn't there a general knowledge "useful and nice sidebar information" or something somewhere? xD Just about every HTML/Javascript code you can find can be used in the sidebar so I never felt the need to make something like that. Most of the common questions I've gotten are either part of the first post of this thread or part of the FAQ tab of the sidebar's settings page.
|
|
inherit
182540
0
Jan 1, 2017 19:46:17 GMT -8
Julian D
42
August 2012
juliandrachemeyer
|
Post by Julian D on Jul 15, 2014 16:47:48 GMT -8
Hey Brian. Honestly, not sure if the question really goes here, but it does relate to the side bars.
So here's what's going on. If I'm looking at a page with the side bars turned on, if I resize or zoom in the sidebars are given a different priority than the rest of the page. For example, if I zoom in, rather than everything being made bigger and (at some point ) I would have to use the slide bar to move over to see what's on one side or the other, the 'viewing area' is maintained (ie no slide bar for extra 'room'), while the side bars will expand in a way that takes over the content area. Similarly when the window size is reduced, the image area shrinks, squishing the content area (first). Actually the same thing appears to happen on this forum, without the side bars...
What I'm wondering is, is there a way to alter coding so that the side tables, and content area are treated equally, and rather than everything reforming to try to fit into the window dimensions, that it would maintain the integrity of the page, and give the side scroll bar instead?
|
|