Trying to track down if this is a problem only for me - or for everyone?
I think the newest s2member beta version is somehow incompatible with shortcodes-ultimate. Old s2member versions were fine.
Duplicate:
plain website - no plugins, except s2member, s2member-pro, shortcodes-ultimate
Strange-Fact - enabling autoptimize with try catch solves this: https://wordpress.org/support/topic/disabling-ao-js-minification-breaks-my-page-shortcodes-ultimate/
I’m pretty sure something here is wrong with s2member-beta js scripts. Downgrading to the current 1908 standard version also solves the bug. Without any s2if codes on the page - shortcodes ultimate work fine.
Also not reproducible but happening - If I input several s2if codes from api/scripting - without autoptimize enabled they will not always work (existing pages seem fine).
Create website with (with older s2member-versions this page is working fine):
[s2If current_user_is(subscriber)]
some text
[/s2If]
[s2If current_user_is(s2member_level1)]
Some premium content for Level 1 Members.
[/s2If]
[s2If current_user_is(s2member_level0)]
Some content for Free Subscribers.
[/s2If]
[su_tabs style="default" active="1" vertical="no" mobile="stack" class=""] [su_tab title="Tab name" disabled="no" anchor="" url="" target="blank" class=""]Tab content[/su_tab] [su_tab title="Tab name" disabled="no" anchor="" url="" target="blank" class=""]Tab content[/su_tab] [su_tab title="Tab name" disabled="no" anchor="" url="" target="blank" class=""]Tab content[/su_tab] [/su_tabs]
Either going back to the current production s2member or disabling the s2if commands - will make the shortcodes ultimate tabs working.