I keep getting these warnings:
Warning: Invalid argument supplied for foreach() in /home/customer/www/blackjackreview.com/public_html/wp/wp-content/plugins/giveasap/admin/giveasap-cpt-metabox.php on line 416
Any ideas? Code from PHP file shown below.
function giveasap_prizes_metabox_field_validate( $data ) {
foreach ( $data as $index => $prize_fields ) {
$data[ $index ]['title'] = sanitize_text_field( $prize_fields['title'] );
}
return $data;
}
]]>My customer is using MemberPress and wants to do a contest that picks a random member who is active at the time of the draw.
]]>Hi Igor,
I installed the free version of your plugin on a client’s website on Thursday. We are evaluating it’s features with the prospect of purchasing the pro version.
The Wordfence Security plugin installed on the same site is reporting that your plugin has a security vulnerability. You can see the report details here: https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/giveasap/simple-giveaways-2460-missing-authorization
Can you let me know if you are already working on a fix for this issue and when an update is likely to be available?
Regards, Ian
]]>Hello,
I have several bugs that I have detected using the plugin over the last few days:
I’m at your disposal if you need me to improve this great plugin.
Regards
]]>Is it possible to reward participants for reaching certain milestone (depending on the points attained) at the end of the giveaway. For example:
10 points – $10 gift card, free app, free membership
50 points – $50 gift card, free app, free membership
100 points – $100 gift card, free app, free membership
200 or more points – $200 gift card, free app, free membership
An email is sent to the participant at the end of the giveaway with the details of the reward depending on the milestone reached.
]]>Hi,
I’m French with GMT+1. I didn’t understand why the countdown shown bad count with 1 hour offset.
I checked in my DB and the post_meta end_time was wrong with 1 hour offset.
To fix this bug I had to comment the difference in the code.
if ( ! $timezone ) {
// Get the difference between. Difference will be minus if that time did not happen yet (such as GMT+0 and GMT+6)
//$difference = $wp_current_time – $current_time;
}
It’s not a good solution but it’s work now
]]>Hello,
I have fixed three bugs.
When I didn’t fill in additional prizes or extra-entries I had an error on line 356 of the giveasap-metabox.php file.
I added the following code:
if(isset($this->posted_data[ $name ])){
$this->settings[ $name ] = call_user_func_array( $func, array( $this->posted_data[ $name ], $this ) );
}
I did the same thing for lines 358 and 361
]]>Hello
I have WP Automator and Webhook add-on. Now I want that after every email subscription on giveaway that email is sent through webhook to my custom email service provider. But…when I create actions it seems that is reserved only for users on my website, not guests, or if you want – visitors. We don’t have or offer registration, only visitor-wise content.
Could you clarify this a little bit? Thanx
]]>Hello,
I would like to organize several giveways on my site but I would like that if a user has already participated in a giveway, he can’t participate in the other giveways. Is it possible to automatically block a user’s email address after his email has already been used?
Is this possible in PHP for example from the functions.php?
Thanks a lot!
]]>Hello
Is there any option to participate in the giveaway by registering or logging in via woocommerce rather than the giveaway form?
]]>Hello
Does this plugin support RTL and translation?
Hi
I want to use your plugin for an live event. We dont need the email adress. Only name und phone. I was able to add phone and name in the form settings but i cant delete email. Is it possible to not show the email field in the form? or at least make it not mandatory.
It would be great if we could just switch the email field with a number field for the phonenumber. so also user can only enter the contest with one number. we will select the winner and we will send him an message via phone
thanks
]]>I purchsed a 3 site license and i want to activate it on a second site, but the second site only gives me the option to purchase again. how can i activate with my existing license?
and where is your website where i can manage my account?
]]>Hi,
We have been testing your plugin and looks AWESOME!
Some questions:
1. Can we translate each string (text) to spanish? Or is there any extra plugin you would recommend to translate the front-end? (Your Current Entries, Winner, Prize…)
2. Is there any webhook we can setup to “export” the subscriber’s data? We see the integrations section inside the plugin but a webhook would expand the possibilities.
Thanks a lot!
]]>Can I award points to participants for signing up to the giveaway. For example, award 5 entries for just signing up to a giveaway.
Thank you
]]>Is it possible to reward participants for reaching certain milestone at the end of the giveaway. For example:
10 entries – $10 gift card, free app, free membership
50 entries – $50 gift card, free app, free membership
100 entries – $100 gift card, free app, free membership
200 or more entries – $200 gift card, free app, free membership
An email is sent to the participant at the end of the giveaway with the details of the reward depending on the milestone reached.
]]>Do you have the following entries in your free or pay version?
Follow Instagram
Follow Facebook
Share with friends
Thanks
I′m thinking about buying the pro version but I don′t know how is the process to choose a winner. Can you show me? Is there any place where I can pick in a buttom that said “pick a winner” or something like this?
]]>Hello i want to buy the pro version, but firt i want to be able to use the free plugin without errors, at the moment i have created 1 extra entries to visit a site url but the giveaway display this message and the action doesnt complete:
This action is invalid. No instance.
Can you help me with that? thanks
]]>Hello im trying to display the countdown in my language:
Countdown Localisation
https://keith-wood.name/js/jquery.countdown-es.js
Enter the URL with the script from https://keith-wood.name/countdown.html > Localisation.
I have placed the url but the countdown is still in english, any help?
]]>suggestion: modify GA_GDPR and check it:
if ( version_compare( get_bloginfo( 'version' ),'5.7', '>=' ) ) {
add_action( 'admin_init', function () {
wp_add_privacy_policy_content( 'Simple Giveaways', $this->get_privacy_content() );
} );
} else {
add_filter( 'wp_get_default_privacy_policy_content', array( $this, 'privacy_content' ), 20 );
}
`
]]>Hello,
Is it possible to accept only business email addresses on the form?
]]>Hey!
A critical issue occurs when activating the plugin: An active PHP session was detected.
Because of it, the REST API stops working:
The REST API request failed due to an error.
Error: cURL error 28.
(see screenshot)
If your plugin is deactivated, then both critical error messages disappear. That is, the problem occurs precisely because of your plugin.
Sincerely,
Farid Taziev.
Hiya- Is it possible to remove or turn off the referral feature on this plugin?
Thanks!
Mary
Hi, How can I disable the Simple Giveaways Archive page /giveasap/ ?
]]>Just attempted Plugin Update to version 2.36.3. It broke on my site. I have reverted back to 2.36.0. I get:
Fatal error: Uncaught Error: Call to undefined function sg_show_meta_info() in /home/customer/www/blackjackreview.com/public_html/wp/wp-content/themes/child-2014/giveaways/templates/template1.php:33 Stack trace: #0 /home/customer/www/blackjackreview.com/public_html/wp/wp-content/themes/child-2014/giveaways/giveasap_template.php(192): require_once() #1 /home/customer/www/blackjackreview.com/public_html/wp/wp-includes/template-loader.php(106): include(‘/home/customer/…’) #2 /home/customer/www/blackjackreview.com/public_html/wp/wp-blog-header.php(19): require_once(‘/home/customer/…’) #3 /home/customer/www/blackjackreview.com/public_html/wp/index.php(17): require(‘/home/customer/…’) #4 {main} thrown in /home/customer/www/blackjackreview.com/public_html/wp/wp-content/themes/child-2014/giveaways/templates/template1.php on line 33
There has been a critical error on this website.
]]>Hello, I would like to know how I can remove the button that is the end of the content and directs you to the plugin page of the draw. Gracias
]]>Hello, you have 7 subscriptions on my first day of advertised draw, and only 2 of them appear as registered on my website, the purpose of my sweepstakes is to get registrations and in the future next customers, I would like to know if once the draw is finished, I will lose those register. Thank you
]]>Hi,
I think your should not create post metas ‘giveasap_display’ for all posts. please fix line 457 in updates.php to:
$posts = $wpdb->get_results( "SELECT post_id, meta_value FROM $wpdb->postmeta m JOIN $wpdb->posts p ON m.post_id = p.ID WHERE p.post_type = 'giveasap' AND m.meta_key = '_thumbnail_id' " );
.. and probably do:
$wpdb->query( "DELETE FROM $wpdb->postmeta WHERE meta_key = 'giveasap_display' AND meta_value NOT LIKE 'a%'" );
with the next update.
]]>Hi!
Thanks so much for a great plugin. I am trying to create my first giveaway and running into time problems.
I live in Minnesota, United State CST. I have my WP settings set to this time zone and I am viewing the Giveaway page in this time zone.
In my WP settings > General > Universal time is 2021-02-22 01:29:37. Local time is 2021-02-21 19:29:37. This is correct.
When I go to Giveaway > Scheduling
The format used here is Day-Month-Year
Start Date
21-02-2021
Start Time
00:00
End Date
23-02-2021
End Time
00:00
Winner Announcement Date
25-02-2021
Winner Announcement Time
19:00
Remind subscribers (days)
1
Remind subscribers a few days before the end of the giveaway. Leave 0 to not remind. Example: add 1 to remind users 1 day before the end.`
But on the giveaway page: https://randisadventures.com/giveaway/glamourous-glamping-rv-wall-decor/ it says ENDS:
February 23, 2021 6:00 Am UTC-06:00
Shouldn’t the end date be midnight on the 23rd? (End Date
23-02-2021
End Time
00:00)
The giveaway page says the giveaway ends: WINNER ANNOUNCEMENT:
February 26, 2021 1:00 Am UTC-06:00
Based on my scheduling time set shouldn’t the announcement time be at 2/25/2021 at 7:00 PM?
Thanks so much for your help and support!
]]>