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
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.