WP Folio Team
Forum Replies Created
-
Hi glynbalsdon,
We have installed Rank Math SEO plugin to 1.0.114 and PPWP on our staging site but didn’t meet the fatal error.
Could you provide us in more details please.
- A screenshot\screencast when you meet the issue please?
- When does the error appear? E.g: when activate our plugin, when protect the post…
For faster and more customized response from our team, please feel free to drop us an email at support(at)wpfolio.com!
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Sitewide Login-Form – password error messageHello again @tenserd,
No worries, please feel free to reach back should you need further assistance.
You can also email at support(at)wpfolio.com
Have a great week ahead!
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Sitewide Login-Form – password error messageHello @tenserd
Thank you for reaching our support.
Customizing the error message is not included in the Lite version of PPWP. You can check below, which features can be customized using the Lite version.
https://passwordprotectwp.com/features/lite-vs-pro-version/#sitewide-customizer
Please feel free to reach back here or email us at support(at)wpfolio.com if you need further assistance.
Hi glynbalsdon.
Thank you for reaching to us and let us know.
Our dev team is checking this issue. We will keep you updated.
For faster and more customized response from our team, please feel free to drop us an email at support(at)wpfolio.com!
Hello @jlongbrake,
We apologize for the delayed response.
Your suggestions are welcome and appreciated. They have been passed along to the dev team. We value your suggestions but cannot promise that they will implemented.
Please feel free to contact us here or reach by email at support(at)wpfolio.com
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Password Input Font ColorHello @tammyg again,
We’re glad that worked for you! Please feel free to reach out to us here or by email at support(at)wpfolio.com should you need further assistance.
Have a great weekend!
Forum: Plugins
In reply to: [Prevent Direct Access - Protect WordPress Files] nginx rewrite not workingHi Jscooper,
Thank you for reaching out to us.The rewrite rule you are using is for the PDA Gold which can make it won’t work.
Could you try to use this Rewrite Rules and follow the steps below and check if it works please?
1.Copy the rewrite rules shown on Prevent Direct Access settings page

2. Find your website’s Nginx config file which is often located at /etc/nginx/site-available or /etc/nginx/conf/site-available (if you’re using Arch Linux)
3. Paste the copied rules in the server blockserver { location / { ... } #Put our rewrite rules here, i.e. rewrite wp-content/uploads/_pda(\/[A-Za-z0-9_@.\/&+-]+)+\.([A-Za-z0-9_@.\/&+-]+)$ "/index.php?pda_v3_pf=$1&is_direct_access=true&file_type=$2" last; rewrite private/([a-zA-Z0-9-_.]+)$ "/index.php?pda_v3_pf=$1" last; }4. Restart your Nginx server.
References: https://preventdirectaccess.com/docs/prevent-direct-access-lite/#nginx
You might also want to drop us an email at support(at)wpfolio.com so that our team can support you faster,
- This reply was modified 3 years ago by WP Folio Team.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Password Input Font ColorHello @tammyg,
Thank you for getting back to us.
Could you please try to input the following into CSS?
input.ppw-password-input.ppw-pcp-pf-password-input {color: green;}
Please try that and let us know if it still does not help. You can also reach out to us at support(at)wpfolio.com
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Customizing the password protection messageHi Nathantracy,
Thank you for reaching out to us.
There could be a conflict with your current theme (OceanWP-Theme).
Could you try to use some other default theme and check if it works please?
You might also want to drop us an email at support(at)wpfolio.com so that our team can support you faster,
Hi Johann,
We’re very sorry about the mistake of Twenty Nineteen. We didn’t read it clearly.Our dev team has checked and try to make custom code but the theme Twenty Sixteen don’t allow to show Featured Image in Password protected Posts.
Should you have any further support, please feel free to contact us.
Hi Johann,
Yes, it possible with our plugin.
To show the featured images of your protected posts, simply add the code snippet given below to your (child) theme’s functions.php file.
add_filter('twentynineteen_can_show_post_thumbnail', function() { return ! is_attachment() && has_post_thumbnail(); });References: https://passwordprotectwp.com/docs/display-featured-image-password-protected-excerpt/
For faster and more customized response from our team, please feel free to drop us an email at support(at)wpfolio.com!
Hello @jlongbrake,
Thank you for reaching out to us.
It seems that the issue you are experiencing with the layout on your password-protected pages may not be directly caused by the div wrapper that the plugin adds.
It is possible that the problem is related to the CSS in your theme or other plugins that are conflicting with the styling of the protected content. To help you further with the layout issue on your password-protected pages, it would be helpful if you could reproduce the issue on a testing page using a testing password.
Once you have done so, please share the testing page with us so that we can take a closer look and provide more specific guidance on how to address the issue.
You can reach out to us at support(at)wpfolio.com
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Password Input Font ColorHello @tammyg,
Thank you for reaching our support!
Could you please let us know what specific font element are you trying to change (e.g. body text, header text, navigation text)? Also, what color are you trying to change the font to?
Sometimes the cache (where your browser or app stores images and other data) can be corrupted or outdated. We recommend clearing or deleting it.Also make sure you are saving the changes and publishing them.
You can reach us at support(at)wpfolio.com
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Password Not Protecting PostsHello there @brainboxstudios,
Thank you for contacting our support!
We just checked on our end and both the URLs seem to be password protected. Please check again and let us know if you’re still having issues.
You can simply reply to this post or reach out to us by email at support(at)wpfolio.com
Hi Cita,
Thank you for reaching out to us.To access to the post on category without password, it need to be removed from the category.
If you can’t remove the post from the category and want to allow access to it without a password.
You can consider use Bypass Password Protection with Quick Access Links
1. Go to Post; find the post you need to access without password and click to Manage Password2. Copy the QALs as picture below (Quick Access Link)

3. Using the QALs, you can access to the post protected by category without password.
Let us know if you have any more questions. For faster and more customized response from our team, please feel free to drop us an email at support@wpfolio.com!