Hello Peter,
Thanks to hear that you have found a solution. I am sorry for not being able to get back to you sooner.
For disallowing crawling by the Search Engine. You can Mask Download Link
, If you mask the download link, bots will not be able the find any public download link easily. You are able to find this setting from Downloads > Settings> Basic Settings
. please check.
And another way for making disallow Crawling Download Manager Pages on Google, Bing + search engines is, 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">';
}
}
I hope it may help you. Please check and let me know for further assistance.
Thank you and regards
Hi Marco,
For the add new showing only code issue, I found that there is plugin conflict issues in your site. In this case, I would suggest running a conflict test. To troubleshoot the issue, please deactivate other plugins except for WPDM. Then check if the issue still persists. If that solves your problem, activate the plugins one by one, and continue checking the issue. In this way, you will be able to detect which one causes the problem.
For the translate issue, I found that you are using gutenberg block. That is coming from wpdm gutenberg plugin. To translate the related texts, kindly translate from that plugin in loco translate.
Regards
Tanvir
Hello,
I am able to replicate the issue.
I have forwarded the issue to the developer team. Soon you will be updated.
Regards
Tanvir
Hello,
Thanks for contacting us.
Currently it is not possible to add user ip with pdf stamper.
However, you may request this feature below:
Though not guranteed, our team may consider to add it in future.
Regards
Tanvir
Hello,
Thanks for the access.
Could you please share the related page link there the issue persists?
Regards
Hello,
I have fowarded this. You wil be updated.
Thanks
Hello,
Onedrive is a free addon of wpdm. It should work.
you can test it yourself with wpdm pro or free version.
Regards
Tanvir
Hello,
wpdmpro is the post type. That is the reason it is being showed.
There is no options from us to change it.
However, you may use any translate plugin to change the post type.
Regards
Tanvir
Hello,
Thanks for your reply.
Currently it is possible that you add files in download package.
In download package there is a download button that will be used to download all files in the package in a zip file.
Also vistitor is able to download attached file separately.
There is no other feature to change the download button. You may use loco translate to change different texts but it is not possible to change all download texts differently .
Regards
Tanvir
Hello,
This recommendation is not from us.
It is from WordPress itself. From version 5.3.0 it has implemented many new hooks.
You can check here:
https://developer.wordpress.org/reference/since/5.3.0/
We are just following WordPress to be up to date with WordPress.
Regards
Tanvir
Hello,
Thanks for contacting us.
I would suggest to save permalinks again from Dashboard > Settings > Permalinks then click save button.
After that if the issue still persists please provide related links and admin access in a private reply.
Regards
Tanvir
Hello,
we always recommend every user use latest version of WordPress because our plugin is based on it.
If user is not using the latest version of WordPress he should update it.
Regards
Tanvir
Hello,
Thanks for contacting us.
After inspecting, I found that you are using very older version of wordpress. That is WordPress 4.8.7 currenly running 6.2.2 version of WordPress.
That is causing the issue. Also found the plugins you are using all are outdated. It is recommended to always use updated theme and plugin for wordpess. Otherwise you will continue facing issues one after another.
Please let me know after updating wordpress if the issue persists.
Regards
Tanvir
Hi,
Thanks for contacting us.
Could you please share the related link to check the issue further?
Regards
Tanvir
Hello,
Thanks for the access.
I see you are using the block from WPDM Gutenberg.
Currently the feature to visit category link is not there.
However, you can check our below addon. If you check the demos there, you will see there are different shortcodes to show categories properly with link.You can also change link templates properly by parameter in the shortcode.
Regards
Tanvir
Hi Tracey,
Please provide the related package link to check the issue further.
Please also share admin access in a private reply.
Regards
Tanvir
Hi Marco,
Thanks for contacting us.
Please provide related url to check the issue further.
Regards
Tanvir
Forwarded the issue
Hello Peter,
Thanks for the detals.
I am able to see the issue.
I am forwarding the issue to our developer team for further assistance.
Regards
Tanvir
Hello David,
Thanks for contacting us.
To include the fields “__wpdm_files”, “__wpdm_version”, and “__wpdm_fileinfo” in revisions without patching the normalize_whitespace function, you can utilize the WordPress filter hooks available for modifying the behavior of saving revisions.
You can use the “wp_save_post_revision_check_for_changes” filter hook to add your custom fields to the list of fields that are checked for changes when saving a revision.
By adding these fields to the $fields_to_check array, you’re telling WordPress to consider them when determining if a revision needs to be created.
This approach allows you to include your custom fields in revisions without modifying the core WordPress files or patching the normalize_whitespace function.
Regards
Tanvir