synchroni_city
synchroni_city

Reputation: 159

Just got a SSL certificate but there is still a insecure localhost image

I just got an SSL certificate and everything went smoothly except there is still one image that is loading insecurely over http://. It's from a localhost url and I have no idea where it is coming from and how to get rid of it. This is the url that is still loading over http, http://localhost/Proiecte/GIT/kleo/wp-content/uploads/.

My website is https://thenoteshack.com/ if you want to check the error console.

Any advice on how I can convert this to https or just get rid of it? I have no clue what it is.

Upvotes: 1

Views: 229

Answers (1)

Anand Bhat
Anand Bhat

Reputation: 5819

The insecure reference is in the div id="rev_slider_1_1", value for CSS property background-image:url.

<div id="rev_slider_1_1_wrapper" class="rev_slider_wrapper fullscreen-container" style="padding:0px;">
<!-- START REVOLUTION SLIDER 4.6.93 fullscreen mode -->
    <div id="rev_slider_1_1" class="rev_slider fullscreenbanner" style="display:none;background-image:url(http://localhost/Proiecte/GIT/kleo/wp-content/uploads/);background-repeat:no-repeat;background-fit:cover;background-position:center top;">
<ul>    <!-- SLIDE  -->

Upvotes: 2

Related Questions