Forum Replies Created
Has the problem been resolved? please let me know.
Thanks.
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Hi,
Can you check the option from Downloads > Settings > User Interface enabling/disabling styles/scripts. I hope this may help you. please check and let me know.
Thanks.
You should use the [file_list] tag in your template for showing individual files.
And for the server, are you talking about database file name? please let me know.
Thanks.
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
You can remove the div with this code,
<script>
jQuery(document).ready(function(){
jQuery("div.w3eden").remove();
});
</script>
but, it will affect the behavior of all WPDM pages.
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Yes, possible, please check this add on, https://www.wpdownloadmanager.com/download/gutenberg-blocks/, you shall find in your block editor include category option in right sidebar after selecting the categories block.
Thanks.
Sorry for your inconvenience. and thanks for your requested feature. We have lots of to-do list feature implementation in next. So, it is taking the time. you have also a chance for an emergency feature implementation request here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade
Thanks again.
Which success message, can you give the URL please for checking? thanks.
Hi,
Can you provide some screenshot for those issues and if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
No, I have tested with the latest version from our testing site. it is working fine here. I think there may be conflict within your other plugins or theme. please check
Thanks.
No, custom templates will remain on your site. But, you won’t able to get the plugin updated version for the next time, if you cancel the yearly subscription.
Thanks.
Please put the below code in your theme functions.php. it will work then for package block editor,
add_filter('register_post_type_args', function($args, $post_type){
if($post_type === 'wpdmpro'){
$args['show_in_rest'] = true;
}
return $args;
}, 10, 2);
Thanks.
Hi,
If you have uploaded multiple files in a package, then in the main download button all single files become in the zipped file. and for the appearance you may adjust it from Downloads > Settings > User Interface. please check
Thanks.
Hi,
Please follow these steps to update or install your plugin/add on for now,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version
I hope, it may help you
Thanks.
Hi,
We have updated the add on and also add a new filter hook, wpdm_send_new_subscriber_notification, using this code add_filter("wpdm_send_new_subscriber_notification", "__return_false"); in your theme functions.php will disbale the “Subscription Notification”. for download notifications add on.
Thanks.
Hi,
Do you want to remove this $html = "<div class='w3eden'>" . \WPDM\Package::fetchTemplate($template, $id, 'link') . "</div>"; wrapper div? let me know
Thanks.
It was working before because somehow it was getting. but I have used the same code of yours in our testing site. It is not working because it is raw HTML. it is not made with a dynamic like PHP. hope you have understood.
Thanks.
Glad to hear this.
Thanks.
sorry for one day late. are you a premium user? you can also post it in the pro forum. Now, I think your token has been expired. please check
Thanks,
I think you are using older version of PHP and also your wordpress version is 4.8.4. Can you please check them and update them?
Thanks.
Sorry for the inconvenience, I was busy with others. somehow, I have missed. please share the resolution here, so that others may get help from it. BTW, your problem is working fine from our testing site and glad to hear the problem has been solved.
Thanks.

