Forum Replies Created
Hi,
Please update to WPDM v5.1.14. Also, if you are using Bootstrap 3 UI in WPDM UI setting, please select Bootstrap 4, bs 3 will be dropped soon and we are not maintaining it anymore. Finally, clear all cache. That should resolve the issue. Also, you may unmask download link from WPDM settings to resolve the issue:

If there the old version please try to delete the old one and upload the latest one. I hope it may help you.
Thanks.
I think you are trying bulk apply to the role user for your packages from the author dropdown. It is a WordPress limitation there is only showing admin users, you can try below code in your theme functions.php and let me know if it works for you,
add_filter( 'wp_dropdown_users_args', 'wpdm_change_user_dropdown', 10, 2 );
function wpdm_change_user_dropdown( $query_args, $r ){
$screen = get_current_screen();
if( $screen->post_type == 'wpdmpro' ):
$query_args['role__in'] = ['author', 'editor', 'administrator', 'manager', 'subscriber'];
unset( $query_args['who'] );
endif;
return $query_args;
}
thanks.
-
This reply was modified 5 years, 12 months ago by
Nayeem Riddhi.
sorry for the inconvenience. please have patience. we are updating about it soon
Thanks.
Hi,
For issue #1, you can enable/disable style/scripts from Downloads > Settings > User Interface for checking
For issue #2, Which dropdown vendor name you want to show? can you clarify little more or provide screenshots
Thanks.
we have found that issue. soon you shall be updated.
Thanks.
Are you missing these templates as I image attached?
Or missing template settings from package settings, in that case, they are gone except you have a database backup. all custom templates are stored in options table in a serialized format, the option names are _fm_link_templatesand _fm_page_templates
and for updating plugin please delete and again install the plugin, you won’t lose any data. let me know.
Thanks.
Hi,
you can follow the link below documentation,
by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in page-templates for page template or link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related PHP file.
Thanks.
Does it broken settings of WPDM or frontend design of the website? let me know if settings are broken, please try to delete and again install the plugin. you won’t lose data
Thanks.
Please read and follow the instruction, i hope everything should be okay
Thanks.
Hi,
For the time being you can follow the link below documentation,
by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in page-templates for page template or link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related PHP file.
let me know, if those help you.
Thanks.
Hi,
For the time being you can follow the link below documentation,
by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in page-templates for page template or link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related PHP file.
let me know, if those help you.
Thanks.
Hi,
For the time being you can follow the link below documentation,
by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in page-templates for page template or link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related PHP file.
let me know, if those help you.
Thanks.
It may be conflicting with the plugin. if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Please put this code again,
.w3eden .card-footer:last-child {
display: inline-grid !important;
}
it is working fine from my side.
Thanks.
Hi @doppiag,
Your site link only spinning. It is not loading. is there any problem with your site?
Has the problem been resolved? you have marked it as resolved. And do you want the same design here, http://demo.wpdownloadmanager.com/wpdmpro/frontend-uploader/ here used Attire theme. https://www.wpdownloadmanager.com/download/attire-allinone-wordpress-theme/. you can download it as a free theme to your site. let me know.
Thanks.
Please add this code and let me know if it helps you
.w3eden .card-footer:last-child {
display: inline-grid;
}
Thanks.
Ok, sorry for the missing, today I shall update about this.
Thanks.
For #1, please use this code in your theme, the height will be adjusted
.w3eden .c2a4 .btn {
height: unset !important;
}
and clear your page cache for watching the result
For #2, the download button has been centered now, do you want to left align? let me know
For #3, you can use better an FTP app for transferring files
Thanks.
Ok, glad to hear that and for the file-cart issue, we have found the issue. soon, it shall be updated
Thanks.
I have seen that category working fine with the link from your given link. Can you clarify more what causing the issue?
Thanks.
Hi,
Which steps you have followed for updating the plugin, please follow these steps,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download the latest version and install the latest version
I hope, it may help you.
Thanks.
Hello,
you can give the link for checking. if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.

