Forum Replies Created
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
Glad to hear this, your problem has been resolved
Thank you and regards
Hello @limon-y-kiwi,
Sorry for the inconvenience. The data for Advanced Custom Field add-on with register form is saving properly from my testing site. 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
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 @nguyenhung,
Please check out our latest version, you shall get these email templates
New Sale Notification ( To: Admin ) sale-notification
New Sale Notification ( To: Seller ) sale-notification-seller
please check
Thank you and regards
Hello @nubetecnologica
Can you please mail support@wpdownloadmanager.com for your auto-renewal issue with your Order Id details. I hope you should get the help
Thank you and regards
Hello @lupe2012,
Hope you are well. and sorry for the inconvenience. 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 @corigen,
Hope you are well. Yes, I have got your requirements. you can use other link/page templates too from Downloads > Templates panel. otherwise, you can use your own custom link/page template creating from Templates menu panel. And use the link/page template related to your packages thereby. for template tags, you can check this doc,
https://www.wpdownloadmanager.com/doc/templates/template-tags/
please check
Thank you and regards
Hello @corigen,
I have brought you above the solutions. do you want to download the files without pressing the download button or any interaction, please let me know
Thank you and regards
Hello @duoo,
Have you used any page builder for adjusting download files/packages on your page? can you please enable/disable other plugins for checking the issue if there any conflicts remained, please let me know then
thank you
I have removed your marked red portion as you attached the image from the search page from your theme style.css. please check now, if it works for you
Thank you and regards
Hello @duoo,
Hope you are well. And sorry for the inconvenience. you are trying to update a very old version to update to the latest version. so the troubles may be appearing. Can you please, give your temporary wp-admin login details in a private reply for checking the issue if something can help you
Thank you and regards
Hello @ronjabaum,
Can you please contact AAM Access Management Plugin support too regarding the issue, I think the plugin conflicting somewhere for the issue, please check
Thank you and regards
Hello @limon-y-kiwi,
If you are trying to save field as I image attached option, it is saving properly from my side
Can you please check it again?
Thank you and regards
Hello @luukoutofbounds-tech,
Can you please share which page you are using the search shortcode? and if you are trying the search bar on top of the homepage, but the results are on a new page, it is required some customization, you may need to talk with our customization team. please let me know
Thank you and regards

