Jump to content

SSL - Mixed Content - Errors


bogdannistor

Recommended Posts

can please some one helo me with this error?
An image with an insecure url of "http://www.rcracing.ro/img/line34.png" was loaded on line: 3 of https://www.rcracing.ro/
where can i find the code for this image and change it to https?
thanks

Link to comment
Share on other sites

Hi welcome to the forum.

That image looks like from editorial module

.editorial_block {
    background: url(http://www.rcracing.ro/img/line34.png) top right no-repeat;
    padding-top: 35px;
    margin: 30px 0 0 0;
}

 

Try to find css file in theme/default_bootstrap/css/module editorial or how it is called.

Link to comment
Share on other sites

11 minutes ago, razaro said:

Hi welcome to the forum.

That image looks like from editorial module


.editorial_block {
    background: url(http://www.rcracing.ro/img/line34.png) top right no-repeat;
    padding-top: 35px;
    margin: 30px 0 0 0;
}

 

Try to find css file in theme/default_bootstrap/css/module editorial or how it is called.

Thanks mate , but i dont have anything like this.
BTW i have prestashop 1.6

 

...........................................................

LATE EDIT
it was here 0:/public_html/modules/editorial/css/editorial

AND NOW IT'S WORKING :D thanks a lot mate. you are the greatest

site.png

Edited by bogdannistor
later edit (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...