I have this view which I want to show only for logged in users. And if not logged in, I want to show the login form. I thought this code in the view's Output Editor would do the job:
But it does the job partly. For the logged out user it doesn't show the content (fine!) but it shows the login form as shortcode. And after logging in, the content of the view is there, but labels are as shortcodes (check attached image). So in a perculiar way this Output Editor field knows some Toolset shortcodes, but not all. Is this intentional?
Thanks for confirming. Rather than wrapping the Output Editor shortcodes in the conditional, it would be better to wrap the view itself in the conditional.
This way you will hide the view in its entirety as the partial loading of the view could be the cause of the issue.