I
I
Ilya Derevyannykh2022-03-25 13:37:23
Digital certificates
Ilya Derevyannykh, 2022-03-25 13:37:23

Because of what, after moving to https, images in the footer are not displayed?

After the move , pictures in the footer with a relative path are not displayed. All others work correctly.
How can this be resolved?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
Zolg, 2022-03-25
@Ylia_dr

because in your code jquery is loaded via http. and the browser refuses to pull it over http

<script src="http://code.jquery.com/jquery-1.8.0.min.js"></script>

change it to http s ://code.jquer.... and everything will most likely work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question