Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 51 through 75 (of 18,878 total)
in reply to: User Names #205501

Nayeem Riddhi
Moderator

Hello Chelsea Profit,

Hope you are well. And sorry for the inconvenience. Are you facing issue with WP Admin > Users section username overwritten issue? if possible, can you please, give your temporary wp-admin login details in a private reply to check the issue?

Thank you and regards


Nayeem Riddhi
Moderator

The problem is that Cloudflare is caching the PDF viewer content, but the viewer needs to load dynamically based on whether the user is logged in or not.
For your Cloudflare rule, I recommend using a combination of path and query parameters:

(url contains "/download/" AND (url contains ".pdf" OR querystring contains "wpdmdl="))

You could also be more specific with a rule like:

(url contains "/download/" AND querystring contains "wpdmdl=")

For implementation in Cloudflare:

Go to Cloudflare dashboard → Rules → Cache Rules
Create a new rule with a name like “WPDM PDF Viewer Bypass”
Set the condition using one of the expressions above
Set the action to “Bypass cache”

Alternatively, you could add cache control headers in your WordPress site by adding this to your .htaccess file (if using Apache):

<FilesMatch "\.(pdf)$">
  Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
  Header set Pragma "no-cache"
  Header set Expires "0"
</FilesMatch>

Let me know if you need more specific guidance for implementation in Cloudflare or if you’d like to explore other potential solutions! Please kindly check.

Thank you and regards


Nayeem Riddhi
Moderator

Hello Paper IO,

Hope you are well. Are you facing any issue related to WPDM? Please kindly check and let me know.

Thank you and kind regards

in reply to: Can I change language on the Membership Registration? #205462

Nayeem Riddhi
Moderator

Please kindly check these files,

wppromembership/src/Checkout.php

wppromembership/src/Payment/payment-system-selection-extended.php

I hope you should find the texts. Please kindly check.

Thank you and kind regards


Nayeem Riddhi
Moderator

I think it may have a conflict between your plugins or theme. You can disable one by one other plugins for testing if there any conflicts. you may also switch theme to another for checking. Please kindly check and let me know.

Thank you and kind regards

in reply to: Advanced Custom Fields #205444

Nayeem Riddhi
Moderator

Can you please try

'message' ► 'Thanks for Subscribing' . do_shortcode('[wpdm_quick_form id="UserRegistration" email="info@steigercomplete.de"]'), like this ?

Please kindly check and let me know.

Thank you and regards

in reply to: Advanced Custom Fields #205442

Nayeem Riddhi
Moderator

Ok, you can try 'message' ► 'You have [wpdm_quick_form id="UserRegistration" email="info@steigercomplete.de"] requested for your password to be reset' or you can also try putting the shortcode in your template editor Downloads > Templates > Email Templates, if it works for you. Please kindly check and let me know.

Thank you and regards

in reply to: Advanced Custom Fields #205437

Nayeem Riddhi
Moderator

You may find the email templates from download-manager/src/__/Email.php file. Please kindly check.

Thank you and kind regards

in reply to: Advanced Custom Fields #205435

Nayeem Riddhi
Moderator

You can use <?php echo do_shortcode('[wpdm_quick_form id='UserRegistration' email='info@steigercomplete.de']'); ?> editing the core file of email template. Please kindly check.

Thank you and regards

in reply to: Problema con plugin premium packages #205434

Nayeem Riddhi
Moderator

The problem has been resolved now. Please kindly check.

Thank you and regards


Nayeem Riddhi
Moderator

Your first reply has been deleted. Can you please kindly share related URLs and share your login URL? Please kindly check.

Thank you and kind regards

in reply to: Advanced Custom Fields #205428

Nayeem Riddhi
Moderator

You can use http://wordpress.p689948.webspaceconfig.de/wp-admin/edit.php?post_type=wpdmpro&page=wpdm-acf this template tags in your page, link or email template , and here, http://wordpress.p689948.webspaceconfig.de/wp-admin/edit.php?post_type=wpdmpro&page=settings&tab=s2dcf, you can use the shortcode in page or post editor. Please kindly check.

Thank you and kind regards

in reply to: Advanced Custom Fields #205425

Nayeem Riddhi
Moderator

Here you can’t use shortcode directly on your email template , however, you can echo do_shortcode('[your-shortcode]'); editing core file of email template. Please kindly check.

Thank you and regards

in reply to: Advanced Custom Fields #205410

Nayeem Riddhi
Moderator

I have checked here, http://wordpress.p689948.webspaceconfig.de/wp-admin/edit.php?post_type=wpdmpro&page=wpdm-acf, the template tags re available here, please kindly check.

Thank you and regards

in reply to: Can I change language on the Membership Registration? #205405

Nayeem Riddhi
Moderator

For this requirements, you may have to edit wppromembership add-on core files. Please kindly check.

Thank you and regards


Nayeem Riddhi
Moderator

Hello Sophia Kelly,

Hope you are well. And sorry for the inconveneince. While trying to access package URL, this message is appearing as I image attached,

Screenshot-from-2025-04-16-09-22-23

if possible, can you please, give your temporary wp-admin login details in a private reply to check the issue?

Thank you and regards

in reply to: Advanced Custom Fields #205403

Nayeem Riddhi
Moderator

Sorry for the inconveneince. If possible, can you please, give your temporary wp-admin login details in a private reply to check the issue?

Thank you and regards

in reply to: malware #205402

Nayeem Riddhi
Moderator

It usually not happens to other users or not any such reports coming. You can also contact your hosting support. Please kindly check.

Thank you and kind regards

in reply to: malware #205396

Nayeem Riddhi
Moderator

Our other users generally not reported such issues. You can use any good security plugin for protecting your site. Please kindly check.

Thank you and regards

in reply to: Advanced Custom Fields #205395

Nayeem Riddhi
Moderator

Hello Bernd,

Hope you are well. Thanks for writing to us. You can use the template tags in your email template from Downloads > Templates > Email Templates. Please kindly check.

Thank you and regards

in reply to: Download Pages showing in Search Results #205388

Nayeem Riddhi
Moderator

Yes, the option has been implemented to do so. Please kindly check and let me know if you have any more queries.

Thank you and kind regards

in reply to: Download Pages showing in Search Results #205386

Nayeem Riddhi
Moderator

Thanks for the update. I see that you told download page is still appearing in Google search results despite the changes implemented a few weeks ago.

This is normal behavior – Google doesn’t immediately remove pages from its index after we add blocking directives. Here’s what’s happening:

1. Google needs to recrawl the page to discover the blocking directives we added
2. Then it needs to process this information and update its index
3. This process can take anywhere from a few weeks to a few months depending on how frequently Google crawls your site

Some actions you can take to speed up this process:

1. Verify the changes were implemented correctly by checking that:
– The meta robots tag with “noindex” is present on the download pages
– Your robots.txt file correctly blocks the download directory (if you used this approach)

2. Submit the URL directly to Google for removal:
– Log into Google Search Console for your website
– Use the “URL Inspection” tool to check the download page
– Request removal of the URL

3. Submit an updated sitemap to Google Search Console to encourage recrawling

Please kindly check and let me know.

Thank you and kind regards

in reply to: Problema con plugin premium packages #205378

Nayeem Riddhi
Moderator

Hello Antonio Bernardo,

Hope you are well. Sorry for the inconvenience. We are checking the issue. I have already forwarded it to our related team authority regarding the issue. Please kindly check and let me know if you have any more queries.

Thank you and kind regards

in reply to: Can I change language on the Membership Registration? #205376

Nayeem Riddhi
Moderator

You can edit download-manager/src/User/views/reg-form.php file for your requirement, please kindly check. And for making backup you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/. Please kindly check.

Thank you and regards

in reply to: WP Membership Pro Payments #205375

Nayeem Riddhi
Moderator

Glad to hear that. However, if you need further help with anything else, then please don’t hesitate to open a new topic. If you get some free moments, can you please give us a 5* here https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post, It will inspire us a lot. Thanks in advance…

Thank you again and regards

Viewing 25 posts - 51 through 75 (of 18,878 total)