jojaba
Forum Replies Created
-
Can somebody confirm that this happens only with free version of plugin?
Hello!
I know that developping extension is not easy to manage. But if you have fatal errors on it (it seems, I’m not the only one that encounter this issue), you should work on it… ??
Could you please just reply to confirm you saw this issue and are working on it!
Added ticket on github: https://github.com/CalderaWP/Caldera-Forms/issues/3513#issue-579293947Thanks in advance. Jo?l.
Edit: just saw that 1.8.11 has same issue!
Forum: Plugins
In reply to: [Access Category Password] Hide all post titles in category menu itemHello,
This plugin handles only the content of posts, not the title. The filtering is made using these 2 filters :add_filter( 'the_content', 'acpwd_frontend_changes', 2 ); add_filter( 'the_excerpt', 'acpwd_frontend_changes', 3 );
If you want to hide the title of the posts, you should fine some filter to do that. It could be something like that: https://developer.www.ads-software.com/reference/hooks/wp_title/
I would suggest you to control the access of the entire site in your case, so limit access to logged in user to your site create a user account for the user that you want granted to access.
Forum: Plugins
In reply to: [Access Category Password] PHP hooks to add additional content?As you can see in the code you gave, the form is inserted by filtering content and excerpt :
add_filter( 'the_content', 'acpwd_frontend_changes', 2 ); add_filter( 'the_excerpt', 'acpwd_frontend_changes', 3 );
I’m not sure this will work, but you can add your shortcode using this filter and giving him a priority over 3.
As I said, not sure that the shortcode will work, you have to see when it is converted to HTML…- This reply was modified 5 years, 2 months ago by jojaba.
Forum: Plugins
In reply to: [Access Category Password] Two passwordsI plan to implement a password for each category as soon as possible…
Forum: Plugins
In reply to: [Access Category Password] PHP hooks to add additional content?Hello Jon.
I would suggest you to do it dynamicaly using JavaScript. This way you could avoid depending on the plugin updates. The HTML generated by the plugin (you can see it in the settings page) :
<div class="acpwd-container"> <p class="acpwd-added-excerpt">Here comes the Excerpt if enabled…</p> <p class="acpwd-info-message">This content has restricted access, please type the password below and get access.</p> <form class="acpwd-form" action="" method="post"> <input class="acpwd-pass" type="password" name="acpwd-pass"> <input class="acpwd-submit" type="submit" value="Get access"> </form> <p class="acpwd-error-message">Sorry, but this is the wrong password.</p> </div>
Hello !
That’s right and I mentionned it on the homepage of this plugin. WordPress protects the same way the “protected Posts” (https://www.ads-software.com/support/article/using-password-protection/)…
Jo?l
- This reply was modified 5 years, 3 months ago by jojaba.
Forum: Reviews
In reply to: [Access Category Password] Видно заголовок ? картинкуHello,
It would be nice if you could give your feedback in english!
I translated it using a translation service, here’s what it gave:
“You can see the title and picture of the post in the hidden category.”Your right, only the content of the post is hidden. I didn’t add a feature to hide entirely the posts in a password protected category, but I will think about it for next version ??
Regards, Jo?l
Forum: Plugins
In reply to: [WordPress Word Count and Limit] Plugin doesn’t workSorry, couldn’t reproduce this issue… Please use the latest version of this plugin.
Jo?lForum: Plugins
In reply to: [Access Category Password] Exclude Content From Password ProtectionHello,
With the new version of this plugin (1.5.1) this should be fixed. set this topic as resolved, please, confirm this.Forum: Plugins
In reply to: [Access Category Password] No password on category archive?Sorry, I couldn’t reproduce this issue. Set to resolved for the moemnt, but if you can give me more details about this, I will have a look to it ??
Forum: Plugins
In reply to: [Access Category Password] Cookies for user-saved passwordsHello.
New version of plugin gives the opportunity to choose between sessions and cookie authentification ??Forum: Plugins
In reply to: [Access Category Password] Not protecting most of the postsHello Alex!
This is definitely an issue. The fact that a post doesn’t contain any content shouldn’t autorize the access (you can have images or other elements in the posts that are not considered as content…).
Thanks for the feedback. I mark this topic as resolved… The developpment version of the plugin contains the fix.Forum: Plugins
In reply to: [Access Category Password] Not protecting most of the postsHello Alex,
Thanks for using this plugin!
Can you confirm that the protected category is this one : https://escolaanglesola.cat/category/bloc-de-p3a-dia-a-dia/ ?
On your first link Post I don’t see any content (but you have surely deleted it for tests reasons I guess).
On the second link Post I can see the Password form…
But if I look to the category page (Bloc de P3A dia a dia) nothing is protected.
================================
Can you give me the way you are protecting the categories (session or cookie?).
Are some Posts without text? (only images or embeded informations in it)
Can you please try out the developpment version of the plugin?
Link to the developpment version : https://downloads.www.ads-software.com/plugin/access-category-password.zip
Thanks in advance for your feedback!Regards, Jo?l
Sorry, I found the trick ??
The .po files are located in/wp-content/languages/plugins
folder.