Login not needed when WPML is used

in Download Manager Free

Viewing 15 posts - 1 through 15 (of 15 total)
Jul 10, 2023 at 8:13 am
#188464
Participant
Dennis van Schaik
OP

I translated a website with WPML. Everything works fine but when i redirect to the download library, the user does not need to login to get the files downloaded. The native site works fine, but the translated part occurs this.

Could you please help? Of is this maybe a pro function?

Jul 10, 2023 at 12:31 pm
#188475
Spectator
Tanvir

Hi Peter,

Thanks for contacting us.
Please give me an insight regarding the issue using tool like this
Please also share related url as well as temporary admin access in a private reply to check the issue further.

Regards
Tanvir

Jul 10, 2023 at 12:51 pm
#188476
Participant
Dennis van Schaik
OP
This reply has been marked as private.
Jul 10, 2023 at 1:26 pm
#188480
Spectator
Tanvir

Hello Peter,

I see you have provided two different sites.
one domain is .nl with access and another is .com with example issue.

.com needs another admin access to check
Please provide only one site to check the issue

Regards
Thanks

Jul 10, 2023 at 1:50 pm
#188481
Participant
Dennis van Schaik
OP
This reply has been marked as private.
Jul 11, 2023 at 5:47 pm
#188523
Spectator
Tanvir

Hello,

Please record the issue using tool like this
It is stil not clear to me.

Thanks

Jul 12, 2023 at 6:50 am
#188536
Participant
Dennis van Schaik
OP
This reply has been marked as private.
Jul 12, 2023 at 1:20 pm
#188546
Spectator
Tanvir
This reply has been marked as private.
Jul 12, 2023 at 2:48 pm
#188550
Participant
Dennis van Schaik
OP
This reply has been marked as private.
Jul 13, 2023 at 3:12 pm
#188570
Spectator
Tanvir

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

Jul 19, 2023 at 6:36 am
#188672
Participant
Dennis van Schaik
OP

Hello Tanvir,

Is there any update so far?

Jul 24, 2023 at 7:31 am
#188781
Participant
Dennis van Schaik
OP

Goodmorning Tanvir,

Could you provide me with an update please?

Thank you!

Jul 27, 2023 at 7:13 am
#188854
Participant
Dennis van Schaik
OP

Goodmorning Tanvir,

Could you provide me with an update please. We have a deadline to meet.

Thank you!

Jul 27, 2023 at 12:52 pm
#188864
Participant
Dennis van Schaik
OP

Never mind. I found a solution.

How can we manage to keep the downloads out of the google results to be downloaded?

Aug 3, 2023 at 4:58 am
#189008
Spectator
Tanvir

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

Viewing 15 posts - 1 through 15 (of 15 total)

The topic "Login not needed when WPML is used" is closed to new replies.