Igor Benic
Forum Replies Created
-
Hi @tpinkus,
are you using a caching system? In 2.20.0 the paths have changed.
I have tested it and the paths have changed in the code as well. If you are using a caching system, try refreshing the cache.
I am home in several hours so I can take a look then. I did test it on a few sites without issues but there was no caching involved.
Hi @krackers87,
the 2.20.0 now contains newly redesigned form fields which are displaying nicely even on mobile phones.
Hi @almandareo,
the shortcode has been updated in 2.20.0 🙂
Hi @krackers87, thank you for that feedback.
I’ll focus on fixing it in the next update.
Hi @almandareo,
I’ll focus on the shortcode a bit in the next update so I’ll consider that also.
Hi @almandareo,
the “Block Subscriber” feature was now introduced in 2.19.0.
For now, it blocks the subscriber only from the current giveaway.
Hi @jodeleit, I’ve added a setting under Settings > Emails (under Layout). If checked, it will hide the links from the email.
Hi @jodeleit,
I’ll see to add an option to exclude those links if not needed from the email.
I am not sure why the time is not displayed correctly. Could you let me know how timezone and all related time options are set under Settings > General?
Thank you for letting me know about CSV. I should have done that from the start since the non-activated users are not important because they’re not involved.
I’ll look into the German translation part. The translations can also be done here: https://translate.wordpress.org/projects/wp-plugins/giveasap
Forum: Plugins
In reply to: [Live Scores for SportsPress] Live Scores for SportsPressHi @almandareo, that is really weird.
I’ll take a look at the code and what might cause this.
Hi @almandareo,
if a subscriber is blocked, would you consider it blocked for all future giveaways also or just for the one that this subscriber has signed up to?
Forum: Plugins
In reply to: [Change Prices with Time for WooCommerce] Variable productsHi @webitbe, the free version is only for the simple products. The premium one does have that feature.
Hi @ultbit,
if you go Giveaways > Settings > From, you should be able to translate that field right there.
Hi @ultbit,
since we can’t track if something was shared or not (or how much), this was not implemented. This could be implemented to track the click, but if a person just clicks 100 times on it (and then closing the popup), that person would get 100 entries without actually sharing.
Hi @ultbit,
this should be going in the scripts field:
(function($) { 'use strict'; $.countdown.regionalOptions.es = { labels: ['Años','Meses','Semanas','DÃÂas','Horas','Minutos','Segundos'], labels1: ['Año','Mes','Semana','DÃÂa','Hora','Minuto','Segundo'], compactLabels: ['a','m','s','d'], whichLabels: null, digits: ['0','1','2','3','4','5','6','7','8','9'], timeSeparator: ':', isRTL: false }; $.countdown.setDefaults($.countdown.regionalOptions.es); })(jQuery);