foogallery-core-css blocked due to http: link
-
I’m hurriedly trying to debug why a few galleries on this site have ceased to display properly (they are displayed one per line rather than in a grid as they used to be, and as they appear in the admin). I notice this in the JavaScript console
Mixed Content: The page at 'https://karamaria.com/works-on-paper/' was loaded over HTTPS, but requested an insecure stylesheet 'https://karamaria.com/wp-content/plugins/foogallery/extensions/default-templates/shared/css/foogallery.min.css?ver=2.4.16'. This request has been blocked; the content must be served over HTTPS.
and in a series of included plugin css files FooGallery is the only one that’s http:
<link rel='stylesheet' id='contact-form-7-css' type='text/css' media='all' />
<link rel='stylesheet' id='foobox-free-min-css' type='text/css' media='all' />
<link rel='stylesheet' id='foogallery-core-css' type='text/css' media='all' />
<link rel='stylesheet' id='thumbs_rating_styles-css' type='text/css' media='all' />
<link rel='stylesheet' id='sbtt-style-css' type='text/css' media='all' />I don’t know what generates that list but is it possible this is a bug in version 2.4.16?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.