John Parris
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Not working on custom page templateHi,
Without seeing the code in your custom page template, it’s hard to say. Please post a copy of it on gist.github.com and share a link to it.
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Translate stringsHi,
We have not added any specific support for WPML, so if it doesn’t work you’ll want to reach out to the WPML folks for more info.
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Can I restrict files?Hi, at this time we do not have an option for restricting media files.
Hi,
That’s not a feature we have. Sorry. They have a membership plugin that works with their subscriptions plugin.
We have a pro version called Restrict Content Pro that can use to restrict content based on members having a subscription, but it uses our own subscription feature and not the WooCommerce one.
Let me know if you have any other questions.
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Error after saving pagesHi @dohhutt,
We have a fix in the pipeline for this. It’ll be included in the next update.
Thanks for the report!
Hi,
Sorry to hear Restrict Content isn’t working for you. Due to WooCommerce uses an override to display the products on that Shop page, Restrict Content doesn’t restrict the page from being viewed.
We don’t have official support for restricting WooCommerce products in Restrict Content. It’s possible with some custom code, but it’s a bit more involved. That’s something we’ve added in our Restrict Content Pro product, where you can restrict viewing and/or purchasing based on the user having a subscription level (free or paid) on the site.
Let me know if you have any questions.
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Quick View?Hi,
There’s not a built in way to preview the pages like that. If you restrict them, they’ll be restricted and show the restricted message.
One quick way to test it after saving is to right click on one of the following links and open the link in a new private/incognito window. Screenshot
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Restricting WooCommerce customersFor this plugin, we’re about to ramp up development to bring in some new features. That’s one of the first ones on the list, so keep an eye out for that if your project’s timeline allows.
We’ll be releasing support for it in our Restrict Content Pro product soon, likely within the next 30 days.
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Restricting WooCommerce customersHi Andrew,
The “customers” role is a custom role, and Restrict Content does not support them at this time. It’s something we’re planning to add in the near future, but I don’t have an estimated date yet.
Let me know if you have any other questions!
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] register form doesn’t workHi,
You’re referring to Restrict Content Pro, our paid plugin. We support that directly on our site. Please open a ticket here: https://restrictcontentpro.com/support/
Forum: Reviews
In reply to: [Membership Plugin - Kadence Memberships] Doesn’t workI appreciate your feedback.
Restrict Content uses the
the_contentfilter in WordPress, which is effectively the stuff you type in the post/page editor. That’s the approach we took here, which may be different than the approach taken by the other plugins. That’s not to say one approach is better than another, just that there are reasons we took this approach.I’m happy to hear you found a solution that works for you.
Forum: Reviews
In reply to: [Membership Plugin - Kadence Memberships] Doesn’t workHi @compusolver,
Elegant Themes has a proprietary page builder that doesn’t display the content using the WordPress standard methods. This would affect not only Restrict Content, but other membership and content restriction plugins, as well as any other plugin that relies on the standard to do its thing.
One of our team members wrote an extensive review of page builders, where he mentions Divi by Elegant Themes. If you’re curious about the ins and outs of page builders, you can read more about it here: https://pippinsplugins.com/wordpress-page-builder-plugins-critical-review/
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Restrict featured imageHi, that’s not possible without some custom development. The plugin only filters the post/page content out of the box, and featured images are displayed using another method.
If that’s something you’re interested in doing, see
current_user_can()as one way to check a user’s role: https://codex.ww.wp.xz.cn/Function_Reference/current_user_canForum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] Restricted Page showing on menuHi,
Restrict Content doesn’t remove the menu item if someone doesn’t have access to it. It would require some custom development to do that. You can also try using a plugin like Nav Menu Roles: https://ww.wp.xz.cn/plugins/nav-menu-roles/
Forum: Plugins
In reply to: [Membership Plugin - Kadence Memberships] suscriber level doesn’t workHi,
Can you show some screenshots of:
– the full post edit screen for the post in question
– the user edit screen for the user that can’t see the content
– the “New User Default Role” setting in WordPress under Settings > General