Forum Replies Created
Hello,
There is two email template available after purchasing premium packages,
Purchase Confirmation ( To: Customer ) purchase-confirmation
and also have Purchase Confirmation – Guest ( To: Customer ) purchase-confirmation-guest
Are you facing a problem with this? please let me know
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 @ikram_dirujii,
Do you want the design only on the mobile device? please let me know. I think you can also do it by customizing the page template too. please check
Thank you and regards
Hello @larrymorrison943,
I have checked your issue. your download is working fine here now,
https://excelsiuscapitalgroup.com/download/wpdm-test/
But for some other downloads, the browser is spinning. I think for downloads file path is not getting properly. Instead of file URL attach, can you please use attach the file through Select From Server option. I hope it will work fine then properly
Thank you and regards
Hello @nguyenhung,
I think I have found your issue, the conflict was made between the HTTP version, the frontend is secured but the backend is not. please check my attached image,
after adjusting this option, I hope your problem will be resolved. please check
Thank you and regards
Hello @lethalclarke,
For #1, yes, for this link, https://demo.wpdownloadmanager.com/wpdmpro/ready-to-use-templates/, some templates are available in the PRO version
For #2, yes, for hCaptcha you may keep a feature request here, https://www.wpdownloadmanager.com/support/forum/download-manager-pro-feature-request/
For #3, yes, Open in new window feature option is available in the PRO version
For #4, Can you please Enable/Disable Style & Script from Downloads > Settings > User Interface for adjusting the issue, please let me know then
Thank you and regards
Hello @larrymorrison943,
Hope you are well. And sorry for the inconvenience. can you please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Sorry for the inconvenience. Can you please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @aloette1978,
Thank you and best of luck
Hello @ccbfdrc,
Thank you and regards
Hello @ikram_dirujii,
Can you please try both this plugin,
https://wordpress.org/plugins/bulk-edit-post-titles/
please test before replacing. I hope they may help you
Thank you and regards
Hello @ccbfdrc,
Hope you are well. Have you checked out our this add-on and demos? https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
and For any customization request, please check this link,
THank you and regards
Here in shortcode parameter login=1 parameter has been used, please check my attached image
so it shows only the login form, please check
And for issue #2, The download packages are showing Back To the list message, I can’t view the package details. Can you please elaborate n this issue? please let me know
Thank you and regards
Hello @hheim,
Can you please tell us, which shortcode you are using here, https://dumberger-bau.de/downloadliste/, are you using the login=1 parameter here?
And For issue #2, can you please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @magi,
Can you please share the related URL? if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @magi,
Hope you are well. For displaying all categories except one, you can check this shortcode,
Here is a parameter called xcats, you can exclude certain categories. please check
Thank you and regards
Hello @nguyenhung,
I have just tested from my testing site. It is working properly with sale-notification(admin) and sale-notification-seller(author). 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 @lightwavin,
Have you updated your version to the latest? if the feature till not working, please let me know
Thank you and regards
Hello @ikram_dirujii,
Please use the below code in your theme functions.php and load any page.
add_action('init', 'wpdm_bulk_update_package_title');
function wpdm_bulk_update_package_title(){
$loop = new WP_Query( array( 'post_type' ► 'wpdmpro', 'posts_per_page ' ► -1 ) );
if ( $loop->have_posts() ) :
while ( $loop->have_posts() ) :
$loop->the_post();
$pid = get_the_ID();
$title = get_the_title();
$title = str_replace('.zip','', $title);
$package_update = array(
'ID' ► $pid,
'post_title' ► $title
);
wp_update_post( $package_update );
endwhile;
endif;
wp_reset_postdata();
}
Wait a bit and then remove the code.
That will bulk update the package title by removing .zip from name. please check and let me know, if it works for you
Thank you and regards
Hello @juan_ateb,
Sorry for the inconvenience. please, give your temporary wp-admin login details in a private reply for checking the issue
Thank you and regards
Hello @opalhe,
You can’t do work with liste fiches template by shortcode or template tag. But it is a page template name, you can directly use it from your Edit Packages > Package Settings > Page Template: section. Thus the package will get an appearance. please check. For getting more knowledge about templates, please check this doc,
For Gutenberg block usage you can check this add-on,
Thank you and regards
Hello @ivanturatti,
Hope you are well. And sorry for the inconvenience. Can you please adjust these options from basic settings as I image attached,
I hope it may help you. please check
Thank you and regards
Hello @opalhe,
I have seen that you have already created a template with the file_list template tag, liste fiches template, and it is working properly. are you still facing a problem with the file_list template tag? please let me know
Thank you and regards
Hello @ikram_dirujii,
There is one way, you can rename the packages titles with package IDs for bulk apply through your all packages with CSV bulk import now. please check
Thank you and regards


