Hi, venik4.
It worked before, I presume? Are you getting any errors, either PHP or JavaScript?
Thread Starter
venik4
(@venik4)
You presume correctly. No PHP or JavaScript errors. After upgrading to the version 2.9.0.1 of Content Protector, all Crayon shortcodes within Content Protector tags appear as crayon IDs. Downgrading Content Protector to the previous version removes the issue.
If the Crayon shortcodes are showwing, you’ll likely need to turn on do_shortcode under Default Protected Content Filters on the General tab.
Hmmm, does it matter whether you use the AJAX attribute or not? Some plugins don’t use add_shortcode() to add shortcode support, which means that when using AJAX, the PHP code that manages the plugin shortcodes don’t get loaded – so the shortcodes don’t get rendered at all.