Shortcode conditionals not working consistently

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]


In each instance where it appears, just change

access_s2member_level0

to

subscriber

I made the change, saved, dumped the cache and reviewed. Still the same results
the text of the shortcode is visible on the webpage

Try ‘subscriber’ instead of just subscriber.

Same results
I made the change, saved, dumped the cache and reviewed.

the text of the shortcode is visible on the webpage

Then you probably have a conflict somewhere. I can’t even attempt to help further, though, if I don’t have access to a URL where I can see this happening.

I provided 2 URLs in the original message.
https://bakercountypress.com/subscription-options/free-registration/ - not working

There are other pages where shortcodes are working
https://bakercountypress.com/2017/11/prisoner-taken-out-with-trash/

Would a conflict affect all functionality of the s2Member short codes or would it be selective. I have an example (provided above) where a different conditional shortcode is working

A conflict will be selective if the item with which it is conflicting only runs on certain posts or pages.