WP Folio Team
Forum Replies Created
-
Forum: Plugins
In reply to: [Prevent Direct Access - Protect WordPress Files] wordpress.comThanks for reaching out to us.
Unfortunately, both our PDA Lite and Gold versions are not completely compatible with WordPress.com at the moment Since the platform doesn’t allow making changes to NGINX rules
Our PDA Gold might work with some limitations on WordPress.com.
Are you open to switching to another hosting, by the way?
WordPress.com is not only expensive but also comes with a lot of restrictions compared to other good hostings, e.g. SiteGround and Bluehost.
Anyway, may we know what you want to achieve with our plugins in more detail?
Let us know so that we can figure out the best workaround for you including giving you a discount.
You might want to send these details to our support email – hello(at)preventdirectaccess.com so that our team can support you faster.
We look forward to hearing from you.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] Password from ACFHello @christianslater,
Thanks for reaching out to us.
Yes, it looks possible with our plugin.
Just to confirm, you want to allow your users to set passwords & protect their own posts from the front-end. Am I right?
To assist you better, could you please provide us with the following information:
- A sample page URL where your users can edit posts
- A screenshot/screencast showing the setup process for that page in the backend
You might want to send these details to our support email – hello(at)preventdirectaccess.com so that our team can support you faster.
Looking forward to hearing from you.
Hello Victor,
Thanks for reaching out to us.
Yes, it looks like a library version conflict.
I’ve already created a support ticket for you.
Can you please drop us an email to hello(at)preventdirectaccess.com so that we can update you faster & easier?
Just to update, the conflict comes from HappyFiles and is resolved in the new version of the plugin.
Hi @profnox,
Thanks for reaching out to us.
Just an update, we’ve followed up with @justra via email. It turns out that the issue is related to the hosting server he’s using.
To assist you better, could you please provide:
- Both protected and private URL of that file
- The caching plugins you’re using
- The hosting server you’re using
You might want to send these details to our support email – hello(at)preventdirectaccess.com so that our team can support you faster & better.
Looking forward to hearing from you.
Hi @joshf,
Thanks for reaching out to us.
We’re really sorry for not getting back to you sooner. Your support request went to our spam folder. 🙁
At first glance, it could be something to do with the compatibility with the latest WordPress version. PHP notices usually wouldn’t affect our plugins’ functions though.
To assist you better, could you please provide:
- A screenshot showing the full error message
- The PDA Gold version you’re using
You might want to send these details to our support email – hello(at)preventdirectaccess.com so that our team can support you faster & better.
In fact, as a premium user, you should contact us via this priority support form instead.
We looking forward to hearing from you.
Hi @ucefx7,
Thanks for your feedback.
We believe there must be some misunderstanding here as our Free version does offer you pretty much all core file protection features, i.e. blocking unauthorized people and generating private links.
To see it in action, please go ahead and protect your files directly under the WordPress Media library.
Also, our Free version does provide:
- Generate private download links
- Prevent Image & File Hotlinking
- Block search indexing
- Protect WordPress Uploads directory
You only need our PDA Gold when you want more advanced file protection features.
Anyway, may we know what you want to achieve with our plugin more specifically?
Also, while we appreciate your feedback, we hope you can drop us a private message at hello(at)preventdirectaccess.com instead so that we can improve our products for the better of all.
We’re always here to help & will do whatever it takes to assist you.
We look forward to hearing from you.
Hello @mohhamedion,
Thanks for reaching out to us.
Yes, it’s possible to protect attachments dynamically by codes using our PDA Gold.
Are you using our PDA Gold yet?
As a premium user, can you please drop us an email or priority request so that we can support you better?Forum: Reviews
In reply to: [Prevent Direct Access - Protect WordPress Files] Generates 404 PagesHi @barbiro,
First of all, thank you for sharing with us. We’d like to apologize for any inconvenience caused when using our plugin.
The issue could be a conflict with a plugin or theme on your site which prevents our plugin from working properly at random times.
To assist you better, can you please provide us with:
- A sample page/file URL where the issue happened
- The theme you’re using
- The list of your active plugins
We also got back to you almost immediately after you reached out to us last night.
However, we haven’t heard back from you yet. So we wonder whether you’ve received our support email or not.
Anyway, please allow us to assist you first by replying to our emails or under this thread.
We look forward to hearing from you soon.
Hi @claudiozanin,
Thanks for your detailed information. It really helps.
To assist you better, may we know:
- Are you using any eCommerce platform to sell your products?
- If you don’t require visitors to log into your site before uploading files, how will you know which files were uploaded by whom?
Please also help to clarify the flow that visitors will purchase your products, e.g. they’ll enter their information before uploading files.
Also, some screenshots/sample page URLs where visitors upload their files will be helpful for us to check with.
Please drop us an email to hello(at)preventdirectaccess.com so that we can discuss it faster and more easily.
We look forward to hearing from you soon.
- This reply was modified 4 years, 11 months ago by WP Folio Team.
Forum: Plugins
In reply to: [SSU - WordPress Amazon S3 & Wasabi Smart File Uploads Plugin] TranslationHi @matthieuh,
Thanks for your compliment and valuable contribution to our plugin.
It motivates us to work harder & support you even better in the future.
Regarding your suggestion, yes, our team will add the POT file to our plugin’s next release.
By the way, if you’re happy with our plugin features and support so far, do you mind leaving us a kind review on WordPress, please?
Hi @cdgweb,
Thanks for your feedback. Our team will improve the configuration description in the next release.
Just to clarify, the region is bucket’s region, which you might come across when creating a bucket.
Regarding the “loading issue”, our plugin will display the error message in the debug.log file.
To assist you better, please enable WordPress debug mode and send us the log.
You might want to drop us an email at hello@preventdirectaccess.com for faster assistance.
We look forward to your reply.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] wrong passwordThanks for your reply, @janbrokes.
First of all, custom field protection is an advanced feature available on PPWP Pro version only.
Secondly, if you’re using ACF, you should use WYSIWYG editor and wrap the protected section with our ppwp shortcode.
Finally, you should display the field on your content using our custom code as below.
<?php // Change "field-name" to your custom field name echo '<div class="ppwp-is-custom-field" ppwp-data-mt="field-name">'; foreach( get_post_meta( get_the_ID(), 'field-name' ) as $meta_data ) { echo do_shortcode( $meta_data ); } echo '</div>'; ?>As you can see from the code, our plugin protects a section based on content ID or field ID.
Without this piece of information, we can’t compare the correct password and unlock the protected section properly.
As a result, even though the password form is shown, you will receive an incorrect password message all the time.
Let us know if it makes sense to you.
- This reply was modified 5 years ago by WP Folio Team.
Hi @quix8,
Thanks for reaching out to us.
If you can still access the protected file URLs, it’s probably due to cache.
Are you using any caching plugin or enabling server cache?
Could you please send us a sample file URL to double-check?
Regarding the link replacement, yes, our plugin will update the file URLs automatically after protection.
Also, there are a few other options for you to update the links in the content automatically.
You might want to drop an email at hello(at)preventdirectaccess.com for faster assistance.
We look forward to your reply.
Forum: Plugins
In reply to: [PPWP - Password Protect Pages] wrong passwordHi @janbrokes,
Thanks for reaching out to us.
To assist you better, might we know:
- Are you using our PPWP Lite or Pro version?
- Which theme are you using?
- Do you use any plugin to create the custom fields?
Please refer to our documentation on how to protect ACF custom field values.
You might want to drop an email at hello(at)preventdirectaccess.com for faster assistance.
We look forward to your reply.
- This reply was modified 5 years ago by WP Folio Team.