Forum Replies Created
For invalid File, https://www.thatswhatchesaid.net/coffee-svg/, it is working fine here now, please check
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Have you tried the wp_postmeta table from your database, it may reside there. please let me know, how can more I help you
thanks
Hi,
For Invalid File Type updating ( 3.1.17 or 5.3.7 ), you may face the following 2 issues:
- Upload is not working
- Showing “Invalid File Type” error when trying to download
Here is the reason and solution:
From WPDM Free 3.1.20 and WPDM Pro 5.3.7, we have changed the file type validation process during file upload and download. Now, you have to white file types to allow them to upload or download. You will find the option at Admin Menu ► Downloads ► Settings ► Basic Settings Tab ► Upload Settings section.

Please add file types ( texts, multiple texts separated by a comma ) as shown on the marked image. And then save settings. The shall resolve the issue.
or, Just Keep it Empty for WordPress default use as I image attached
thus it may resolve the issue
thanks
Please let me know if you have applied the last step already if the problem resolved on your side
thanks
Does it working with other normal roles, I think you are using the custom role to access the packages, please let me know
thanks
You may use this plugin, https://wordpress.org/plugins/wp-smushit/ or you may check this plugin too, https://wordpress.org/plugins/tiny-compress-images/
thanks
Please check your latest topic reply
thanks
Hello,
Have you open a recent topic yet, please let me know
thanks
The topic has been marked as resolved, has the problem been resolved on your side? please let me know
thanks
Hello,
I have tested that, it is working fine here, https://canalsolar.com.br/download/wpdm-test
thanks
Can you please reinstall the plugin again please and it could be your server issue too, maybe blocking the WPDM services, for that you may contact with your server administrator
thanks
please check your latest topic
thanks
Your form-lock is working now, https://oslriskmanagement.com/download/wpdm-form-lock/, I have just switched bootstrap version, And for Mailchimp for the same email, Mailchimp does not accept spamming. if you trying the same email it will prevent it. please try with another device or you can also try the browser.
Thanks.
You may access the hosted server or your cpanel or may create FTP access for compressing images there, or you may also use a WP org free plugin too
thanks
Hello,
I can’t getting you, do you want particular packages reindexing/noindex, you may make disallow Crawling Download Manager Pages Google, Bing + search engines, Add the following code at the end of your active theme’s functions.php:
function noindex_for_wpdm()
{
if ( is_singular( 'wpdmpro' ) ) {
echo '<meta name="robots" content="noindex, nofollow">';
}
}
or you may also make mask the download pages from the settings
thanks
Sorry for the inconveniences, please use the update_date parameter in your shortcode for now, it will work fine then
thanks
Reindexed is generated by Google, WPDM can’t able to handle it
thanks
I have found the issue, soon you shall be updated
thanks
Hi,
It should be wpdm_all_packages instead of wpdm-all-packages i have tested here, https://development.latwp.org/wpdm-test/, it is working fine with this shortcode here, [wpdm_all_packages login=1 thumb=1 items_per_page="10" categories="boc-meeting-agendas" jstable=1 order_by="title" order="ASC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
thanks
Generally, It takes between 4 days and 4 weeks for your brand new website to be crawled and reindexed by Google. I hope you have understood
thanks
you can mask the file download link. If you unmask the download link, bots will be able the find any public download link easily. and generally, It takes between 4 days and 4 weeks for your brand new website to be crawled and reindexed by Google
thanks
For make disallow Crawling Download Manager Pages Google, Bing + search engines, Add the following code at the end of your active theme’s functions.php:
function noindex_for_wpdm()
{
if ( is_singular( 'wpdmpro' ) ) {
echo '<meta name="robots" content="noindex, nofollow">';
}
}
thanks
thanks


