There is no option to apply a filter in bulk update. It just updates all packages.
Yes, it is possible to integrate the Email Lock with GetResponse. Noted for implementation. If you want a quick custom solution, please check our custom upgrade service https://www.wpdownloadmanager.com/download/custom-upgrade-service/
1 ) Please check the category permissions. Maybe the user is getting permission from there. Uncheck all roles to control access from package settings only.
http://prntscr.com/oi4qc6
2 ) Sorry, not clear. Do you want to hide categories from the select dropdown when there is no user-accessible package under it?
The category access is applied to download action only.
But you can add the feature you want by using a custom template for /download-manager/tpls/wpdm-add-new-file-front.php
Please check the related doc here https://www.wpdownloadmanager.com/doc/template-files/
If you want to further modify the category archive then create a custom template taxonomy-wpdmcategory.php
and place it in your theme directory. Download one of our free themes and check out the code there.
You can send temporary wp-admin login info in private reply. I will add the customization there.
You can change the text from /wppromembership/tpls/account.php
file. The text is printed on line no 60.
Hi,
Please install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
If you are facing trouble with auto-update, logout, and then login again from your Downloads > Settings > Updates tab. That should fix the issue.
Thanks.
1 ) Copy the /download-maanger/tpls/lock-options/email-lock-form.php
file and place it in the /active-theme/download-maanger/lock-options/email-lock-form.php
location.
2 ) Add the following code at line 11 in the new template file.
$button_label = 'Subscribe to Newsletter';
That should change the button label. And plugin update won’t remove your changes as the new template file is outside the plugin.
When editing the pacakge you will find the expiry date under publishing options in a panel named “Download Availability Period”
You can change the expiry date from there if you want to make those downloads available again.
http://prntscr.com/oi3zyk
Added the following code after line 777 in /download-manager/libs/class/Apply.php
. Now single file download in a password locked package is working again.
$_data['downloadurl'] .= '&ind='.$_POST['wpdmfile'];
We had to change the feature because of the performance issue. Many users were having an issue with the bulk import process due to a limited server resource which was resolved with the new approach.
Instead of using a temporary directory you can just create a folder on your /download-manager-files/
directory and place new files there. Then run the imported on that new folder. Which will reduce the step of deleting the temporary directory.
We will fix this issue in next release. For now, you can replace this code \WPDM\Package::userCanAccess($data['ID'])
with just 1
in /tpls/wpdm-all-downloads.php
file to get the old feature back.
We are publishing a detailed tutorial soon on how to set up social logins. You have to do the setup yourself as it requires access to your social profiles.
Please send temporary wp-admin login info in private reply to check the issue.
Hi,
If you are changing the domain, unlock the key from the old domain. You can do that from your WPDM dashboard or just send me the order id. I will unlock the key.
If you are getting the error without moving the license to another domain, Please install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
If you are facing trouble with auto-update, logout, and then login again from your Downloads > Settings > Updates tab. That should fix the issue.
Thanks.
Hi,
Your key is linked to “comicsjunction.com” Do you want to unlock the key from there?
Note: Order# WPDM5D245CC4DDBC6
Best Regards.
Hi Patrick,
Please install the latest version to fix the issue. Follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
Thanks.
Where are you using this code? You can just write the shortcode in a text widget and place it in your widget area.
Please try clearing the cache if you are using any cache plugin. Also, check the lock options from the Package Settings meta box. Send temporary wp-admin login info in private reply if that doesn’t solve the issue.
WP Pro Membership doesn’t have the bulk import feature. But it is possible to bulk import users from CSV using some plugins i.e. https://wordpress.org/plugins/import-users-from-csv-with-meta/
Pro Membership uses WordPress roles to define membership plans. So, you can easily assign role/plans to the users when importing.
The part of the renewal date and sending reminders is a bit tricky. The plugin uses a custom table to track all these which won’t be populated automatically as the plugin doesn’t support the bulk import. But this is noted for implementation.
About the site, yes, it is a work in progress. But please do let us know if you notice any inconsistency.
I have installed version 4.9.8 there.
1 ) Category selection works fine when you go to edit screen. I tested using a sample package. Please check now if that works for you. If it doesn’t work, send me screenshot pointing out the portion of the edit screen.
2 ) Do you want a date field in the edit screen? Is this something new you want to add?
Sorry for the delayed reply.
JS Table retrieves all packages at once. If there are too many packages your server might fail. I guess that’s what happened in gps
category. The solution is turning off JS table by using jstable=0
in your shortcode.
If you need the search option then the other solution is Directory add-on https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/