Password Protect WordPress Page Support
Forum Replies Created
-
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] translate with wpmlHi @frankjabary,
Thanks for pointing that out.
We’ve updated the download link on the article accordingly.
Here it is for your convenience: https://bit.ly/ppwp-pot-file
Let us know if it works for you.
Elena
May we know where you added those codes?
You may want to drop us an email to hello(at)preventdirectaccess.com with the screenshots so that we can assist you better and faster.
Hi @jwstimac,
Thanks for reaching out to us.
Yes, you can achieve it with some custom code.
Simply add the following code snippet to Appearance >> Customize >> Additional CSS section.
.pda-form-login label, .pda-form-login .button-login{ display:none }Let us know if it works for you.
Elena
Forum: Plugins
In reply to: [NSFW] [PPWP - Password Protect Pages] passwords not workingHi @jonl711,
Thanks for reaching out to us last night.
It looks like you have “double” protected your page’s content using both Single/Individual Page Protection and Partial Content Protection (PCP) – via the provided shortcode.
That’s probably why you can’t unlock the content.
Can you please try to remove the Single Page Protection and see if it works?
If it doesn’t, please provide us with the right password and screenshots of how you set up the password protection.
PS. You may want to drop us an email to hello(at)preventdirectaccess.com with the information so that we can assist you better and faster.
Hi @kostiantyn,
Thanks for reaching out to us last night.
Yes, it is possible to password protect entire website except the Front Page with our PPWP Pro. You can do so by excluding the Front Page from our sitewide protection.
Please refer to the above documentation and this screenshot for more information.
https://passwordprotectwp.com/wp-content/uploads/2019/09/ppwp-protect-entire-site-exclude-pages.pngPlease let us know if it makes sense to you.
Elena
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Password takes me back to the homepageJust an update, as mentioned to @divaldo100, the issue happens due to your hosting server always returns your homepage as the page referrer (origin), which is incorrect.
Our team has gone ahead and improved our plugin’s compatibility in such cases.
Can you please:
1. update our Free to the latest version – 1.7.0.1
2. add the following code snippet to the bottom of your (child) theme functions.php fileadd_filter( 'ppw_use_callback_url', '__return_true' );Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Password takes me back to the homepageHi @divaldo100,
Thanks for reaching out to us last night.
It looks like a conflict that somehow our PPWP plugin cannot detect the referrer URL properly. That’s why it redirects you to your homepage first.
Can you please let us know the page URL (and its password) where the issue happens?
PS. You may want to drop us an email to hello(at)preventdirectaccess.com with the information so that we can assist you better and faster.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Global passwords not workingHi @hughworm,
Thanks for reaching out to us.
At the moment, label-based passwords are only supported on our PPWP Pro version.
That’s why even though the password form does display, you can’t unlock it using label-based passwords on our Lite/Free version.
Please let us know if it makes sense to you.
Elena
Just to update, the problem is caused by WooCommerce PayPal Checkout Gateway plugin, which is already reported before.
The plugin has also received a lot of poor reviews from users. So we recommend switching to other solutions instead.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Can’t enter password until hitting tabJust to update, the issue was caused by custom CSS codes on the user’s theme.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Critical Error When Activating PluginHi Sara,
Thanks for letting us know.
To assist you better, can you please send us a screenshot of the critical error so that we can troubleshoot what the root cause is?
You may want to drop us a support email to hello(at)preventdirectaccess.com so that we can assist you better & faster.
We look forward to your reply, Sara @muggles
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Can’t enter password until hitting tabHi @tprickett,
Thanks for reaching out to us.
No, it’s not normal behavior. It could be a theme/plugin conflict.
To assist you better, can you please send us the page URL to take a look at?
You may want to drop us a support email to hello(at)preventdirectaccess.com so that we can assist you better & faster.
We look forward to your reply.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Change passwords conditionally?Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Change passwords conditionally?Hello @ashf,
Thanks for reaching out to us last night.
Yes, there is a hook to filter “passwords” shortcode attribute.
Can you please use the following hook and let us know if it works for you?
add_filter( 'ppw_shortcode_passwords', 'ppw_filter_shortcode_passwords' ); /** * Filter PPWP Passwords. * * @param array $passwords Array shortcode passwords. * * @return array */ function ppw_filter_shortcode_passwords( $passwords ) { // Filter array passwords. return $passwords; }Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Force user to login everytimeHi @ginowhitaker,
We’re glad to inform you that your requested feature is now available on our PPWP Lite 1.6.0 version.
By using session cookies, you can now force users to log in every time they close the browser.
Please try the new feature & let us know if it works for you.
Cheers.- This reply was modified 5 years, 8 months ago by Password Protect WordPress Page Support.