Forum Replies Created
Yes, that is probably happening due to their server config, as no other server having like that.
Probably that’s due to their security rule, failed login attempts responding with 403 status code.
I’ve added the following javascript code to handle error response:

Shortcode support for the new tags will be available from the next update.
Hi,
We added custom taxonomy ( tags ) form wpdm, as lots of users are asking for that, because post_tags are missing with regular posts and wpdm packages. However, we shall add the old tag import option within next week.
Hi,
It is happening due to your theme. I tested with another theme and it is working fine.
Hi,
To reinstate old tags, please add the following line in your wp-config.php:
define('WPDM_USE_POST_TAGS', true);
Hi,
Please give me temporary wp-admin login info in a private reply to check your issue.
Hi,
As I found, you actually were using the pro version, now you moved back to the free version, that is why the issue was happening, however, I’ve adjusted it. Also, your pro order is expired, please renew your order to get the updates.
Okay, I got it now, you are facing the issue with the login link, due to the css classes wpdm-download-link wpdm-download-locked, I’ve removed those classes and it should work as a regular link.
I’m not seeing any wpdm shortcode on those pages, please give me the exact package URL where I can check the expiration date issue.
Hi,
I’ve fixed the issue, updated on your site. Also, this will be available with the next update.
You actually need to do that using cols and colheads parameter with the shortcode, as it is explained in the docs. However, send me temporary wp-admin login info, I shall set this up there for you.
Hi,
As I see from your screenshot with your first post, the notice is coming due to expiration date setup here:

Please remove that date, that will make the download available again.
Yes, you can do that by modifying the shortcode parameter. You can specify the colums you want to show in shortcode parameter, please check the doc:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
Hi,
Here are the answers to your questions:
#1. Yes, please use redirect=[URL] parameter with the login form shortcode to redreict the user to any specific [URL]. Doc: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_login_form-user-login-form-short-code/
#2. Sorry, not clear, may you please explain little more.
#3. Here is the doc: https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/
Please uncheck the terms lock from the lock option. But. if you want to use terms lock too, fill the info properly there.
I just checked. It looks like you already configured everything properly. Now, all subscribed from the email lock should go to your selected cc list Sweepstakes.
I’ve added the following js code to fix the dropdown conflict:
<script>
jQuery(function($){
$('.btn-clps').on('click', function(){ $($(this).attr('href')).slideToggle(); });
});
</script>
Use the following css to hide the blue box shadow:
.w3eden .btn-primary:not(:disabled):not(.disabled):active:focus, .w3eden .btn-primary:not(:disabled):not(.disabled).active:focus, .w3eden .show > .btn-primary.dropdown-toggle:focus {
box-shadow: none !important;
}
If you want to remove the title link, any other info in the template, that can be done by editing the link template ( https://www.wpdownloadmanager.com/doc/templates/ ), however, I’ve adjusted it for you.
@spartaco, you have the free version installed on your site, email lock is a wpdm pro ( https://www.wpdownloadmanager.com/pricing/ ) feature.
Here is how you need to enable email lock:
I think you already know how. And you need to configure constant contact from wpdm settings:

However, if you still need help with the setup, please send me wp-admin and constant contact login info.
Please send me temporary wp-admin login info in a private reply. Seems like archive page add-on is not even activated there.