inherit
204284
0
Jan 4, 2015 12:48:19 GMT -8
NooBoards
29
January 2014
nooboards
|
Post by NooBoards on Feb 10, 2014 5:51:42 GMT -8
that has to be it.. if you completely delete the plugin, and load it again, does it still show as blank? Nope, it works fine then.
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Feb 14, 2014 9:57:46 GMT -8
Is it possible to make the bg transparent and also, adjust the height and width of it as well? Wormopolis
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 14, 2014 12:31:38 GMT -8
You can do anything you want to it now. The HTML and the CSS are totally open to your trickery
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Feb 15, 2014 8:29:44 GMT -8
Wormopolis, I'm not great with CSS .. but, I think I have got the transparent part of this countdown to work. I have the following placed in one of my boards' headers ... (will eventually go in my main headers). <center><countdown class="countdown" title="Week 1 Deadline:" timestamp="February 17 2014 1:00 PM -8" message="WK1 is now over - any pending games, will be sim'd."/></center> Currently, I have it to where it shows the 'Week 1 Deadline:' .... over the TOP of the actual countdown ... but, how do I get it to show like this: Week 1 Deadline: then the countdown timer here
Again, being that I'm not good with CSS .. could you show the code as to how it should look to get what I'm looking for? Thank you so much!
Board Header: <center><countdown class="countdown" title="Week 1 Deadline:" timestamp="February 17 2014 1:00 PM -8" message="WK1 Deadline is over - All pending games will be sim'd"/></center> Object Format .. I have:<div class="countdown countdown_default"> <div align='center' class='Week 1 Deadline:'><font size='3'>$[countdown_title]</font></div><br> <center><font size='4'><b><span class='countdown_timer'>$[countdown_timer]</span></b></font></center> <div align='right' class='countdown_message' style='display: none'>$[countdown_message]</div> </div>
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 15, 2014 12:11:00 GMT -8
<div align='center' class='Week 1 Deadline:'>
cant have that. that doesnt do what you think it does. if you want them centered in the box
<div align="center">$[countdown_title] $[countdown_timer]</div>
|
|
inherit
180885
0
Nov 16, 2012 15:37:47 GMT -8
clint017
293
June 2012
clint017
|
Post by clint017 on Feb 21, 2014 15:46:44 GMT -8
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 21, 2014 17:10:51 GMT -8
v2.0.1 submitted to library
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Feb 21, 2014 18:29:41 GMT -8
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 21, 2014 23:17:58 GMT -8
countdown in posts caused the gear menu to stop working. only affected the post the countdown was in. I never checked on that but clint found it. if you dont put countdowns in posts you never would even have known.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Feb 22, 2014 12:35:46 GMT -8
new version accepted
|
|
inherit
180885
0
Nov 16, 2012 15:37:47 GMT -8
clint017
293
June 2012
clint017
|
Post by clint017 on Feb 23, 2014 0:38:38 GMT -8
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 10, 2014 12:49:33 GMT -8
time should be 9:00 not 9.00
the countdown object allows you to reconfigure how you want the countdown to look completely. you can put a div wrapped around it, and add a width and border to that div if you want.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Mar 10, 2014 15:13:47 GMT -8
you could do it in the post if you wanted yes, or you can edit the object in the plugin settings.
|
|
inherit
190352
0
Feb 7, 2018 3:14:57 GMT -8
strewth78
118
February 2013
strewth78
|
Post by strewth78 on Mar 31, 2014 2:16:10 GMT -8
did anything happen to the plugin? its been working fine for mw, until this morning… it now says invalid date for countdown, but I havent changed anything. Its worth noting that Im in Europe and the clocks went forward this weekend for daylight savings… could this be a factor?
im currently using… timestamp="april 10 2014 08:00 AM +1"
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Mar 31, 2014 3:43:40 GMT -8
All of sudden when I changed the date in my main headers to April 3rd, it decided to stop working. :/ Not sure why.
Plugin: Countdown Object
This is what's in my main header:
<center><b><countdown class="countdown" title="Week 15 is now OPEN!" timestamp="April 3 2014 12:00 AM -8" message=""/></b></center> <br>
This is what's in the object format:
<div class="countdown countdown_default"> <div align="center">$[countdown_title] $[countdown_timer]</div> <div align='center' class='countdown_message' style='display: none'>$[countdown_message]</div> </div>
I have had the code this way for a couple of months now and what's even stranger -- it was working yesterday .. and this morning it stopped. I think it was when I changed it to April 3.
|
|