Igor Benic
Forum Replies Created
-
Hi @ultbit,
the script I am using is this one: http://keith-wood.name/countdown.html
You can check if your language is translated there by going to the tab “Localisation”. Then scroll down to “Localisations” and click “Show all” to see all the available ones.
You can let me know which one is it so I can include it in the next update. But before the update, you can paste the code they’ve put there inside of Giveaways > Settings > Scripts in the Footer.
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] variable productsHi @mtibbits,
try it now. Also, be sure to deactivate the free one.
Premium version support is done through email so you can send me further requests from ibenic.com/contact
Best,
IgorForum: Plugins
In reply to: [Change Prices with Time for WooCommerce] variable productsForum: Plugins
In reply to: [Change Prices with Time for WooCommerce] Time value (hours, minutes)Hi @schaussi, this was added now in 1.1.0
Hi @almandareo, last time it happened it displayed them without me interfering with it so it might be something like a caching issue or similar?
If the giveaway has the statuses Winners Chosen or Winners Notified, and there are winners, it should display them. That’s the only logic behind displaying the winners.
I guess it could be something like a cache issue.
Hi @siyawp,
it would be great if you’ve opened a support ticket for your shortcode issue so I could help you. What kind of customization would you expect to make on the default page?
For header and footer, it accepts only scripts, no HTML so that might be the issue there. I am considering enabling the whole HTML in there.
Thank you for rating this plugin 🙂
Hi @almandareo,
yes, the activation is only to reduce any chance of a bot winning that has entered the giveaway.
you can now with 2.17.3 add this to your theme’s functions.php to disable the hide/show content button:
add_filter( 'sg_use_content_hide_button', '__return_false' );Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] variable productsHi @killertunes, I’ve contacted the moderator team about your request.
Hi @almandareo,
the winner email does not use the {{ENTRY_LINK}} placeholder. I can put it there if you would need it. I did not see a reason for that being there since it’s an email containing instructions on how to receive the prize.
The {{ACTIVATE_LINK}} must be used with the option Activation turned on in the settings. When that is active, the user won’t be able to win until he/she clicks on the link to activate.
Hi @borismahovac,
2.17.2 should fix this 🙂
Forum: Plugins
In reply to: [Live Scores for SportsPress] Help with language translationHi @ozgurgedikli,
sorry for such a late response.
I’ve requested the Polyglots team to add you as an editor for this plugin so you can approve your translations.
Forum: Plugins
In reply to: [Live Scores for SportsPress] 400 ErrorHi @jakelovelock,
sorry for a late response. Yes it could help 🙂
Forum: Plugins
In reply to: [Live Scores for SportsPress] 400 ErrorHi @jakelovelock, I’ve tested it out and it seems fine to me.
Do you have a security plugin enabled that might block requests to admin-ajax.php?
I have cases where WordFence has blocked some of the requests to admin-ajax.php because the parameters sent to that file were not registered as safe.