So I added another shortcode in that page:
[s2Get user_field=“first_name” /]
That shortcode is displaying correctly, showing the user’s first name. So it’s probably an issue with the other shortcodes:
[s2If !current_user_can(access_s2member_level0)]
Hello, this area is for member only content.
[/s2If]
[s2If current_user_is(s2member_level0)]
Thank for registering to the Iaas Members Area.
Your membership is pending approval.
Once it's approved you will receive an email and will have access to our membership content.
Thank you and have a great day!
[/s2If]
What could be the problem with these conditional shortcodes?
Thanks,
Dan