Forum Replies Created
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
Hello @ikram_dirujii,
Hope you are well. And sorry for the inconvenience. Yes, you can bulk update the title, you can update titles using CSV importer. please follow this doc,
I hope the problem should get resolve
Thank you and regards
Hello @opalhe,
Sorry for the inconvenience. Please, give your temporary wp-admin login details in a private reply for making the demo for you.
Thank you and regards
Hello @limon-y-kiwi,
From my testing site, PHP is running on 7.4.25. I have tested from both sites WPDM PRO and the free version with Advanced Custom field add-on. The registered values are saving. please you can also contact your server administrator too
thank you and regards
Hello @opalhe,
Hope you are well.
– file 1 : view / Download
– file 2 : view / Download
– file 3 : view / Download
feature handles [file_list] template tag. please check our related pre-built template from Downloads > Templates menu panel. For more template tags, you can visit our this doc,
https://www.wpdownloadmanager.com/doc/templates/template-tags/
please let me know, if it helps you
Thank you and regards


