inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 13, 2014 3:06:48 GMT -8
You would need a code that moves it under there. If you switch what I just gave you to this:
<script type="text/javascript"> $( document ).ready(function() {
$("#extra-title").append('<div class="container" style="width: 280px; margin-top: 10px;"><div class="title-bar"><b>Recent Status</b></div><div class="content cap-bottom"><div id="statusTracking"></div></div></div>'); }); </script>
(Note Wormo might be able to make this neater - and I'm not totally sure if this will work because of how the site's set up.)
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Aug 13, 2014 3:20:24 GMT -8
thank you! i add this new code but what should i change to put it on that place like X,Y
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 13, 2014 3:39:00 GMT -8
It should show where you want it from the start if it doesn't I'd need to see the code and stuff in action to sort it out, as right now I can't see it at all
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Aug 13, 2014 3:42:36 GMT -8
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 13, 2014 3:45:38 GMT -8
Okay I see the problem, where it says #extra-title change it to #extra-cell and see if that works
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Aug 13, 2014 3:47:18 GMT -8
its on the bottom of the banner
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 13, 2014 3:49:07 GMT -8
Last try (sorry I know this is long winded but I'm not familiar with how the code works fully - try changing the #extra-cell to #RT-Master
and HOPEFULLY it works
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Aug 13, 2014 3:50:30 GMT -8
she is out the banner but still stick on it
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 13, 2014 4:09:24 GMT -8
You see this part: margin-top: 10px;
Change the number to something like 30px
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Aug 13, 2014 4:13:15 GMT -8
it works! but the content is invisible and i want the title to be in white and centered, i am sorry if i bother you a little i am a noob!!
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 13, 2014 4:31:01 GMT -8
What do you mean by the "content is invisible"? You won't see any statuses until you post a new one by the profile option (brb frying bacon)
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Aug 13, 2014 4:36:10 GMT -8
tyt i have just post a new one he appears immediately and 2 other status by other member, but when i refresh the page the content disappear!
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 13, 2014 4:39:28 GMT -8
That would be a matter for wormo
As for the other. You see the line where I have the class "title-bar"
if after that you add in this: style="color: #FFFFFF; text-align: center;"
|
|
inherit
212410
0
Nov 22, 2015 4:06:25 GMT -8
mugiwara303
117
August 2014
mugiwara3003
|
Post by mugiwara303 on Aug 13, 2014 4:44:11 GMT -8
ok the title is good, what is wormo?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Aug 13, 2014 4:52:37 GMT -8
Wormo is short for Wormopolis aka the code creator
|
|