SSL issue
-
I have a website with WooCommerce running on it. The default url for the website uses https:// but during the checkout process it changes to https://
Because WP-Flybox uses the WP_PLUGIN_URL to load background images for the tabs, it tries to load https:// version of the images on a https:// page so the browser gives the warning about loading non-SSL content.It may be better to load content with a protocol relative url, or use something besides WP_PLUGIN_URL
https://snippets.webaware.com.au/snippets/cleaning-up-wordpress-plugin-script-and-stylesheet-loads-over-ssl/I also noticed that the twitter profile image and images for followers were also loading with https:// urls.
https:// versions of these images do exist on Twitter.Thanks for a great plugin!!!
- The topic ‘SSL issue’ is closed to new replies.