Discussion on Circular Countdown WordPress Plugin

flapynettePurchased

Génial comme petit plugin ^^
Interface administrateur wordpress (3.8.1) très simple d'utilisation et très joli.
Merci beaucoup pour ce plugin ;)

10 years ago
flashblue flashblueAuthor

Thanks!

10 years ago
sneikePurchased

Dear flashblue, The day counter is not working. This is the code: dayBgColor="#949494" hourBgColor="#949494" minuteBgColor="#949494" secondBgColor="#949494" dayCircleColor="#c70000" hourCircleColor="#c70000" minuteCircleColor="#c70000" secondCircleColor="#c70000" and this is the result: screenshot. Please, I need this counter working urgently! :( (also, can we add a background behind the text?)

10 years ago
flashblue flashblueAuthor

It works properly. If the start date is the current day you can't see a red color because there is no a difference.

10 years ago
cls602Purchased

Hello, I'm trying to center the countdown on a page, but after everything I've tried, it stays left aligned. Is there a way to do this within the page editor? Thanks.

10 years ago
flashblue flashblueAuthor

You can look at the deploy folder in the zip file you downloaded here. I added custom CSS and container layer to center it.

10 years ago
sneikePurchased

Dear flashblue, I am putting a circular countdown inside a text widget. It works fine and I like it, But it has a lot of top margin, that looks odd in the whole sidebar. You can see it in this test page. Any solution for this? Thanks

10 years ago
sneikePurchased

Sorry, I don't know how but the margin seems to be gone. You can delete these comments. Sorry

10 years ago
flashblue flashblueAuthor

Ok!

10 years ago
StigmaPurchased

Hi,

How do you add a custom background like in the demo of "MultiColour" Thanks.

Both for the circle itself and the actual background.

10 years ago
flashblue flashblueAuthor

I just added a custom CSS class into preview. You can view it on source/css/preview.css starting in line 194:
.dark-wrapper.multicolor

Also, you can look at JS settings to do in wp-admin panel from deploy/multicolor.html source code.

10 years ago
StigmaPurchased

Hi,

Thank you for the prompt reply.

To be honest I dont know how to add custom CSS, so its a bit frustrating to see it show-cased in the preview but only being able to use it if you know CSS coding.

Just a suggestion but users of wordpress use wordpress for its user friendly interface. I recommend adding a upload background function or something similar.

Is it possible to provide us with a short guide on how to add it. I found where the actual images are stored.

Thanks.

10 years ago
flashblue flashblueAuthor

Some extra work is needed to do it so.

I can do it if you send me wp-admin info.

10 years ago
inetwebguyPurchased

I cant seem to find where to center the countdown using shortcode. The WP post editor wont center it. I saw your reply to the other person asking about the same issue, but I can not see where to do this?

10 years ago
flashblue flashblueAuthor

You need to write your own CSS to center it. I can help you better if you send me wp-admin info and the location of countdown.

10 years ago
inetwebguy inetwebguyPurchased

That would be great, but where shall I send the info? Not here. :)

10 years ago
flashblue flashblueAuthor

Send an e-mail to flashblue80@hotmail.com

10 years ago
ledeucePurchased

Hello,

Is there any way I can put this into a slider like Fusion or revolution?

10 years ago
flashblue flashblueAuthor

You can place it whereever you want. You just need copy shortcode generated in wp-admin panel to another plugin.

10 years ago
juozasPurchased

Hello,

Just downloaded your plugin, but have problem installing it.
I get this message: Warning: Invalid argument supplied for foreach() in /home/vynuogyn/domains/vynuogynobaznycia.lt/public_html/wp-admin/includes/class-wp-upgrader.php on line 688

10 years ago
flashblue flashblueAuthor

It seems like a WP error. Please, use latest version it.

10 years ago
juozasPurchased

My version is latest: 3.9.2.
What else could I do, I really need this plug-in working.

Thank you

10 years ago
flashblue flashblueAuthor

Please, mail me wp login info to look at and fix the error.

10 years ago
valeriademartaPurchased

Hello,

Just downloaded your plugin, but have problem installing it.
I get this message:
Unpacking the package…
Installing the plugin…
The package could not be installed. No valid plugins were found.
Plugin install failed.

my WordPress version is --> 3.9.2

thanks for fast reply

10 years ago
flashblue flashblueAuthor

Please, unzip the main zip you bought. Then, install circularcountdown.zip

10 years ago
juozasPurchased

Did that and still doesn't work. I have sent to your e-mail login info.

10 years ago
nt78seo

how do you pass variables in to the settings?

eg.

var circle_diameter = 120;

$(".countdown").circularCountdown({

//Diameters
dayDiameter:circle_diameter, hourDiameter:circle_diameter, minuteDiameter:circle_diameter, secondDiameter:circle_diameter

});

10 years ago
flashblue flashblueAuthor

You can use global variables as you wrote.

10 years ago
mcguffinPurchased

Is there a way to have it display a message when the time runs out?

I can hack the code if needed.

Thanks

10 years ago
flashblue flashblueAuthor

Yes. You can call an external function by "onFinish" parameter:

function() { alert('Finished'); }

10 years ago
mcguffin mcguffinPurchased

Can you post an example for a text link?

Thanks

10 years ago
flashblue flashblueAuthor

function() {
   document.location.href="http://www.google.com/";
}

10 years ago
mcguffinPurchased

How do you post more than one shortcode on a page? Currently it only shows the first one.

Thanks

10 years ago
flashblue flashblueAuthor

You can add multiple countdowns. Please, send me a test URL as private message via my profile page to see the issue.

10 years ago
DestacadosChile

I put the shortcode in a new page but this don't show me the circular countdown.

In the "div" that have the counter is empty I don't understand.

Can you help me?

10 years ago
flashblue flashblueAuthor

Please, send a test URL as private message via my profile:

http://www.codegrape.com/user/flashblue

10 years ago
thePackPurchased

Love the countdown! There is not an option to center it and was wandering if you could help me with this? I see the other comments about this but can't figure it out.

10 years ago
flashblue flashblueAuthor

Please, send me a test URL to write you CSS style to center it.

10 years ago
thePackPurchased

Great! I sent you a message with the url. Thanks!

10 years ago
vegaliciousPurchased

Love the plugin, but wish there was a way to create more than one countdown clock. I have two pages where I would like to use the plugin, but they are on different time tables and for different purposes. Hopefully it is something you can do in the future.

10 years ago
flashblue flashblueAuthor

You just need to create different shortcodes to use it multiple times.

10 years ago
by in