I am able to see the conditional in my web page.
I have copied from visual, pasted in notepad, cut from notepad and pasted in text mode
the page can be see here https://bakercountypress.com/subscription-options/free-registration/
the code worked for a number of years with no issue
The code is below.
[s2If current_user_can(access_s2member_level0)]
You have access to the content we show to our Free Registered Users. No further action is needed.
[/s2If]
[s2If current_user_cannot(access_s2member_level0)]
This is the free plan. It allows you access to limited sections of the site like videos and the events calendar, including the ability to post events to the calendar. You WILL NOT have access to the E-edition, which is a PDF of the full newspaper released every Thursday, with this plan.
[s2Member-Pro-PayPal-Form register=“1” level=“0” ccaps="" desc=“Signup now, it’s Free!” custom=“bakercountypress.com” tp=“0” tt=“D” captcha=“0” /]
[/s2If]
There are other pages where shortcodes are working
https://bakercountypress.com/2017/11/prisoner-taken-out-with-trash/
This one works**
[s2If !is_user_logged_in()]
You aren’t logged in to the website. So we can’t tell what Membership level you are at. Please log in using the form to the right.
If you have the correct Membership level, you will be able to view the requested content.
[/s2If]