Replies: 0
The JSON Content Importer plugin (Version 1.2.16) shortcode works on my local wordpress install that is on my developer computer. But on the live site, the output is not rendered to html (none of the json content or shortcode is rendered at all from the plugin].
How do I troubleshoot this? Here are troubleshooting results I have:
1) Replaced my json template code with one of the examples from the JsonContentImporter webpage. Result: Example renders fine on my local site, but does not render on live site.
2) Replace my json template code with a simple shortcode that outputs a string. Result: String renders correctly on local and live site.
3) SSH into live site and execute CURL command to retrieve json response. Result: JSON returns as expected.
4) Upload the functions.php file to live server to ensure that the same version of the functions.php is being used. Result: Live site still does not render json output.
5) Deactivate then Reactivate JsonContentImporter plugin on live site. Result: Live site still does not render json output.
I don’t see any server errors and nothing at all appears in the webpage source where the JsonContentImporter output should appear. How can I further troubleshoot this issue? Thanks.