Forum Replies Created
Hi,
Done. Here is how:

However, in the next update, we are adding a new option named Site Lock. Using the option you can lock the full site to visitors. They will be able to view the site ( any public or specified authorized pages ) only after signup.
Hi,
Thanks for your patience.
#1. User signup is okay now, the issue was with the plugin, we have fixed it for the next update, I also have added the fix in your site.
#2. May you please point me to where are you seeing the error.
#3. Yes, you can hide admin bar add the following code at the end of your active theme’s functions.php:
add_filter("show_admin_bar", "__return_false");
However, that will hide admin bar at frontend for all users, but if you want to hide admin bar for everyone except admins, please add the following code:
add_filter("show_admin_bar", function(){
if(!current_user_can('manage_options')) return false;
});
Hi,
Okay now, I rechecked the data submission again, found your server is blocking the request when it contains HTML data like <i+class=\"money-check-alt+mr-2\"></i>Complete+Payment. Now, I’ve replaced it with only the text part Complete Payment and it is working fine.
Please send me temporary wp-admin login info in a private reply to check your issue.
Hi,
Sorry for your inconvenience. I’m setting up both myself, please allow a couple of hours.
Thanks
Yes, but we have scheduled to remove post tag support for wpdm totally in the next major release. Please do no use post tag anymore with wpdm. Almost all users are already migrated.
Hello Sir, You’re welcome :). In the last update change, we added the hardcoded text in a PHP file. But, now we are preparing another update with a new email template option so that you can customize it in the way you want. The update will be available within the next 48 hours. Thanks.
Now, I’m using the default template template from wpdm ( Admin Menu ► Downloads ► Templates ► Email Templates Tab ). Yes, it will stay, you can update when available.
No need to edit template, now it will send the package link too.
Okay now. I’ve adjusted it in the newsletter plugin. Your server was not sending emails for HTML formatting issues with email. Now sending email using wpdm default template and it is working fine.
I’m already testing it now on your site, you will get it working or a clear explanation within today.
I just fetched the CRON URL, it showing the email sent successfully. Now, I’ve added your corn URL in https://www.easycron.com with 1 hour interval.
May you please try now and let me know if you are receiving update email
Hi,
I’m testing the issue and preparing a new update for the add-on, please allow another 24 – 48 hours.
I just checked, to send a notification to selected members, you even will not need cron, the email triggers as soon as you publish/update a package. I’ve tested it now, and received update notification properly:

Hi,
Sorry for your troubles, we have fixed the issue, the update is coming within the next few hours. For now, I just updated the function on your site.
I’ve found the issue and an update will be released within the next few hours. Thanks for your patience and for staying with us.
@bgrinter, if you can’t save settings, it may happen due to some server settings, especially in siteground hosting. Please add the following to your site’s .htaccess file to get it to work:
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
Or, you also may contact hosting support.
Here is the solution: