Forum Replies Created
Have you updated your plugin to the recent latest version? Please kindly check.
Thank you and kind regards
Here what can i suggest,
1. Use Advanced Option on Warning Screen: When you see the “Google hasn’t verified this app” warning, look for a small text link at the bottom that says “Advanced” or “Continue to [your app name]”. Click this, then you should see an option to proceed despite the warning.
Configure OAuth Consent Screen:
2. Go to your Google Cloud Console
Navigate to “APIs & Services” > “OAuth consent screen”
Make sure you’ve set up the consent screen with appropriate app information
Set the app to “External” if it’s not already
Add the necessary scopes for Google Drive access (likely Drive API scopes)
3. Check API Activation:
Ensure the Google Drive API is enabled in your Google Cloud Console
Go to “APIs & Services” > “Library” and search for “Google Drive”
Click “Enable” if it’s not already enabled
4. Verify OAuth Credentials:
Go to “APIs & Services” > “Credentials”
Ensure your OAuth 2.0 Client ID is configured correctly
Check that the authorized redirect URIs include your site’s callback URL
Please kindly check the above all steps. Please kindly check.
Thank you and regards
Hello Thilo Förster,
Hope you are well. And sorry for the inconvenience. Please share the related URLs. if possible, please, give your temporary wp-admin login details in a private reply to check the issue.
Thank you and regards
Hello,
Hope you are well. Sorry for the inconveneince. If possible, please, give your temporary wp-admin login details in a private reply to check the issue.
Thank you and regards
Hello Scott Banner,
Hope you are well. And sorry for the inconvenience. Please kindly elaborate more on your issue and please kindly share the related URLs. if possible, please, give your temporary wp-admin login details in a private reply to check the issue.
Thank you and regards
Can you please kindly elaborate more on your issue? Please kindly check.
Thank you
Hello Mordy Rubin,
Hope you are well. Please share the related URLs. if possible, please, give your temporary wp-admin login details in a private reply to check the issue.
Thank you and regards
I think you are misunderstanding. First Name and Last name are not username. Username keeps unique, you can also check the username column. Please kindly check.
Thank you and regards
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
Please kindly download the add-on again from your account, thus you may get the default file that you have modified already. Please kindly check.
Thank you and kind regards
Hello Lou Friedman,
Hope you are well. Thanks for writing to us. For creating template files and for making backup your file you may follow this doc, https://www.wpdownloadmanager.com/doc/template-files. Please kindly check and let me know.
Thank you and regards
Hello Chelsea Profit,
Hope you are well. Thanks for writing to us. Yes possible, you can check our this add-on, https://www.wpdownloadmanager.com/download/advanced-custom-fields/. Please kindly check and let me know.
Thank you and regards
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
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
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
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
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
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
You may find the email templates from download-manager/src/__/Email.php file. Please kindly check.
Thank you and kind regards
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
The problem has been resolved now. Please kindly check.
Thank you and regards
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
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
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
