Hi Guys
I’m using a theme with the WPBakery system for page content and I’d like to use conditionals to hide or show blocks based on membership level.
I’ve tried adding an HTML block with the shortcode [s2If !current_user_can(access_s2member_level1)] before the content I want to show, and another block with [/s2If] after the content, but the [/s2If] shortcode is rendered as-is on the page. Has anyone found a way to show and hide WPBakery rows and blocks using conditionals?