please send a temporary wp-admin login info to support@wpdownloadmanager.com with forum post link.
1) Admin Menu Downloads Categories Embed Code column. example: [wpdm_category id=categrory-id ….
2) actually everything mentioned here http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/
but if you facing any complexity. please send temporary wp-admin login info to support@wpdownloadmanager.com to check your issue.
yes, it will be possible from next update as wpdm pro moving to custom post type.
/plugins/wpdm-archive-page/wpdm-archive-page.php
unlocked
done
please install it somewhere accessible from internet and send temporary wp-admin login info to support@wpdownloadmanager.com
actually you simply need to know php a little to do that, its hard to explain every step of code here.
replace
$data = $wpdb->get_results(“select * from {$wpdb->prefix}ahm_files where ($qcids) limit 0,5”, ARRAY_A);
with
$data = $wpdb->get_results(“select * from {$wpdb->prefix}ahm_files where ($qcids) limit 0,3”, ARRAY_A);
Use link template = “Link Template Embedded”.
individual download is useful when you created a package with more then one file and want to allow users to download any single file from that package.
Download limit will apply limit on downloads by a user. If you set 4, then same user will not be able to download the item more then 4 times.
its php code, you can’t directly use it with text widget, but you can use any plugin to execute php code on the fly.
give me the url where you trying this.
please send a non-working url to support@wpdownloadmanager.com
please give me your url to check
yes, you can edit the package and select new template, it will be applied to everywhere you use the short-code
please delete current installation, then install pro again, looks like some file not uploaded properly, finally you can use the add-on http://www.wpdownloadmanager.com/download/copy-to-pro/ to import files from free to pro.
you may wait for next release or please contact customize@wpdownloadmanager.com
ok now, support team cleared your issue.
hide everything will work for category short-code table simply will show notice, but we are adjusting it with next update. Thanks
not for now, that option will be fully activated from next update as wpdm pro moving to custom post type.
thanks ๐
yes, if you don’t use preview image it will return empty url to img tag will look broekn, in that case, you can use [thumb_600x0]
unlocked
make dir /wp-content/plugins/download-manager/cache/
writable and delete all files inside that dir for image issue.
and template looks fine to me. anyhow you also build your own template using template tags. more details: http://www.wpdownloadmanager.com/docs/integrated-templates/
actually its hard to tell without checking. could be a javascript conflict.