Have you disabled other plugins also, because, in our testing site, it is working fine here. please let me know.
Thanks.
Sorry for the inconvenience. Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Please, give your one of your site temporary wp-admin login details in a private reply for checking the issue.
Thanks.
I think the PDF viewer add on conflicting with other plugins. after deactivating in normal views it is working fine. https://popupkoor.nl/download/wpdm-test/. However, it is working fine with the latest version of the PDF viewer in our testing site. please let me know further.
Thanks.
Yes, if you do not use the [file_list]
template tag, the zipped file should work. but if you use then, there you will see the individual download link.
for #2, please give your related package, if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Yes, several issues are occurring. it needs to be resolved. I am going to see it in detail.
Thanks for your patience.
Hi,
Images are coming now. I have adjusted it with this adjustments,
<img width="600" height="600" src="[preview]" class="" alt="">
please check
Thanks.
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.