Thread Starter
adz00
(@adz00)
I’ve attempted to set up content restrictions based on membership plans, with one plan being free and the other paid, identified by IDs 1 and 2, respectively.
To display a button using Elementor, I utilised the shortcode widget. Despite this, the message indicating a user is logged in persists, even when no user is logged in
[arm_restrict_content plan=”2,1,” type=”show”]
User Logged in
[armelse]
[elementor-template id=”2686″]
[/arm_restrict_content]
I’ve noticed that it works when you check for the WPRole and now the plan ID.
-
This reply was modified 2 years, 3 months ago by adz00.
Thread Starter
adz00
(@adz00)
Realised, I was setting it in CSS.