Hi @adam1920,
Does this thread fix your issue?
https://wordpress.org/support/topic/meta-slider-on-home-page-not-secure-for-https/
Specifically adding this part to functions.php:
function metaslider_protocol_relative_urls($cropped_url, $orig_url) {
return str_replace('http://', '//', $cropped_url);
}
add_filter('metaslider_resized_image_url', 'metaslider_protocol_relative_urls', 10, 2);
If not, can you provide a link?
The next release should fix this, but for now you can try the above. Let us know
Same issue, and the fix doesn’t work.
https://bergen.edu/home/
@particularlyevil it looks like your issue is with jQuery:
(index):1 Mixed Content: The page at 'https://bergen.edu/home/' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js?ver=4.8.2'. This request has been blocked; the content must be served over HTTPS.
Haha, I came back here to update this thread with the same information. Sorry about that.