Plugin Author
mvied
(@mvied)
Hey Beth,
It seems like these would be fixed by the Internal HTTPS Elements option. Is that enabled?
Thanks,
Mike
Hi Mike,
Thanks for the response. I have the internal https selected. I managed to fix two of the problems (discovered via the chrome developers tool) but there is one plugin that still is causing an error. Would you mind taking a peek? The url is https://www.1069thelight.org/donate/. How can I make this plugin secure??
They have a big event coming up and I need to get this fixed asap.
Thanks so much for your help! 🙂
Beth
Plugin Author
mvied
(@mvied)
Hey Beth,
Ah, I see the problem. The CSS file is included like this:
<style type='text/css' media='screen'>
@import url(http://www.1069thelight.org/wp-content/plugins/event-calendar-3-for-php-53/ec3.css);
</style>
Which the plugin isn’t actually checking for right now. Unfortunately I’m in the process of a large update to the plugin, so I can’t push out a quick fix. However, here is an edited version of 1.9.2 that you can use. Simply replace the contents of wordpress-https.php with the contents from this pastebin, and it should work. http://pastebin.com/raw.php?i=NDQVBs3b
Let me know if it works or not. I didn’t test it, but I think I got it right. 🙂
Thanks,
Mike
Plugin Author
mvied
(@mvied)
Awesome! I’ll be sure to get that fix into the next version of the plugin as well. Thanks for the feedback!