Is this something that can be fixed, as it is causing JS errors on my page, and causing the PWA plugin not to function properly?
Thank you!
I installed the updated Feed Them Social Plugin (version 2.8.3.4), cleared browser/server cache, but I am still seeing the error in the console of https://www.breathinginchrist.com.
Thanks,
Jason
Specifically, see the style tag injected into this service worker script response (because the styles are printed at wp_enqueue_scripts not wp_print_styles): https://www.breathinginchrist.com/?wp_service_worker=1
That is exactly what I changed in the zip link mentioned on your support forum.
I have not done any custom css for this plugin. The plugin even shows “Not Checked: You are using the default CSS.”
Thanks
I’m going to push an update with the changes I made from wp_enqueue_scripts to wp_print_styles from the zip I sent you earlier. If you are not even using the custom CSS then that is even stranger you are still having troubles. Possibly a server side cache using varnish or other you might want to check.
If after updating you are still having troubles I would reach out to the @westonruter and see if he notices anything else that could be causing this problem.
I should have this pushed within the hour.
I Just updated the plugin, and I am no longer seeing the error in the console.
Thanks!