Add following code in /download-manager/admin/menus/class.BulkImport.php file to bulk update category,
foreach($drow['category'] as $index ► $term){
if(term_exists($term, 'wpdmcategory')){
$eterm = term_exists($term, 'wpdmcategory');
$drow['category'][$index] = $eterm['term_id'];
}
else {
$tinf = wp_insert_term($term, 'wpdmcategory');
if(is_array($tinf) && isset($tinf['term_id']))
$drow['category'][$index] = $tinf['term_id'];
}
}
$ret = wp_set_post_terms($post_id, $drow['category'], 'wpdmcategory' );
https://www.evernote.com/l/AUeVBIMSxHhFXo–3Y5eZ-jsCN2c12G6v8sB/image.png
So, It is working now? Let me know if still having an issue.
Please install the latest version of Download Manager to fix the license key issue. You can download it here https://www.wpdownloadmanager.com/user-dashboard/purchases/
Please try now.
If you are indicating the use of the same package in different pages and posts, then you just have to change the package data ( From Edit package page ). No need to go through all pages where you have put the shortcodes.
There is an option in Downloads Settings Basic Upload Settings to overwrite old files when uploading a new file. If a file with the same name already exists then it will be overwritten by the new file.
https://www.evernote.com/l/AUcCjgT4zUFIAqBHvt5jGa2Emph7P8Roir4B/image.png
Please send temporary wp-admin login info in private reply to check the issue.
Unlocked your key from the old domain. You can apply it on new domain now.
Please send me your license key in private reply.
Yes, a custom pdf viewer will be used. No flash required. We will hide download button which is visible in browsers’ pdf viewer.
https://www.evernote.com/l/AUeAhhERHw5AeaYDnl8A83YpBlb6QQNhaMUB/image.png
Yes, 4 Hours = $300
Please use the following URL to complete the payment ( select USD as currency if it is set to something else ),
https://www.2checkout.com/checkout/purchase?sid=1560048&quantity=4&product_id=4
Please send temporary wp-admin login info in private reply to check the issue. There shouldn’t be such error. get_avatar_url is a core WordPress function.
Hi,
Unlocked your key from staging sites. Please try now. If still getting the invalid key error, then it means you are using an older version of WPDM. Please update Download Manager in that case. You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/purchases/
Thanks.
I didn’t check portfolio post type code ( theme or plugin ) as it is coming from another plugin or theme. If the issue was related to WPDM I would have provided you a solution for that.
Are you using wpdmpro.po file for translation source? I see the string Send Download Link To in that file on line 1791.
You have to edit your theme’s single.php again for that. Do not load sidebar layout if you are on download page using the code above. Also, make the content area full page. Your theme provider can help you about this.
Sorry, not clear. Can’t you use browser back button to go back to the previous page?
Please send temporary wp-admin login info in private reply to check the issue.
You can use this email address support@wpdownloadmanager.com for temporary user. Keep it activated, I will check at my earliest possible time.
Looks like something is wrong with your portfolio post type. Shortcode works fine in other custom post types. I tested it on FAQ post type too.
Hi,
Email Template Editor add-on has some compatibility issues with the latest version of Pro Membership core plugin. We are working on it. The updated version of the add-on will be released soon.
Thanks.
It is not possible to remove that line without editing plugin code. If you want you can remove that from /download-manager/libs/class.PackageLocks.php file ( around line 329 )
1 ) Yes, you have to put the file again under language dir
2 ) Please send me temporary wp-admin login info in private reply to check link template issue.
Please download a fresh copy from here https://www.wpdownloadmanager.com/user-dashboard/purchases/
Your downloads and settings are still there. After activation, all old downloads will work as usual.
Hi,
Looks like it is possible to remove download and print buttons using a custom pdf viewer. But it requires some extra work to modify the viewer library. So, This task will require total 4 hours of customization. Let me know if you want to proceed. I will send you payment link after getting your confirmation.
Thanks.