Skip Navigation

[Resolved] View shortcodes not working

This support ticket is created 6 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 2 voices.

Last updated by Beda 6 years, 4 months ago.

Author
Posts
#924564

I have a page here:

hidden link

It has a view shortcode on it but it is not working, only the shortcode is displaying. I have tested this for other shortcodes too. I cant see any javascript errors and query monitor is not showing any errors either.

Can someone help?

Regards,

David

#924621

This is strange, and usually, only happening if:
- Toolset Views is not active (or any of it's related needed plugins for a certain ShortCode, although usually then that ShortCode simply would not work)
- Theme disables ShortCodes
- ShortCode is malformatted
- ShortCode is rendered thru a 3rd party that uses late hooks or other kind of templating systems where we cannot deploy our ShortCodes

Usually then you can replace [shortcode] with {!{shortcode}!} to solve this.

Please let me know how you replicate this issue so I can take a look.