Tanvir

Forum Replies Created

Viewing 25 posts - 351 through 375 (of 3,183 total)
in reply to: Login not needed when WPML is used #189008

Tanvir
Spectator

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

in reply to: filtering not working #188847

Tanvir
Spectator
This reply has been marked as private.
in reply to: Alot of downloads #188818

Tanvir
Spectator

Hello,

Thanks for contacting us.

To protect downloads from bot, you can setup captcha for downloads from Downloads > Settings
image

Then lock download packages with captcha
image

Regards
Tanvir

in reply to: Table, category no link #188812

Tanvir
Spectator

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

in reply to: Membership plugin is showing no active subsribers #188749

Tanvir
Spectator
This reply has been marked as private.
in reply to: Table, category no link #188742

Tanvir
Spectator

Hello,

I am able to replicate the issue.
I have forwarded the issue to the developer team. Soon you will be updated.

Regards
Tanvir

in reply to: User IP in PDF #188737

Tanvir
Spectator

Hello,

Thanks for contacting us.
Currently it is not possible to add user ip with pdf stamper.
However, you may request this feature below:

Download Manager Pro Feature Request

Though not guranteed, our team may consider to add it in future.

Regards
Tanvir

in reply to: ?wpdmdl= not working #188729

Tanvir
Spectator

Hello,

Thanks for the access.
Could you please share the related page link there the issue persists?

Regards


Tanvir
Spectator

Hello,

I have fowarded this. You wil be updated.

Thanks

in reply to: Is the one drive addon currently working #188723

Tanvir
Spectator

Hello,

Onedrive is a free addon of wpdm. It should work.
you can test it yourself with wpdm pro or free version.

Regards
Tanvir

in reply to: Table, category no link #188704

Tanvir
Spectator

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

in reply to: button with differen name #188702

Tanvir
Spectator

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


Tanvir
Spectator

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

in reply to: ?wpdmdl= not working #188691

Tanvir
Spectator

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

in reply to: Urgent: Fatal Error Encountered When Activating Plugin #188686

Tanvir
Spectator

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

in reply to: Urgent: Fatal Error Encountered When Activating Plugin #188684

Tanvir
Spectator

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

in reply to: filtering not working #188671

Tanvir
Spectator
This reply has been marked as private.
in reply to: button with differen name #188657

Tanvir
Spectator

Hi,

Thanks for contacting us.
Could you please share the related link to check the issue further?

Regards
Tanvir

in reply to: Table, category no link #188656

Tanvir
Spectator

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.

WPDM Directory Add-on

Regards
Tanvir

in reply to: filtering not working #188655

Tanvir
Spectator

Hi Tracey,

Please provide the related package link to check the issue further.
Please also share admin access in a private reply.

Regards
Tanvir

in reply to: Table, category no link #188641

Tanvir
Spectator

Hi Marco,

Thanks for contacting us.
Please provide related url to check the issue further.

Regards
Tanvir

in reply to: Payment made but your website crashed: #188580

Tanvir
Spectator

Forwarded the issue

in reply to: Login not needed when WPML is used #188570

Tanvir
Spectator

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

in reply to: Include fields in revisions #188561

Tanvir
Spectator

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

in reply to: Login not needed when WPML is used #188546

Tanvir
Spectator
This reply has been marked as private.
Viewing 25 posts - 351 through 375 (of 3,183 total)