Forum Replies Created
Which table you are mentioning, can you provide a screenshot, please
Thanks.
Hi,
These both should be worked. Button templates designed specifically for button templates, https://www.wpdownloadmanager.com/download/wpdm-button-templates/ and shortcode for link templates. please update to the latest version and clear the cache, if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
For #1, Does it conflicting with only with the WPDM plugin? let me know
and for #2, which role you are using, I have given five user roles here, ['author', 'editor', 'administrator', 'manager', 'subscriber']; it should work under these roles.
Thanks.
Hi,
You have to use only the category slug instead of any category. please read the doc carefully from here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/. thus, it will help you.
Thanks.
Yes, possible. [doc_preview] template tag is responsible for a PDF view. You can keep [doc_preview] template tag in your custom template and remove the rest of the part. Thus, it will help you show only the PDF preview part.
Thanks.
Please update the plugin to the latest version and clear the cache. I hope it may help you.
Thanks.
Hi,
I think you are facing a problem with uploading files greater than 250 MB. however, you can increase it. you can see this article for this.https://www.wpdownloadmanager.com/how-to-increase-the-maximum-file-upload-size-in-wordpress-download-manager/ I hope it may help you.
Thanks.
Hi,
It is happening due to the js cache. Please try cleating the cache. Alternatively, in the latest update 3.1.02, we have added an option to unmask the download link, that option will resolve the issue regardless of the js cache.
Hi,
Your problem has been resolved after updating the plugin and switching the bootstrap version.
Thanks.
Hi,
In that case, it is happening due to the js cache. Please try cleating the cache. Alternatively, in the latest update 3.1.02, we have added an option to unmask the download link, that option will resolve the issue regardless of the js cache.
Can you please enabling/disabling style/scripts from Downloads > Settings > User Interface for checking. then let me know and also you delete install again the plugin, you won’t lose any data.
Thanks.
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
Hi,
Is it related to WPDM free/pro plugin? please let me know.
Thanks.
Please share your page/ files URL. if possible, Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks.
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, 7 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.
