inherit
209608
0
Sept 13, 2014 10:38:11 GMT -8
BestInTheWorld
18
May 2014
bestintheworld
|
Post by BestInTheWorld on Jul 7, 2014 3:19:24 GMT -8
I currently have the "Sidebar Redux" plugin install and enabled. Is there any way to get the Shoutbox in the sidebar instead of the bottom of the forum? Thanks!
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Jul 7, 2014 11:24:08 GMT -8
I currently have the "Sidebar Redux" plugin install and enabled. Is there any way to get the Shoutbox in the sidebar instead of the bottom of the forum? Thanks! Hi paste this in a container<div id="move-shoutbox"></div> Paste this in the footer of the redux sidebar plug in
<script type="text/javascript"> $(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); }); </script> <style type="text/css"> .shoutbox.container.full > div { border: none; } </style
|
|
inherit
209608
0
Sept 13, 2014 10:38:11 GMT -8
BestInTheWorld
18
May 2014
bestintheworld
|
Post by BestInTheWorld on Jul 7, 2014 13:08:56 GMT -8
Hoy crap. Thank you so much!
|
|
inherit
217682
0
Dec 30, 2018 18:45:07 GMT -8
firetrucky
42
January 2015
firetrucky
|
Post by firetrucky on Jan 12, 2015 8:57:39 GMT -8
I currently have the "Sidebar Redux" plugin install and enabled. Is there any way to get the Shoutbox in the sidebar instead of the bottom of the forum? Thanks! Hi paste this in a container<div id="move-shoutbox"></div> Paste this in the footer of the redux sidebar plug in
<script type="text/javascript"> $(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); }); </script> <style type="text/css"> .shoutbox.container.full > div { border: none; } </style I have recently inherited the responsibility of moderating our proboard, and one of the things that I am trying to do is move our shot box from the bottom to the left side. I have installed the Sidebar Redux, but that is about all I know to do. I don't understand how to write the code or any thing like that. I was hopping to get some step by step directions on how to do that, or for somone to point me in the right direction! Thanks for any help sent my way
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Jan 12, 2015 11:38:03 GMT -8
Hi paste this in a container<div id="move-shoutbox"></div> Paste this in the footer of the redux sidebar plug in
<script type="text/javascript"> $(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); }); </script> <style type="text/css"> .shoutbox.container.full > div { border: none; } </style I have recently inherited the responsibility of moderating our proboard, and one of the things that I am trying to do is move our shot box from the bottom to the left side. I have installed the Sidebar Redux, but that is about all I know to do. I don't understand how to write the code or any thing like that. I was hopping to get some step by step directions on how to do that, or for somone to point me in the right direction! Thanks for any help sent my way The direction are right there.
|
|
inherit
217682
0
Dec 30, 2018 18:45:07 GMT -8
firetrucky
42
January 2015
firetrucky
|
Post by firetrucky on Jan 12, 2015 13:45:53 GMT -8
I have it going my way now, I was not sure what the container was. I took a guess and got it right!
Thanks for the help!
|
|
inherit
217800
0
Sept 12, 2019 2:48:54 GMT -8
thestanleyparable
184
January 2015
kemaldikkulak
|
Post by thestanleyparable on Jan 16, 2015 14:37:46 GMT -8
Thank you brother! i spent like two hours to make that. and i found this out!
|
|