Hello,
I’ve been using the plugin for a long time, but it’s not working lately. After adding code from the admin panel, I save it and it doesn’t seem to be added.
]]>When the plugin is active, Media section shows icons. But if I try to insert an image, it does not show any and the clock icon runs without showing any image.
Is there another plugin like this, that lets you use a list of keys and only gives one to the user who inserts the correct password or keyword in a form?
]]>Hi. What can I do to hide WP Keys Giveaway from admin contol panel for Editors? They see all codes and they can remove/add them. They see icon of plugin on sidebar. How can I repair it?
]]>If i insert the code in my post the stay ”X” keys left but no button?
]]>Hi
I have installed and configured the list of keys, added the shortcode onto the page and when I publish the page, and click the link to get the key I just see GETTING YOUR KEY, and then nothing, it just stays there. However, if I check the list of claimed keys it says a key has been claimed, it just doesn’t display.
Any ideas?
thank you
Andrew
]]>for my page i need this plugin to connect with comments. the inserted key should not be displayed before a registerd user comments the post where the shortcode is inside.
so i search the web for a solution and find this: https://wordpress.stackexchange.com/a/85160
some hours later i have a working solution for me. for people who needs this also, i want to explain this step by step:
– make a child theme from that you are working on
– make a functions.php file in the directory of the new created child theme
– insert the code from the link above
– edit the file with the following code
$post_id = 1;
to
$post_id = get_the_ID();
return '<p>' . $content . '</p>';
to
echo do_shortcode($content);
function user_has_left_comment( $post_id = 0, $user_id = 0 ) {
to
function user_has_left_comment( $post_id , $user_id = 0 ) {
– after that you create a giveaway with the option “Only logged users can get keys.”
– copy the shortcode (for example [keys id=1]
– make an new post and insert this:
[membervip]
[keys id=1]
[/membervip]
(change the id with your id!)
– after that, only a registred user who comment the giveaway post will get a key from your giveaway
i hope i can help some of you with that. as thats my first steps with php, i cant give you really support if somesthing not working. try this on a test site before you make this productive!
]]>How can I add survey feature to it.
ie : before giving key , connect to adworkmedia/adscendmedia content locker gateway. after completing survey , show the key to users.
How can I add above feature.
]]>When I upload 30,000 codes it will not dispense a new code. No error is thrown. Also is there a way to tie the code to the username and instead of an IP? Or limit the downloads to amount of codes per IP?
]]>