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.
Yes, it is explained here:
[wpdm_category] – Query All Downloads From One or More Categories
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.
Updated dropbox add-on, it is fixed now.
Hi,
It looks like parse_url
function is not working properly in your server, please give me temporary wp-admin login info to check your issue in detail. However, we also added an exception handler there for that next update. So, nothing to worry about :).
Anyone having this issue, please deactivate and reactive the plugin, that shall resolve it.
Please keep Show Buy Now option
disabled, we are redesigning the feature. Regular checkout is fully functional. And, please deactivate and reactivate the plugin, which will resolve any order creation issue.
We have fixed the issue and released an update. Please update the premium packages plugin,
Please give me temporary wp-admin login info in a private reply to check your issue. Probably your server firewall is blocking the request.
Please try now.
It looks like, WPDM download link is working fine. But, not sure, how WC is handling it. It stopped worked probably due to any changes in WP updates.