Reply To: Portfolio Page displaying '[raw]', '[/raw]' text.
Welcome to iMaginem Support! | Forums | Catalyst for WordPress | Portfolio Page displaying '[raw]', '[/raw]' text.
Hi,
Checked the link form the comment but there’s no images or the ‘raw’ text displaying in the contents.
Could you edit /functions/shortcodes/general.php
Line 169
Replace from
return '[raw]' . $content . '[/raw]';
to
return $content;
It could be that something is interfering with that code. Likely a plugin.
Could you check if the above solution resolves it.
Thanks