Reply To: Portfolio Page displaying '[raw]', '[/raw]' text.


imaginem
Support

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