Title: John Parris's Replies - page 15 | 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 - 211 through 225 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/14/?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)…
[14](https://wordpress.org/support/users/mindctrl/replies/page/14/?output_format=md)
15 [16](https://wordpress.org/support/users/mindctrl/replies/page/16/?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/16/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Can’t style the register form with CSS](https://wordpress.org/support/topic/cant-style-the-register-form-with-css/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/cant-style-the-register-form-with-css/#post-9760362)
 * Show me exactly what CSS you’re trying. You can paste it on gist.github.com and
   paste the link here.
    -  This reply was modified 8 years, 8 months ago by [John Parris](https://wordpress.org/support/users/mindctrl/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] CSS Login](https://wordpress.org/support/topic/css-login/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-login/#post-9760357)
 * Your site is running the Pro version of our plugin. If you need support, please
   open a ticket at [https://restrictcontentpro.com/support](https://restrictcontentpro.com/support).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Can’t style the register form with CSS](https://wordpress.org/support/topic/cant-style-the-register-form-with-css/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/cant-style-the-register-form-with-css/#post-9756524)
 * It’s hard to say without seeing the CSS you’re trying. My guess is that your 
   theme is overriding the styles you’re trying to apply. Try adding `!important`
   to your styles to see if that takes effect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] CSS Login](https://wordpress.org/support/topic/css-login/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-login/#post-9754395)
 * You can do the logout link with `.rc_logged_in a`
 * You can identify these classes and IDs by examining the form in your web browser’s
   developer tools. [https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] CSS Login](https://wordpress.org/support/topic/css-login/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-login/#post-9753637)
 * You should be able to do that with `#rc_login_submit` mentioned above.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] CSS Login](https://wordpress.org/support/topic/css-login/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-login/#post-9753207)
 * No need to edit files. Go to `Appearance > Customize > Additional CSS` in your
   WP admin and you can add the custom CSS there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] CSS Login](https://wordpress.org/support/topic/css-login/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/css-login/#post-9753182)
 * Hi,
 * You can definitely customize the styles of the form with CSS.
 * The login form ID is `rc_login_form`, the login name field ID is `rc_user_login`,
   the login password field ID is `rc_user_pass`, the remember me checkbox ID is`
   rc_user_remember`, and the login button ID is `rc_login_submit`.
 * With that info, here’s an example of some CSS you could use to target the login
   name field:
 * `#rc_user_login { padding: 20px; }`
 * Hope that helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Can’t style the register form with CSS](https://wordpress.org/support/topic/cant-style-the-register-form-with-css/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/cant-style-the-register-form-with-css/#post-9749209)
 * Thanks. To me it looks like your form is blending in with your theme. The only
   CSS included in this plugin is related to error messages on the registration 
   form… for example, if someone doesn’t supply all the correct information it will
   show an error and we style those errors. We don’t style any form elements at 
   all. What exactly are you trying to change that’s not taking effect?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Can’t style the register form with CSS](https://wordpress.org/support/topic/cant-style-the-register-form-with-css/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/cant-style-the-register-form-with-css/#post-9741070)
 * Hi,
 * Can you link me directly to the page with the registration form?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] RCP on a WordPress installation using Webpack](https://wordpress.org/support/topic/rcp-on-a-wordpress-installation-using-webpack/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/rcp-on-a-wordpress-installation-using-webpack/#post-9725740)
 * Hi,
 * This forum is for the free Restrict Content plugin. Please open a support ticket
   at [https://restrictcontentpro.com/support/](https://restrictcontentpro.com/support/)
   for support of our paid product.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Restriction only taking effect after X amount of articles read?](https://wordpress.org/support/topic/restriction-only-taking-effect-after-x-amount-of-articles-read/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/restriction-only-taking-effect-after-x-amount-of-articles-read/#post-9687630)
 * Hi Luciano,
 * At this time we don’t have that feature. It’s on our roadmap for the Pro version,
   but 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] Restrictions do not seem to be taking effect.](https://wordpress.org/support/topic/restrictions-do-not-seem-to-be-taking-effect/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/restrictions-do-not-seem-to-be-taking-effect/#post-9670904)
 * Hi Craig,
 * Can you show me a screenshot of the post edit screen, showing the full page edit
   screen?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] protect with wildcard?](https://wordpress.org/support/topic/protect-with-wildcard/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/protect-with-wildcard/#post-9647954)
 * Hi,
 * Restrict Content has never had a wildcard feature, so you may be thinking about
   another plugin. Also, this plugin does not support subscription levels. That’s
   our Pro product. If you have questions about that, open a support ticket at [https://restrictcontentpro.com/support/](https://restrictcontentpro.com/support/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Restrict Content Plugin-Where to Put the Shortcode to restrict Top Level Menu](https://wordpress.org/support/topic/restrict-content-plugin-where-to-put-the-shortcode-to-restrict-top-level-menu/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/restrict-content-plugin-where-to-put-the-shortcode-to-restrict-top-level-menu/#post-9613106)
 * Without custom development, the shortcode will only work in the post/page editor.
   Screenshot: [https://cl.ly/3o3H1e1n042w](https://cl.ly/3o3H1e1n042w)
 * The custom “Brief Description” box you have there is a custom implementation.
   We don’t have a way built in to do that, sorry. You’ll need to do some custom
   dev to work with the custom/proprietary method you’re using there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Restrict Content Plugin-Where to Put the Shortcode to restrict Top Level Menu](https://wordpress.org/support/topic/restrict-content-plugin-where-to-put-the-shortcode-to-restrict-top-level-menu/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/restrict-content-plugin-where-to-put-the-shortcode-to-restrict-top-level-menu/#post-9612635)
 * I see. That’s an archive page for a custom post type. Well, you can use the shortcode
   inside the coupon posts themselves, and that will restrict the content in the
   single and archive views. If you want to restrict the entire archive view, so
   that logged out users wouldn’t even see the title of the coupons, you would need
   to customize your theme’s archive template. I don’t have an example of how to
   do that custom development.

Viewing 15 replies - 211 through 225 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/14/?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)…
[14](https://wordpress.org/support/users/mindctrl/replies/page/14/?output_format=md)
15 [16](https://wordpress.org/support/users/mindctrl/replies/page/16/?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/16/?output_format=md)