Hi @godfather21
thank you for your thread.
This plugin gets the content via Ajax. A possible cause of this issue could be that the Yith plugin outputs that shortcode only during a normal page loading, and not for an ajax request.
Another possible cause could be that you deactivated the Yith plugin because you have followed the tip written in the description of the plugin in the paragraph TIPS TO SPEED UP THE PROCESS TO GET THE CONTENT”, but you disabled also the Yith plugin. Could it be so?
What’s the Yith plugin? I looked for Yith Similar Products, but haven’t found it. It would be great if I can try the same plugin on my installation and reproduce the problem.
Hi @godfather21
would it be possible for you to test the new version 0.0.6? You will find it here: https://downloads.wp.xz.cn/plugin/content-no-cache.0.0.6.zip
After the update, you need to add the shortcode parameter request=”remote”.
You have a shortcode that looks like [content_no_cache id=”3328″], you should replace it with something that looks like [content_no_cache id=”3328″ request=”remote”].
Adding request=”remote”, the plugin gets the content like a normal page loading. The content will be served a little slower, but this is the only way to make run shortcodes added by the plugin that outputs them only for a normal page loading.
When you have no problems with the shortcode don’t use that parameter, if you have it as in this case, add that parameter.
Please, tell me if it solves the issue in your case, if so, it will become the new official version.