Forum Replies Created
Export the packages, keep ID and access column only, update access column, then import it. When the CSV file contains package ID, it will update existing packages with the same ID instead of creating a new one. Alternatively, you may also use the following add-on to make your life easier:
Hi,
The license key will work with the latest version of wpdm pro.
Please follow the steps to upgrade:
1. Deactivate and Delete the old version Admin Menu ► Plugins
2. Download the latest version from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3. Install and activate the latest version
4. Done! ( The process will not harm your old data/settings )
From the next update, you will be able to use the automatic upgrade as usual.
But if you already have the latest version installaed, please give me temporary wp-admin login info in a private reply to check. It could be your serer firewall blocking wpdownloadmanager.com from validating the license key.
Hi,
You need to go to the file cart page ( https://readymixqatar.com.qa/cart-page/ ) to download the selected files:

@jasonlevandoski, Not yet. However, noted for implementation.
Hi,
The customized pdf.js was causing some strange issue on your site, so I’ve added an alternative view, which is working fine. However, we are checking the issue in details on our side.
You can do that easily with pro version’s integrated template builder ( https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ ). With free version, you need to edit the template file, in that case, please follow step #3 here https://www.wpdownloadmanager.com/doc/template-files/
Also, as I see on your site, you are still using the free version ( 3.0.95 ). Please follow the steps to upgrade:
1. Deactivate and Delete the old version Admin Menu ► Plugins
2. Download the latest version from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3. Install and activate the latest version
4. Done! ( The process will not harm your old data/settings )
From the next update, you will be able to use the automatic upgrade as usual.
As I deactivated everything as they were, everything looks the same as they should be, I’m not seeing any issue on that page. Also, to show the price you need to use base_price instead of price.
Okay, done, actually, the shortcode was not working due to a wrong parameter categories="slug1,slug2,...", there slug1,slug2… should be replated by exiting category slugs, http://smartworkingrevolution.com/member-resources/ is showing fine now, also, there is an issue with one of our add-on WPDMPP - Linked Products, I’ve deactivated it temporarily, we shall release a new update soon.
Thanks.
May I try disabling your other plugin and changing theme temporarily, after tests are done, I shall reactivate them.
Yes, core plugin ( wpdm pro ) is not included with all add-ons. Please purchase it from here https://www.wpdownloadmanager.com/pricing/
Hi,
It is coming like that, as when you copied the shortcode, there also copied an HTML tag <pre>, just had to remove it to adjust the style.

Hi,
To set unlimited download, simply set a big number like 9999999 as the limit.
Hi,
When you have a multi-file package, and a user downloads the package, as you know it creates a zip from the attached files and downloads it. If you have “cache zip” option enabled, when another user downloads the same package, it serves the zipped file created earlier. But if you have the option disabled, every time a user clicks on the download link, it creates the zip again from the attached files, which is required when you attach dir with a package and upload files to that dir using FTP.
However, the option enabled or disabled, it doesn’t delete the created zip, only updating the package will delete the zip.
Hi,
It is showing and working fine now
https://readymixqatar.com.qa/download/wpdm-test/
Okay now. However, here is the explanation:
get_post_meta(get_the_ID(),'__wpdm_additional_previews', true); returns media object ids for additional previews, so code should be like this:
$previews = get_post_meta(get_the_ID(),'__wpdm_additional_previews', true);
foreach($previews as $preview){
$preview = wp_get_attachment_url($preview);
//......
//.....
}
And to get the featured image, user wordpress’s native function the_post_thumbnail( 'full' );
Hi,
As you requested, all of your auto-renewal is already removed.
Added add-on developer license = $349.00 ( re-deemed from your current orders )
Download manager business will be = $179, which you actually need to purchase from here: https://www.wpdownloadmanager.com/pricing/
