Title: Bug &#8211; Cannot unprotect
Last modified: August 20, 2016

---

# Bug – Cannot unprotect

 *  [lisaleague](https://wordpress.org/support/users/lisaleague/)
 * (@lisaleague)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/bug-cannot-unprotect/)
 * I’m having trouble removing a post from membership.
 * The admin box for Charter (the membership level) cannot be deselected. When the
   post is updated the box is selected again.
 * The post is not in a member category.
 * [http://wordpress.org/extend/plugins/paid-memberships-pro/](http://wordpress.org/extend/plugins/paid-memberships-pro/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Jason Coleman](https://wordpress.org/support/users/strangerstudios/)
 * (@strangerstudios)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/bug-cannot-unprotect/#post-3215865)
 * Thanks for the heads up. I’m able to reproduce this and will have an update shortly.
 * In a pinch you can delete the corresponding row in the pmpro_memberships_pages
   table.
 *  Plugin Author [Jason Coleman](https://wordpress.org/support/users/strangerstudios/)
 * (@strangerstudios)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/bug-cannot-unprotect/#post-3215866)
 * I’ve fixed this on the development version of the plugin. It will go out with
   version 1.5.5 (probably tonight).
 * If you can’t wait, you can see the edit here and patch your own version:
    [https://github.com/strangerstudios/paid-memberships-pro/commit/f641d2c41a930b281ba2cf09f0ec86784eb52131](https://github.com/strangerstudios/paid-memberships-pro/commit/f641d2c41a930b281ba2cf09f0ec86784eb52131)
 *  Thread Starter [lisaleague](https://wordpress.org/support/users/lisaleague/)
 * (@lisaleague)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/bug-cannot-unprotect/#post-3215868)
 * Thanks, I’ll wait for the update. Is there a way to make a child theme of the
   plugin? I had to change a line of CSS (text shadow) because it interfered with
   another.
 * Or can I just save my current CSS file from this version and replace in the update
   coming before I install?
 *  Plugin Author [Jason Coleman](https://wordpress.org/support/users/strangerstudios/)
 * (@strangerstudios)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/bug-cannot-unprotect/#post-3215919)
 * You’d have to save and replace. You can enqueue a new style and have it depend
   on “pmpro_frontend”. Then that css would load after PMPro’s and you can override
   the styles.
 * That would look like:
 *     ```
       wp_enqueue_style('pmpro_custom', get_template_directory_uri() . '/css/pmpro-custom.css', array('pmpro_frontend'));
       ```
   
 * I should add a way to replace the css (for e.g. use pmpro.css if it’s int he 
   active theme folder). This is pretty common in plugins. I’ll consider it for 
   a future release.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Bug – Cannot unprotect’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/paid-memberships-pro_f1dacb.svg)
 * [Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions](https://wordpress.org/plugins/paid-memberships-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paid-memberships-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paid-memberships-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/paid-memberships-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paid-memberships-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paid-memberships-pro/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Jason Coleman](https://wordpress.org/support/users/strangerstudios/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/bug-cannot-unprotect/#post-3215919)
 * Status: not resolved