Title: John Parris's Replies - page 14 | WordPress.org

---

# John Parris

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 196 through 210 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/13/?output_format=md)
[1](https://wordpress.org/support/users/mindctrl/replies/?output_format=md) [2](https://wordpress.org/support/users/mindctrl/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mindctrl/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/mindctrl/replies/page/13/?output_format=md)
14 [15](https://wordpress.org/support/users/mindctrl/replies/page/15/?output_format=md)…
[61](https://wordpress.org/support/users/mindctrl/replies/page/61/?output_format=md)
[62](https://wordpress.org/support/users/mindctrl/replies/page/62/?output_format=md)
[63](https://wordpress.org/support/users/mindctrl/replies/page/63/?output_format=md)
[→](https://wordpress.org/support/users/mindctrl/replies/page/15/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Add function to check if page is restricted](https://wordpress.org/support/topic/add-function-to-check-if-page-is-restricted/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/add-function-to-check-if-page-is-restricted/#post-9881596)
 * Hi [@tyrannous](https://wordpress.org/support/users/tyrannous/),
 * Yes, we will merge that for the 2.3 release. I don’t have an estimated date yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Restricted Posts Not HIdden From REST API](https://wordpress.org/support/topic/restricted-posts-not-hidden-from-rest-api/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/restricted-posts-not-hidden-from-rest-api/#post-9879840)
 * [@cgrymala](https://wordpress.org/support/users/cgrymala/) we just released version
   2.2.2 to fix this issue. Thanks for reporting it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Access start date](https://wordpress.org/support/topic/access-start-date/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/access-start-date/#post-9874037)
 * It does not integrate with WooCommerce subscriptions. By that I mean people can’t
   purchase in the Woo checkout and get a Restrict Content Pro membership. They 
   have to purchase through the Restrict Content Pro registration page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Access start date](https://wordpress.org/support/topic/access-start-date/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/access-start-date/#post-9873987)
 * Hi [@pipoulito](https://wordpress.org/support/users/pipoulito/),
 * We have a Drip Content add-on for our Pro version. It lets you give access to
   content based on the member’s join date.
 * Drip Content add-on: [https://restrictcontentpro.com/downloads/drip-content/](https://restrictcontentpro.com/downloads/drip-content/)
 * Note, it requires a Pro or Ultimate license.
 * Let me know if you have any other questions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Restricted Posts Not HIdden From REST API](https://wordpress.org/support/topic/restricted-posts-not-hidden-from-rest-api/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/restricted-posts-not-hidden-from-rest-api/#post-9870322)
 * Hi Curtiss,
 * We’ll need to issue an update to restrict access via the REST API. In the meantime,
   if you’re comfortable adding a code snippet to your site, you can add the following
   code to your site to do it.
 *     ```
       add_action( 'rest_api_init', function() {
       	rcCheckUser();
       });
       ```
   
    -  This reply was modified 8 years, 6 months ago by [John Parris](https://wordpress.org/support/users/mindctrl/).
      Reason: Change hook
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] How do I change the restriction message font color?](https://wordpress.org/support/topic/how-do-i-change-the-restriction-message-font-color/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/how-do-i-change-the-restriction-message-font-color/#post-9869467)
 * [@edgarkaplan](https://wordpress.org/support/users/edgarkaplan/)
 * We just released version 2.2.1, which lets you style the color yourself with 
   some custom CSS.
 * To do that, you can go to Appearance > Customize > Additional CSS, and add the
   following CSS, if needed:
 * `.rc-restricted-content-message { color: #000; }`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] How do I change the restriction message font color?](https://wordpress.org/support/topic/how-do-i-change-the-restriction-message-font-color/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/how-do-i-change-the-restriction-message-font-color/#post-9867624)
 * Hi,
 * Right now it’s hardcoded and can’t be changed, but in the next update we’ll have
   it so it’s easy to override with a little bit of CSS.
 * I don’t have an estimated release date yet, but I’ll see if we can get it out
   for you soon!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Works up to 4.8.4](https://wordpress.org/support/topic/works-up-to-4-8-4/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/works-up-to-4-8-4/#post-9848116)
 * [@dvharrison](https://wordpress.org/support/users/dvharrison/) ha! Been there,
   done that myself! I know exactly what you mean.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Works up to 4.8.4](https://wordpress.org/support/topic/works-up-to-4-8-4/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/works-up-to-4-8-4/#post-9844287)
 * Glad to hear it! What was causing the conflict?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Works up to 4.8.4](https://wordpress.org/support/topic/works-up-to-4-8-4/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/works-up-to-4-8-4/#post-9844199)
 * I’m looking at the page you linked, and the shortcode isn’t being processed at
   all, as if the plugin isn’t activated. If it is activated, it’s probably the 
   theme or another plugin breaking the shortcode.
 * To find the cause, temporarily deactivate all plugins except Restrict Content
   and switch to the default Twenty Seventeen theme. It should work great like that.
   Then start turning things back on one by one until it breaks again. That’ll tell
   you what’s breaking the shortcode.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Works up to 4.8.4](https://wordpress.org/support/topic/works-up-to-4-8-4/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/works-up-to-4-8-4/#post-9844155)
 * Hi [@dvharrison](https://wordpress.org/support/users/dvharrison/),
 * Restrict Content works with 4.9.x, we just need to update the info on the plugin
   page. What is the full shortcode you’re using?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Membership Plugin - Kadence Memberships] Doesn’t Work](https://wordpress.org/support/topic/doesnt-work-1773/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-1773/#post-9820905)
 * Hi [@dragonfiy3](https://wordpress.org/support/users/dragonfiy3/),
 * Our apologies for the confusion. We do have WooCommerce integration listed as
   a Pro feature on the [plugin page](https://wordpress.org/plugins/restrict-content/),
   but we’ll see if we can make it clearer.
 * Glad to hear you found something that works for you.
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Meaning of “Feed”?](https://wordpress.org/support/topic/meaning-of-feed/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/meaning-of-feed/#post-9820331)
 * Hi Neil,
 * The feed is the RSS feed that WordPress has at yoursite.com/feed. There’s more
   info about the WordPress RSS feed here: [https://codex.wordpress.org/WordPress_Feeds](https://codex.wordpress.org/WordPress_Feeds)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Pre-Sale Question About Manually Adding Members](https://wordpress.org/support/topic/pre-sale-question-about-manually-adding-members/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pre-sale-question-about-manually-adding-members/#post-9786603)
 * Happy to help!
 * Sorry about the confusion on the support page. We’re working on making the pre-
   sales part more obvious. Right now you have to do a search before the form shows.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Pre-Sale Question About Manually Adding Members](https://wordpress.org/support/topic/pre-sale-question-about-manually-adding-members/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pre-sale-question-about-manually-adding-members/#post-9786549)
 * Hi [@ghdesign](https://wordpress.org/support/users/ghdesign/),
 * Yes, you can configure Restrict Content Pro to send renewal and/or expiration
   reminders, and link them to the registration page so they can renew their memberships.
 * If you have any other questions about the Pro version, feel free to shoot us 
   a pre-sales email here: [https://restrictcontentpro.com/support/](https://restrictcontentpro.com/support/)

Viewing 15 replies - 196 through 210 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/13/?output_format=md)
[1](https://wordpress.org/support/users/mindctrl/replies/?output_format=md) [2](https://wordpress.org/support/users/mindctrl/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mindctrl/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/mindctrl/replies/page/13/?output_format=md)
14 [15](https://wordpress.org/support/users/mindctrl/replies/page/15/?output_format=md)…
[61](https://wordpress.org/support/users/mindctrl/replies/page/61/?output_format=md)
[62](https://wordpress.org/support/users/mindctrl/replies/page/62/?output_format=md)
[63](https://wordpress.org/support/users/mindctrl/replies/page/63/?output_format=md)
[→](https://wordpress.org/support/users/mindctrl/replies/page/15/?output_format=md)