Forum Replies Created
Hi,
We are improving buy now option, recoding it from the ground, that’s why we had to keep it disabled temporarily, it will be available soon again.
Hi,
wpdownloadmanager.com doesn’t do anything with those cookies, they are just needed to handle some wpdm functions properly in your site,
- __wpdm_client <-- stores session unique browser ID for session control
- __wpdm_am_cp <-- asset manager file copy status
- __wpdm_fm_move <-- asset manager file move location
- __wpdm_fm_copy <-- asset manager coped file name
Yes, the new code should be:
echo WPDM()->package->shortCodes->packages($params);
Hi,
I tried to check, your site is showing some server error:

Please contact hosting support and let me know when the site is accessible, I shall set up everything there for you.
Hi,
The issue is not with wpdm, it is happening due to your cache plugins, please exclude dynamic pages ( page with parameters ) or download URL ( /?wpdmdl=* ) from the cache.
Thanks.
Hi
Sorry for the delays, we are releasing a new update very soon.
Hi,
If you want all those options to work smoothly, please attach the video from the media library as a URL or use cloud storage like Amazon S3. As, when you are streaming video directly uploading from WPDM. some options may not work due to some server configurations.
Hi,
We tested it from many devices, browsers, and several locations, working fine everywhere, the only remains are to test it from your device. May you please come in a TeamViewer session, so that I can test it from your PC.
The point is how are you reaching the URL https://www.ifiar.org/page/3/?wpdmdl. Manually, you can add any parameter, ex https://www.ifiar.org/page/3/?abcd
Hi,
Sorry, I thought you were a pro user. However, the new update is coming on the next Monday. However, if you want to get it resolved immediately, please send temporary wp-admin login info in a private reply, we shall update it on your site.
Please check now, changed shortcode:
[wpdm_category id="core" toolbar="1" orderby="date" order="desc" items_per_page="1" template="category_image" cols=1 colspad=1 colsphone=1 title=1 desc=1]
@infopanese-it, please download wpdm pro again and update. We have adjusted the issue and released a quick update ( didn’t change the version number yet ).
Hi,
Sorry for your inconvenience. Our dev team is working on the download function. However, I’ve adjusted the pagination issue now and reuploaded the updated zip ( didn’t change the version number yet ). Please download again and update your copy.
Hi,
It will take some time, we shall have to reconfigure the payment option just for this.
manage_options is not required, I’ve adjusted on your site, please check now. Added the following lines in your wp-config.php:
define('WPDM_ADMIN_CAP','create_posts');
define('WPDM_MENU_ACCESS_CAP','create_posts');
Hi,
With the new API, you need to use like this:
//Print file list table echo WPDM()->package->fileList->table(get_the_ID()); //Print file type icons echo WPDM()->package->fileTypes(get_the_ID(), true, 16); //Download link echo WPDM()->package->downloadLink(get_the_ID()); //To get bacis info $package = WPDM()->package->init(get_the_ID()); echo $package->description; echo $package->title;
Detailed API documentation is coming soon.