Hi. I use an awesome membership plugin called Activemember360, that, in together with Pro, basically let me do magic.
Activemember360 uses shortcodes, which normally work just fine with the Pro builder, if I put them anywhere in either text elements, or content (or classic raw content) blocks.
However, I am now running into an issue with one, where apparently Pro doesn’t render the shortcode as expected. This is a shortcode to set a cookie. the shortcode is [mbr_cookie set some_variable=‘some value for the variable’].
As I said, all shortcodes typically work fine with Pro. However, this shortcode - instead of what it is supposed to do, set a cookie, now renders on the front end of the site as (<:=mbr_cookie_set1 name=‘some_variable’ value=‘some value for the variable’ expires=‘3600’=:>) and does NOT set the cookie.
If i put the shortcode in a Gutenberg HTML block on an otherwise empty page, it works as intended.
Any thoughts?