I am able to create a post via Rest JSON API but the media file or image sent via rest are not visible either on site nor get added in media files on WordPress media library for my site. Kindly suggest a way to create_post with media/image/video attached to it using your JSON API Plugin. Can you please provide me some examples on post using media file attached using JSON API asap.?
]]>Hello all,
i try to make the counter responsive, but find it difficult to debug it while the jquery is running. When i stop the Counter in Chromes Dev Tools, i dont see the css changes anymore. Can you share your method of debugging (with firebug or chrome) cssable countdown and maybe also a best practice to make this plugin responsive.
thank you.
Z.
Hello, thanks for the great plugin!
Is it possible to loop the timer every 24 hours, so if it expires it should automatically add 24 hours until it expires and repeat this every day.
Thank you
]]>I have read the thread about the language problems in earlier versions.
Now i have WP 4.2.2 with plugin version 1.5 installed.
Unfortunately i cant seem to find a way to get german labels below the conters.
Any help is much appreciated!
]]>Hi
I would like for expirytext=” ” to contain HTML code such as an iframe with and embedded ticket purchasing widget. It doesnt appear to be parsing html correctly. is there a setting or config I can tweak to make this happen?
example:
[countdown date=”06/13″ time=”16:36:00″ display=”text” expirytext=”<div style=”width:100%; text-align:left;” ><iframe src=”//eventbrite.com/tickets-external?eid=17239163303&ref=etckt” frameborder=”0″ height=”523″ width=”100%” vspace=”0″ hspace=”0″ marginheight=”5″ marginwidth=”5″ scrolling=”auto” allowtransparency=”true”></iframe><div style=”font-family:Helvetica, Arial; font-size:10px; padding:5px 0 5px; margin:2px; width:100%; text-align:left;” >Powered by Eventbrite</div></div>” format=”DHMS”]
Hello.
Is it possible in the plugin to specify a time server?
The fact is that if the user will adjust the time by 1 day, the timer will be increased by 1 day.
]]>Hi there,
I’ve inserted the following shortcode: [countdown date=”08/28/2015″ display=”compact”]. However it does change the layout of the text, even if I change the display to different views.
Doing anything wrong?
The website is https://www.daudoandelena.com/.
Thanks!
Hugo
Is there a way to have the countdown reflect the timezone of the user/visitor and not the timezone of the WP install?
]]>I want to load the date and time from a record i have in the Database. Now i’m wondering if it is possible to change the default date/time if set in the plugin. And how could i use the shortcode to display the default values?
I don’t mind doing a little coding here and there, but i just can’t seem to figure out how to do this. I’ve also tried several other Countdown widgets, tried customising code and playing around with PHP values in shortcodes.
Any help would be much appreciated ??
]]>I am in timezone “-5” (Eastern) and the countdown time is correct as long as the time remaining is > 5 hours. If the page loads when the countdown time is less than 5 hours, the expirytext displays.
The countdown will continue to display correctly if it starts greater that 5 hours. In this case, when it reaches 5:00:00, the countdown will correctly go to 4:59:59 and continue to count down. But if the page is then loaded (or refreshed) when the countdown is less than 5 hours, the expirytext shows.
I am using the shortcode:
[countdown date=”2014/12/18″ time=”15:00:00″ timezone=”-5″ display=”default” format=”ydHMS” direction=”down” expirytext=”Event has begun!”]
Carl
]]>Hi @dmonnier,
I have the following issue:
Is there a way that timer will not start countdown again from the beginning (reset) after the page is refreshed or reloaded?
Many thanks in advance!
]]>I use your plug directly in a page not as a widget but I have some questions.
I made some changes in plug files to adjust to my specific situation.
Can you tell my ,how I can change time display to add more space between : hours, minutes etc.. or add sign ‘:’ between them.
Regards
Q
Is there a way to start counting in the negative once the established date is reached, or does it do this automatically? The idea is to see how many days past due you are. Thanks for your help with this!
]]>Thank you so much for this plugin. Really great. Using it here on our development site, soon to be live: https://dev.enactus.org/
Is there anyways to always have default two digits using the shortcode, specifically for the seconds column for alignments sake?
]]>hi
i want to change time format to: format=”SMHD”
but not work!
can you help me?
Dear dmonnier,
I have installed the cssable-countdown plugin and encountered the following Fatal error. Do you have any idea what happened? Any thing I can do to remove the cssable-countdown plugin?
Fatal error: Cannot redeclare my_enqueue() (previously declared in /home2/faichau/public_html/crazyformiles.com/wp-content/plugins/banner-upload/banner-upload.php:122) in /home2/faichau/public_html/crazyformiles.com/wp-content/plugins/cssable-countdown/CSSable-Countdown.php on line 154
Thanks.
Fai
Hi there! New to all things WordPress but can make my way around. I have used your countdown timer on my side bar (easy peasy). But I want to add it to a page instead. (our home page, in fact). I would love to just get the code of the one from the side bar, as it is perfect the way it is, but I don’t know how to do this. Or if there is a way to drag and drop the widget onto the homepage like you can to the side bar, even better. But I have yet to find a way to do that….
Thanks for any help you can provide this newbie.
]]>how to make 01, 02, 03 … 09 seconds (minutes, hours, days) instead of 1 2 3 … 9 seconds (minutes, hours, days)?
And can you give an example of beautiful design styles for the timer?
]]>This is an example shortcode:
[jcountdown timetext=”2015/8/1 15:31:20″ timezone=”1″ style=”flip” color=”black” width=”0″ textgroupspace=”6″ textspace=”0″ reflection=”false” reflectionopacity=”10″ reflectionblur=”0″ daytextnumber=”3″ displayday=”false” displayhour=”true” displayminute=”true” displaysecond=”true” displaylabel=”true” onfinishredirecturl=”http%3a%2f%2flocalhost%2f”]2015/8/1 15:31:20[/jcountdown]
And I need to get the expiry date from a custom field, this can be done with the following code:
get_post_meta(get_the_ID(), “clpr_expire_date”, true);
In fact to me more specific to pass such custom field value to an external variable, you can do this:
<?php
$expiryDATE = get_post_meta(get_the_ID(), “clpr_expire_date”, true);
echo ‘Expiry date : ‘.$expiryDATE;
?>
Example Output>> Expiry date : 2014-12-31
Now as I’m not a programmer, the following code does not seem to work, can you help me get this to work, step by step?
<script type=”text/javascript”>
$expiryDATE = get_post_meta(get_the_ID(), “clpr_expire_date”, true);
</script>
[jcountdown timetext=$expiryDATE” 15:31:20″ timezone=”1″ style=”flip” color=”black” width=”0″ textgroupspace=”6″ textspace=”0″ reflection=”false” reflectionopacity=”10″ reflectionblur=”0″ daytextnumber=”3″ displayday=”false” displayhour=”true” displayminute=”true” displaysecond=”true” displaylabel=”true” onfinishredirecturl=”http%3a%2f%2flocalhost%2f”]2015/8/1 15:31:20[/jcountdown]
Another thing i have a third party plugin installed called php widget, so i could execute php code in a widget if is needed.
Thank You
]]>There seems to be an issue with your plugin, it broke 2 of my sites multiple times during activation.
Errors below:
Fatal error: Cannot redeclare my_enqueue() (previously declared in /home/site1/public_html/mysubdomain/wp-content/plugins/cssable-countdown/CSSable-Countdown.php:154) in /home/site1/public_html/mysubdomain/wp-content/plugins/cssable-countdown/CSSable-Countdown.php on line 154
Fatal error: Cannot redeclare my_enqueue() (previously declared in /home/site2/public_html/wp-content/plugins/cssable-countdown/CSSable-Countdown.php:154) in /home/site2/public_html/wp-content/plugins/cssable-countdown/CSSable-Countdown.php on line 154
I had to remove plugin via ftp in order to restore access to sites again.
Line 154 in my case seems to be a blank line after:
‘lang’ => get_bloginfo(‘language’),
Strange there is no other reports about this as it happens on both sites, I’m wondering if this could be caused by some other plugin.
for example: Speed Booster Pack or Autoptimize, which tweak around with CSS and JS….
I would like to try out this plugin, Any ideas how to fix this issue?
]]>hi, is it possible with this plugin to achieve dynamic page which has timer counting down to some parameter defined in URL?
Like if I have the default countdown on the page https://example.com and if this page is called as https://example.com?deadline=14-05-30 – then the countdown will get it and reconfigure itself to showing countdown to that specific date.
I want to have dynamic page for offers sent to my email subscribers, and my email system allows me to put different dates into URL in the email, but it need to be picked up on the page side.
]]>Hi, Can I call in this to work in my template?
]]>Hello!
Great plugin!
I’m hoping to have <span class=”countdown_desc”> appear above <span class=”countdown_show5″>
such that the event description appears before the timer.
How would I do this?
]]>I am very new to wordpress and this is the first plugin I am trying to customize. I’m having difficulty finding the CSS files to add my own CSS to. I can’t find them in the dashboard. Could I get more details on how to do this in the dashboard?
]]>Hi there,
I’m not actually using any version at the moment. Although I am looking to host with Dreamhost. I’m looking for a plugin that counts down the time users have left before their subscription expires, for multiple users. To clarify: When a member logs into my site, they will see a timer that lets them know how much time they have left before their subscription expires.(Days, hours, minutes, seconds.)
Have looked and looked, and this is the closest I have come so far. Is your plugin capable of this?
Thanks a bunch.
]]>how do i insert the countdown in a theme file without using shortcode? is there a line of php code?
please advise. thanks in advance!
]]>Hi! This is a great plug in that I’m working to adapt for my site.
Quick question, how can I make the countdown timer display inline, rather than having it display below a line of text?
For example, I would like to see:
This offer expires in: 8 Days 2 Hours
— and not —
This offer expires in:
8 Days 2 Hours
Thank you for the help!
]]>Can I set the timer for 10 minutes depending on when a particular visitor arrives?
]]>Great Plug in!
Personally, I think milliseconds would be a great addition in the future. Also, the ability to create a static countdown that restarts on a page reload.
Let me know if these features already exist.
Thanks.
]]>I would like the font to match my theme. Is there a way I can do this? Or at least use Arial.
Our site is https://www.tfpby.org