Photos don't pop-up on my site

Hello, why the javascript is not working on my website https://bolick-crew.000webhostapp.com/ ? Normaly when clicking on a picture the photo has to pop-up in bigger format, but this is not working, what can I do ?
On my other website it works, google 2lt Gilbert Malrait (can not ad 2 links), this is on another server.

Thanks in advance

Good day @pheelievdd!

Please change all http:// from your HTML documents to //. Then clear your browser cache and try again.

Hello @teodor, what do you mean by Please change all http:// from your HTML documents to // ?

This is an example of the little script I use to make the photo apear in a pop-up (found on the internet and it works on all other servers)

@teodor a href=“javascript:popBeeld(‘krogh/topeka.jpg’,‘Topeka, KA.’)”>Hanging out in Topeka 1943.<

Where do I need to change something?

Thanks in advance

The required scripts are not loading because they are linked through an insecure HTTP connection while your website is being loaded on a secured HTTPS connection. Please hit F12, go to console tab and see it for yourself.

To overcome this issue you should load the scripts from a HTTPS connection as well. You should change the ‘http://’ to ‘//’ in your document in order to instruct the browser to load the mixed content from the same protocol as the one which is used by the client to access your origin site.

@teodor, still not understand what to do, am not a proffesional :cold_sweat: Can I send you a PM with the code of one webpage?

Thanks in advance

Open up your document and do a search and replace

http for https

Can you paste a page of your site here within
Code tags [code]
And the ending tag after it [ /code]

@Infinity I can not post the code, get this screen

image

Can I send it to you in a email?

Greetings from Belgium

@Isana, qu’est-ce que je dois changer maintenant? Je ne vois pas quoi ni où je dois changer quoi que ce soit :cold_sweat:
Merci d’avance

@Isana J’essai de le faire sur une page comme test, mais je suis pas proffesionel. Je fait aussi un back-up pour etre sur :cry:

@Isana ca je sait mais sur mon nouveau site sur 000webhost ca marche pas!!!

@Isana j’arrive pas a mettre le lien du nouveau site sur ce forum. Jai pris un prscr commeca tu va voir l’adresse et le probleme. Si tu click sur une photo ca doit s’ouvrir dans un pop-up, ca a toujours marche sur les autres server mais ici pas moyen de faire marché! Je vais etre obliger d’aller mettre le site sur un autre server :disappointed_relieved:

@Isana j’essaye sur une page. Sorry pour mon francais, je suis flamand (dutch speaking)

@Isana is not working, I changed one page but notting happen :grimacing:

@Isana Notting changes :cry::cry::cry:

@Isana, will try it tomorrow and also asking my son who is webdesinger :worried:

Thanks anyway for your help :+1::+1::+1:

@Isana is working now, I deleted the problem Javascript and made direct links to the images (open in a new window) :wink:

Thanks for the effort to help me.