Sorry, Not clear.
What issue are you facing with WPDM in production site?
Did you bulk import your packages? Bulk imported packages will get dates from csv file.
Does a new package shows same date?
Please send login info in private reply, if you can’t relate the issue with these questions.
Try disabling output buffering and resumable download from WPDM Settigns Basic File Download Panel.
Please send me the download page link and login info in private reply if suggested settings does not work.
Unlocked your key from old domain. Please try now.
Maybe you are getting notification for add-on, not for core plugin. However, please send login info in private reply if you want me to check it there.
Please send temporary wp-admin login info in private reply to check the issue. Send the package link too.
Levels wont be listed in registration form. Membership level has to be assign from edit user page in admin side.
https://www.evernote.com/l/AUdDvtq23NxEVbayD8XofR3S6WfVIP7iqWsB/image.png
Auto assign of membership levels works when user purchases a premium membership.
Membership plugin doesn’t not have much user faced texts. However, We are working on an update of Membership plugin. It will be fully translation ready.
Hi, No such option available yet. You can use both locks separately not together.
Hi, File cart uses browser storage to handle cart data, so it is not possible to get cart data from another device.
Please send login in private reply to check this issue. It should work if All Visitors is checked in category settings.
Not such option available. But it could be done by adding following line in /download-manager/wpdm-functions.php
file on line no 900, right before return statement.
if($total == 0) $desc = '';
Deactivate and delete old version first. Then install new version.
You won’t lose any data or settings.
This is a permalink issue. Update user dashboard page. No need to change any page content, just updating the page should fix it.
Please send login info in private reply if updating the page doesn’t fix it.
All the editing has to be done in your theme. I see you added a login page link. Use an If else block to generate the link for login or logout based on user’s login status.
Please check this doc https://codex.wordpress.org/Function_Reference/wp_logout_url, It explains how to generate logout link.
Hi, Sent an updated invoice via email. Thanks.
Please send temporary wp-admin login info in private reply to check the issue. Send the page url too, where you have placed the shortcode. Thanks.
Hi, Thanks for reporting the issue. Will fix it in next release.
Please check reply here http://www.wpdownloadmanager.com/support/topic/wp-pro-membership-configuration/
Hi,
Sorry for delayed reply. Please find the answers in same order,
1. There is nothing to do in this step. Allow user to register in your site as usual.
2. Create 2 membership levels eg. X and Y. All package on category A has to be part of Membership Level X and all packages form category B has to be part of level Y
3. After user completed the registration you can review user data in admin area and then assign membership level X or Y
Let me know if you have any other questions.
Thanks.
Hi,
You have to use WP Query for custom post type ( wpdmpro )
Please check the sample code here https://codeshare.io/GqKnX5 (It is from our APP Market Theme )
Thanks.
Hope next version will be released within next week.
Hi,
We will add username with each download log in next release. But if you want you can edit the Download History tab at /download-manager/admin/tpls/stats/history.php
, but in plugin update customizations will be lost. It is better if you wait for the next version.
Thanks.