Hello!
I am hoping you can help me out, as I have dedicated much time to this problem.
I want to use conditions to restrict content for memberships or user-roles.
I have a multisite, and I tried to restrict content by user-roles, but the user-roles that are tied to the memberships are not updating on the subsites, so I need to restrict content by memberships.
I am using Paid Memberships Pro and have gone back and forth with them, with an hour DM back and forth with the co-founder, and no one was able to help me at all.
The table I need to pull from is the “wpqg_pmpro_memberships_users” and the field I need to use is “membership_id”.
I have tried the following variations through using the condtions>string based on past topics here:
{{dc:paid-memberships-pro: wpqg_pmpro_memberships_users field=“membership_id”}} IS 4
{{dc:user: wpqg_pmpro_memberships_users field=“membership_id”}} IS 4
{{dc:wpqg_pmpro_memberships_users field=“membership_id”}} IS 4
{{dc:pmpro: wpqg_pmpro_memberships_users field=“membership_id”}} IS 4
{{dc:pmpro: pmpro_memberships_users field=“membership_id”}} IS 4
{{dc:user: pmpro_memberships_users field=“membership_id”}} IS 4
{{dc:paid-memberships-pro: pmpro_memberships_users field=“membership_id”}} IS 4
{{dc:user: membership_id"}} IS 4
4 IN (above variations)
I am hoping you can help guide me on this, otherwise, I don’t know how I can possibly restrict the content for paid members if the theme doesn’t let me restrict by memberships and the plugin won’t update roles. (I have even tried using different 3rd party plugins that update roles, didn’t work)
Please note I took all the basic steps - looked for plugin conflicts, disabled all plugins, cleared my site, cdn, and browser cache, and used different browsers.
Thanks for any solution. I will take any guidance on either updating roles or using conditions on memberships if you have any.