WP Folio Team
Forum Replies Created
-
Hi @justmigrating ,
Thank you for the information.
If you’re using PDA Free, you’re only able to set file permission (3) for:
- Admin users (default)
- The file’s author

That’s why it works when an admin or the file’s author logs in. To use our plugin with ProfilePress, you will need our PDA Gold plugin, which allows you to set file permissions for “Logged-in users.”
Awaiting your reply.
Hi @justmigrating ,
Thank you for reaching out to us.
We have tested our plugin along with the ProfilePress plugin on our staging site, and they are working properly.
Are you using the PDA Gold or PDA Free version?
If you are using the PDA Gold version, please contact us via our Contact Form, as we aren’t allowed to support the PDA Gold version here.
Awaiting your reply.
The issue has been fixed and was handled through the contact form.
Hi @artrandom , and thank you for your help @snapbackcap
Our dev team has fixed the issue and is currently conducting some final tests before the release.
Could you please contact us via our Contact Form please? This form is shorter than the Premium Form, and we can’t support paid members here.
Awaiting your reply.
Hi @gmesmer ,
Thank you for the feedback.
I have noted this and shared it with our dev team, and they will consider adding it to the next plugin version.
Should you need any further support, please feel free to contact us.
Hi @gmesmer ,
Thank you for the information.
Could you help to:
- Go to Appearance > Theme Editor.
- Select the
functions.phpfile of your active theme. - Add the following PHP code to enqueue custom CSS for the admin area:
function custom_admin_css() {
echo '<style>
.wp-admin .column-ppw_password_protection {
width: 200px; /* Adjust the width as needed */
}
</style>';
}
add_action('admin_head', 'custom_admin_css');Save the change and check if it works please?
Awaiting your reply.
Hi @sparker1974 ,
Thank you for the feedback.
Our development team is looking into it, and we’ll keep you updated.
In the meantime, could you please roll back to the PDA Gold 3.3.8 version to resolve the issue first?
Please feel free to contact us via our Contact Form to get the PDA Gold 3.3.8 version.
Awaiting your reply.
Glad to hear that it works, @melanie71 !
Should you need any further support, please feel free to contact us.
Hi @gmesmer ,
Thank you for reaching out to us.
Could you provide a screenshot/screencast of the issue you’re facing for us to take a look please?
Awaiting your reply.
Hello @melanie71,
Thank you for reaching out to us.
It looks like you are using “Unlock Protected Content without Page Refresh” option in the Advanced settings tab.
Could you help to disable it and check if it works, please?
Awaiting your response.
Hello @ambroza,
Thank you for reaching out to us.
All your passwords, including the default password created by WordPress feature, will be displayed and managed under our plugin’s section on the Edit Page.
Please use our PPWP Pro to manage your password in one place. You can add a new password yourself or generate an automated password. You can delete/deactivate passwords as well.
Currently, this Lite version doesn’t allow you to manage all passwords of your pages or posts under the configuration popup. It also restricts the number of password per user role.
Let us know if you need further assistance.
Hi @fatherb ,
You can reach us directly at support(at)wpfolio.com or by using our contact form.
Looking forward to your reply.
Hi @fatherb,
After updating the rewrite rule, have you reset your server yet?
Could you provide a sample protected URL for us to take a look please?
Awaiting your reply.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Expiration after use not showingContacted via email.
Hi @fatherb,
Thank you for the information.
I noticed that you’re using the Rewrite rule of the PDA Gold version.
Could you please update your rewrite rule to the one below and check if it works?
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;Awaiting your reply.