inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Apr 29, 2014 4:07:30 GMT -8
Todge What about adding it to custom pages??
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Apr 30, 2014 8:28:45 GMT -8
Todge What about adding it to custom pages?? I've not used custom pages, so I'm not 100% sure how this would work, but try putting this somewhere in the header.. <div id="RT-parent" style="position: absolute; $[plugin.settings.left_or_right]: 0px; display: none;"> <div id="RT-Master" class="container"> <div class="RTTitle-Bar" id="announcement-title">Announcements</div> <div class="RTCell" id="announcements-cell"></div> <div class="rtcell-spacer"></div> <div class="RTTitle-Bar" id="recent-threads-title">Recent Threads</div> <div class="RTCell" id="recent-threads-cell"></div> </div> </div> The plugin 'should' pick it up and add the threads.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on Apr 30, 2014 23:42:02 GMT -8
Todge I'm having some trouble with the spacing and the borders with the plug-in. here's a screenshot: the box that says "Find Us" and the box the 2 blank boxes below are using the Sidebar Redux plug-in and the Recent Threads is of course yours. do you see how the the first 3 boxes have a white border around them? how do i get that border around the "Recent Threads" box as well (the border is around the "Recent Threads" container but not the recent threads gray box itself)? also as i mentioned before, the spacing is off and i have no idea how to fix it. help please ;__;
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on May 1, 2014 14:48:06 GMT -8
Can you please post a link to you forum and I'll take a look.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on May 1, 2014 15:30:17 GMT -8
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on May 1, 2014 15:47:56 GMT -8
Thank you..
In the setting tab in the plugin, add this to the CSS..
#recent-threads-cell { border: 4px solid white; border-top: 0px; }
#recent-threads-title, #recent-threads-cell { position: relative; top: 15px; }
And change the '15px;' number to a value that better suits your forum.
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on May 1, 2014 15:58:11 GMT -8
That worked perfectly! Ahh, you're amazing. thank you! EDIT: Todge I have another question. is there a way to center the title of the bar ("Recent Threads") without moving the alignment of the other boards i have on the left side ("General" "The Studio" "The Sandlot")? EDIT 2: i have another question, sorry. i'm trying to use the "Extra Cell" box but it's doing what the Recent Threads box did before, meaning it just sticks to the box above it with no spacing. i've tried fooling around with the coding but it only made things worse or made the box disappear. EDIT 3: and also how do you change the color of the links.
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on May 2, 2014 7:46:42 GMT -8
Um well yes it worked but does this mean I have to manually add it to every page? That would be truly painful I have a lot.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on May 2, 2014 17:03:38 GMT -8
Um well yes it worked but does this mean I have to manually add it to every page? That would be truly painful I have a lot. Try putting the code in the Global FOOTER instead.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on May 2, 2014 17:14:40 GMT -8
That worked perfectly! Ahh, you're amazing. thank you! EDIT: Todge I have another question. is there a way to center the title of the bar ("Recent Threads") without moving the alignment of the other boards i have on the left side ("General" "The Studio" "The Sandlot")? EDIT 2: i have another question, sorry. i'm trying to use the "Extra Cell" box but it's doing what the Recent Threads box did before, meaning it just sticks to the box above it with no spacing. i've tried fooling around with the coding but it only made things worse or made the box disappear. EDIT 3: and also how do you change the color of the links. Replace this, which I gave you before.. #recent-threads-title, #recent-threads-cell { position: relative; top: 15px; } with this.. #recent-threads-title, #recent-threads-cell, #extra-title, #extra-cell { position: relative; top: 15px; } #recent-threads-title, #extra-title { text-align: center; } #recent-threads-cell a { color: red; }
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on May 2, 2014 17:31:21 GMT -8
Thank you, that fixed everything.
|
|
wint
New Member
Posts: 1
inherit
208786
0
May 3, 2014 2:32:29 GMT -8
wint
1
May 2014
wint
|
Post by wint on May 3, 2014 1:32:27 GMT -8
HI, I already install the plugin but nothing appear in my forum. Any setting i need to do before?
|
|
inherit
201610
0
Dec 22, 2016 12:52:06 GMT -8
pika1995
74
November 2013
pika1995
|
Post by pika1995 on May 3, 2014 13:04:04 GMT -8
sigh it's me again. but this time my problem isn't that big - i just need to know how to resize the text within the boxes. and by text i mean "by" or using another example the text in the extra cell box.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on May 3, 2014 16:00:25 GMT -8
sigh it's me again. but this time my problem isn't that big - i just need to know how to resize the text within the boxes. and by text i mean "by" or using another example the text in the extra cell box. Add this to the CSS.. #recent-threads-cell, #extra-cell { font-size: 20px; }
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on May 3, 2014 16:01:32 GMT -8
HI, I already install the plugin but nothing appear in my forum. Any setting i need to do before? Could you please post a link to your forum. Thank you.
|
|