jkleinithemes
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] rcpstripeenableform is not definedHi. Just to remind you, if you have this issue with the Pro account we need you to submit a ticket as I cannot provide Pro support in the free forum. That said, let me try to recreate this in a development site with the current RC.
Thanks for the clarification. There isn’t anything within core Restrict Content that will do this. It may be possible to do this with custom code. We do not provide support for custom code, however here is a link to our developer documentation: https://restrictcontentpro.com/dev-docs/
Hi. By snippet are you referring to one of the “use-as-is” snippets we offer here or is this something else?
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Need an older versionHello. This seems to be a bit more of a LearnDash inquiry than RC or RCP for that matter. You should be able to do this with the current version of LearnDash and RC. Any updates we have made to RC are more related to how the Stripe API is integrated and should not impact this integration.
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Admin Email, Innvoice NumberHi. You would need to get the upgrade to Restrict Content Pro to be able to add an alternate email to the admin email address.
There is no direct way to reset the invoice number, other than making changes to your database.We DO NOT recommend making those changes to your database.Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Posts damaged if including [restrict]The first thing I would do is verify if there is a theme or plugin conflict. Here is some info about how to go about testing while not impacting what the users on the front end see: https://help.ithemes.com/hc/en-us/articles/115003073433-Checking-for-a-Conflict
Just so we can be sure why this error is occurring can you send me a ticket at: https://restrictcontentpro.com/support/
Mention Jenny Klein sent you from the WordPress forum in the ticket.Hi. Could I get some information about what version of PHP you are running?
Hi sorry about this. I think there was a hotfix for this produced recently at least for Restrict Content Pro. What version of RC are you running?
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Posts damaged if including [restrict]Hi. Sorry for the trouble. Just I can be sure what’s going on, I need to ask more questions to have a better idea of what your install is like: Are you using Gutenberg or a page builder and if so, what kind? What theme are you using? What version of RC are you running? Could you share a screenshot from you code editor of how you are adding the [restrict} tags?I must say that the recent updates that we have made have more to do with payment gateways?
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Creating A page for specific rolesHi. I need to recreate what you are doing here to be sure I understand. However, one question about the link you provided ( https://demo.psikesinema.com/online-dergi-sayi-1/ ),, how did you make it available to the general public? It looks like from your images you were both wrapping content in shortcodes along with limiting by Member Level. Are you using the same setting as displayed in the two main images up top?
Hi. I am sorry you had some struggles with this. WE will be updating our documentation in the future. Here’s one example of how to use this function:
/**
- Gets a list of post IDs with post-level restrictions defined.
* - @since 2.7
- @return array An array of post IDs.
*/
$restricted_post_ids = rcp_get_restricted_post_ids();
There’s another sample of this being used that can be found in the software, in this instance it’s being used to hide the posts. You can see it in use in RCO version 3.5.34 at: - restrict-content-pro > core > query-filters.php > line 53
Forum: Plugins
In reply to: [Membership Plugin - Restrict Content] Skip Email VerifyHi. There are more options for RCP transactional emails in the Pro version of Restrict Content. That said, there are settings that you can find in your WordPress dashboard at Restrict > Settings > Emails where you can disable sending the Payment Received and Membership Activated messages to your RC Members.
I am going to assume by email activation you mean: requiring response by a member to an email confirmation link that would be sent to them via email. Once again, the option to enable or disable email confirmation is only available with the Pro software version@xxaimsxx Glad to help!
Oh and forgot to answer the other part of the question, there is an optional setting to require and email confirmation before they get access to the website content. You would need to get a third party plugin like New User Approve or similar to manually approve the new members
- Gets a list of post IDs with post-level restrictions defined.