Loads insecure content
-
It seems strange that no one has commented on this yet. When I was first trying to get this working when I clicked on the neato Add Google Chart button it brought up a somewhat blank pane. I figured out that the page was trying to load insecure content and the jsapi script from google was being blocked by my browser. (our back-end admin panel is setup to load over https) here is the message in Chrome’s javascript console.
[blocked] The page at https://wpsupport.boisestate.edu/wp-content/plugins/chartboot-for-wordpress/cbwp.php ran insecure content from https://www.google.com/jsapi.
I was able to fix the whole issue by editing cbwp.php eight lines or so from bottom to src=”//www.google.com/jsapi” it was originally src=”https://www.google.com/jsapi” This allows the browser to load up http or https depending on what the page is. If you could make this change in the next version I think it would be an improvement.
Got the idea from the second edit of the author’s question. Not too sure if it is directly related to this issue. https://stackoverflow.com/questions/547384/where-do-you-include-the-jquery-library-from-google-jsapi-cdn
https://www.ads-software.com/plugins/chartboot-for-wordpress/
- The topic ‘Loads insecure content’ is closed to new replies.