Forum Replies Created
Hello,
Can you please check our directory add-on here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/, if it fulfills your requirements. Otherwise, you may keep a customization request here with your requirements,
Thank you and regards
Hello @msabahi,
Hope you are well. And sorry for the inconvenience. I have checked that WPDM Newsletter is working fine from my side. I think there may have been a conflict from your side. can you please enable/disable other plugins for checking, you may also switch theme to another for checking, please let me know then
thank you and regards
Hello Fahmi,
Can you please elaborate on these two points?
-Trying to show only certain documents on certain products.
-Trying to show certain documents of those displayed on a certain product for only certain users.
if possible, please share links or examples
Thank you and regards
Hello @shajela,
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @rwickham,
Hope you are well. Can you please manually download and install the add-on?
I hope it will work fine then
Thank you and reagrds
Hello @t2webmaster,
Hope you are well. And sorry for the inconvenience. Export stats is working fine from my side. Please make sure your WPDM Plugin is on the latest version and other add-ons too. And there may have conflict too, can you please enable/disable other plugins for checking, you may also switch theme to another for checking, please let me know then
thank you and regards
Hello @rwickham,
Glad to hear this your problem has been resolved. However, we are still developing and adding new features to our add-on. Our developer will see your issue and implement it thereby. Moreover, you can see our Gutenberg Blocks add-on too,
Thank you and regards
Hello @fahmih96,
Hope you are well. Have you checked our shortcode docs here,
https://www.wpdownloadmanager.com/doc/short-codes/
you shall find various categories of shortcodes from here. please check and let me know
Thank you and regards
Hello @shajela,
The sample.csv file with the latest version 6.0.9 is working fine too from my side. can you please enable/disable other plugins for checking, you may also switch theme to another for checking, please let me know then
thank you and regards
Hi @proudbrands,
Glad to hear this your problem has been resolved. please let me know if you have other queries
Thank you and regards
Hello @dshank,
For category-based discounts, there needs special customization for this feature. you may need to ask for special customization here,
Thank you and regards
Hello @rwickham,
Hope you are well. Has the problem been resolved on your side? I have checked that, the topic has been marked as resolved. please let me know
Thank you and regards
Hello @shajela,
Hope you are well. And sorry for the inconvenience. Have you followed the sample.csv file format structure from here, https://www.wpdownloadmanager.com/doc/bulk-import/, it is working fine from my side with the latest version. if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @wario,
Hope you are well. And sorry for the inconvenience. Can you please tell us which version of WPDM you are using now? if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
For bulk apply page template to the packages, you can use below code snippet in your theme functions.php file,
function wpdm_bulk_update_templates(){
$params = array(
'post_type' ► 'wpdmpro',
'posts_per_page' ► -1,
);
$packs = new WP_Query( $params );
while( $packs->have_posts() ) {
$packs->the_post();
global $post;
update_post_meta(get_the_ID(),'_wp_page_template','page-name.php');
}
}
add_action('init', 'wpdm_bulk_update_templates');
here, update_post_meta(get_the_ID(),'_wp_page_template','page-name.php'); you can use your own page-name for bulk apply
the syntax should be like this,
please check
Thank you and regards
Hi @socialevopro,
Hope you are well. Yes possible, If you are using the free version of WPDM, and using the default template, please edit the link-template-default.php file. you can edit it from download-manager\src\Package\views\link-templates dir. For making backup your file you may follow this doc,
And for related template tags, please check this doc,
https://www.wpdownloadmanager.com/doc/templates/template-tags/
Thank you and regards
Hi @dharbottle,
If you are using this add-on,
For bulk apply page template to the packages, you can use below code snippet,
function wpdm_bulk_update_templates(){
$params = array(
'post_type' ► 'wpdmpro',
'posts_per_page' ► -1,
);
$packs = new WP_Query( $params );
while( $packs->have_posts() ) {
$packs->the_post();
global $post;
update_post_meta(get_the_ID(),'_wp_page_template','page-name.php');
}
}
add_action('init', 'wpdm_bulk_update_templates');
here, update_post_meta(get_the_ID(),'_wp_page_template','page-name.php'); you can use your own page-name for bulk apply
the syntax should be like this,
please check
Thank you and regards
Hello @safaroway,
Hope you are well. please use template tag [page_url] in your link-template if you are trying to get a package link. you may use the code snippet like below
<a href="[page_url]" class="btn btn-info">Download</a>
please check. I hope it may help you
Thank you and regards
Hello @limon-y-kiwi,
Have you taken the backup of changes that have been made in the plugin code and can you please elaborate which changes have you made with the plugin? please let me know
Thank you and regards
Hello @dshank,
You can create a special coupon code for only 25 packages and one for others. Otherwise, you are also capable of a role-based discount apply, from Package Settings > Pricing & Discounts > Role-Based Discount. please check. And for category-based discounts, there needs special customization for this feature. you may need to ask for special customization.
Thank you and regards
Hi @dharbottle,
WPDM Default Values add-on is applicable for bulk apply to make changes package settings options for now. I hope you have understood
Thank you and regards
Glad to hear that your issue has been resolved. If you get some free moments, please give us a 5* here and add your valuable review about our plugin, it will inspire us a lot.
Thank you and Regards
Hello @inbloomdigital,
Please check now, I have adjusted from your theme style.css with the below code
div#tabs > a.udb-item {
display: none !important;
}
please clear your site cache or press CTRL + F5 for your browser if you are using windows for watching the effect
thank you and regards
Hello @inbloomdigital,
Hope you are well. Can you please, give your temporary wp-admin login details in a private reply for adjusting the issue.
Thank you and regards

