• Resolved erip

    (@erip)


    I am buidling a streaming website.
    Posts should consists contain three parts

    Guests & users – text
    Paying users – video
    guest & non-paying-users (finished membershipplan) – text & call to action: in oder to see video > Button: buy membership plan

    I have used this following setup,
    This does not work correct since it shows the video for WP loggedin users without an (payed) ARmembershipplan:

    [arm_restrict_content plan=”any_plan,” type=”show”]
    video stream (loggedin-paying-ARmember)
    [armelse]
    please start paying (guest & non-paying-logged-in)
    [/arm_restrict_content]
    text for all

    Question:
    How to make content available only when you have an ARmembership plan?

    • This topic was modified 3 years, 10 months ago by erip.
    • This topic was modified 3 years, 10 months ago by erip.
    • This topic was modified 3 years, 10 months ago by erip.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author reputeinfosystems

    (@reputeinfosystems)

    Hello

    I have checked you have used Restrict Content with any plan and type=”show” so accordingly, this condition will be true if the user has purchased any plan otherwise there will display else part content.

    Regarding video not showing, please confirm that you have added content inside the if condition of the content part after that video will be displayed accordingly.

    Thanks

    Thread Starter erip

    (@erip)

    Oke. I am using folowing code now.
    Which works …

    [arm_restrict_content plan=”any_plan,” type=”show”]
    you have video access
    [armelse]
    please buy a membershipplan
    [/arm_restrict_content]
    text for all

    • This reply was modified 3 years, 10 months ago by erip.
    Plugin Author reputeinfosystems

    (@reputeinfosystems)

    Hello,

    I am glad to know that your issue is solved.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘restrict content for non-logged and loggedin-non-payingmember’ is closed to new replies.