Title: jojaba's Replies | WordPress.org

---

# jojaba

  [  ](https://wordpress.org/support/users/jojaba/)

 *   [Profile](https://wordpress.org/support/users/jojaba/)
 *   [Topics Started](https://wordpress.org/support/users/jojaba/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jojaba/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jojaba/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jojaba/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jojaba/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jojaba/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 170 total)

1 [2](https://wordpress.org/support/users/jojaba/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jojaba/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/jojaba/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/jojaba/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/jojaba/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/jojaba/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Caldera Forms - More Than Contact Forms] Fatal error on version 1.8.9 and 1.8.10](https://wordpress.org/support/topic/fatal-error-on-version-1-8-9-and-1-8-10/)
 *  Thread Starter [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-on-version-1-8-9-and-1-8-10/#post-12556810)
 * Can somebody confirm that this happens only with free version of plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Caldera Forms - More Than Contact Forms] Fatal error on version 1.8.9 and 1.8.10](https://wordpress.org/support/topic/fatal-error-on-version-1-8-9-and-1-8-10/)
 *  Thread Starter [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-on-version-1-8-9-and-1-8-10/#post-12532520)
 * 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-579293947](https://github.com/CalderaWP/Caldera-Forms/issues/3513#issue-579293947)
 * Thanks in advance. Joël.
 * Edit: just saw that 1.8.11 has same issue!
    -  This reply was modified 6 years, 2 months ago by [jojaba](https://wordpress.org/support/users/jojaba/).
      Reason: added git ticket link
    -  This reply was modified 6 years, 2 months ago by [jojaba](https://wordpress.org/support/users/jojaba/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Access Category Password] Hide all post titles in category menu item](https://wordpress.org/support/topic/hide-all-post-titles-in-category-menu-item/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/hide-all-post-titles-in-category-menu-item/#post-12340174)
 * Hello,
    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.wordpress.org/reference/hooks/wp_title/](https://developer.wordpress.org/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.
    -  This reply was modified 6 years, 3 months ago by [jojaba](https://wordpress.org/support/users/jojaba/).
    -  This reply was modified 6 years, 3 months ago by [jojaba](https://wordpress.org/support/users/jojaba/).
    -  This reply was modified 6 years, 3 months ago by [jojaba](https://wordpress.org/support/users/jojaba/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Access Category Password] PHP hooks to add additional content?](https://wordpress.org/support/topic/php-hooks-to-add-additional-content/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/php-hooks-to-add-additional-content/#post-12305752)
 * 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 6 years, 4 months ago by [jojaba](https://wordpress.org/support/users/jojaba/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Access Category Password] Two passwords](https://wordpress.org/support/topic/two-passwords-2/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/two-passwords-2/#post-12305697)
 * I plan to implement a password for each category as soon as possible…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Access Category Password] PHP hooks to add additional content?](https://wordpress.org/support/topic/php-hooks-to-add-additional-content/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/php-hooks-to-add-additional-content/#post-12305690)
 * 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>
       ```
   
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Access Category Password] The protection type “COOKIE” is deprecated as insecure.](https://wordpress.org/support/topic/the-protection-type-cookie-is-deprecated-as-insecure/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/the-protection-type-cookie-is-deprecated-as-insecure/#post-12210940)
 * Hello !
 * That’s right and I mentionned it on the homepage of this plugin. WordPress protects
   the same way the “protected Posts” ([https://wordpress.org/support/article/using-password-protection/](https://wordpress.org/support/article/using-password-protection/))…
 * Joël
    -  This reply was modified 6 years, 5 months ago by [jojaba](https://wordpress.org/support/users/jojaba/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Access Category Password] Видно заголовок і картинку](https://wordpress.org/support/topic/%d0%b2%d0%b8%d0%b4%d0%bd%d0%be-%d0%b7%d0%b0%d0%b3%d0%be%d0%bb%d0%be%d0%b2%d0%be%d0%ba-%d1%96-%d0%ba%d0%b0%d1%80%d1%82%d0%b8%d0%bd%d0%ba%d1%83/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/%d0%b2%d0%b8%d0%b4%d0%bd%d0%be-%d0%b7%d0%b0%d0%b3%d0%be%d0%bb%d0%be%d0%b2%d0%be%d0%ba-%d1%96-%d0%ba%d0%b0%d1%80%d1%82%d0%b8%d0%bd%d0%ba%d1%83/#post-12192210)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Word Count and Limit] Plugin doesn’t work](https://wordpress.org/support/topic/plugin-doesnt-work-240/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-240/#post-12067238)
 * Sorry, couldn’t reproduce this issue… Please use the latest version of this plugin.
   
   Joël
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Access Category Password] Exclude Content From Password Protection](https://wordpress.org/support/topic/exclude-content-from-password-protection/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/exclude-content-from-password-protection/#post-12067221)
 * Hello,
    With the new version of this plugin (1.5.1) this should be fixed. set
   this topic as resolved, please, confirm this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Access Category Password] No password on category archive?](https://wordpress.org/support/topic/no-password-on-category-archive/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/no-password-on-category-archive/#post-12067213)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Access Category Password] Cookies for user-saved passwords](https://wordpress.org/support/topic/cookies-for-user-saved-passwords/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/cookies-for-user-saved-passwords/#post-12067211)
 * Hello.
    New version of plugin gives the opportunity to choose between sessions
   and cookie authentification 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Access Category Password] Not protecting most of the posts](https://wordpress.org/support/topic/not-protecting-most-of-the-posts/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/not-protecting-most-of-the-posts/#post-12062214)
 * Hello 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Access Category Password] Not protecting most of the posts](https://wordpress.org/support/topic/not-protecting-most-of-the-posts/)
 *  Plugin Author [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/not-protecting-most-of-the-posts/#post-12033811)
 * Hello Alex,
    Thanks for using this plugin! Can you confirm that the protected
   category is this one : [http://escolaanglesola.cat/category/bloc-de-p3a-dia-a-dia/](http://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.wordpress.org/plugin/access-category-password.zip](https://downloads.wordpress.org/plugin/access-category-password.zip)
   Thanks in advance for your feedback!
 * Regards, Joël
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast Duplicate Post] Plugin not entirely translated when manuel installation](https://wordpress.org/support/topic/plugin-not-entirely-translated-when-manuel-installation/)
 *  Thread Starter [jojaba](https://wordpress.org/support/users/jojaba/)
 * (@jojaba)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/plugin-not-entirely-translated-when-manuel-installation/#post-11943098)
 * Sorry, I found the trick 😉
    The .po files are located in `/wp-content/languages/
   plugins` folder.

Viewing 15 replies - 1 through 15 (of 170 total)

1 [2](https://wordpress.org/support/users/jojaba/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jojaba/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/jojaba/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/jojaba/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/jojaba/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/jojaba/replies/page/2/?output_format=md)