Hi,
we have a small https problem on homepage. impossible to be https because of an error in a link generated by one of your modules : https is missing!
<img alt="" src="http://img.youtube.com/vi/KZC3cjX1e5Q/maxresdefault.jpg" />
What can we do? thank you !
Hi estevecom
It is coming from this file /templates/ja_healthcare/acm/video/tmpl/style-1.php line 55
<img alt="" src="http://img.youtube.com/vi/<?php echo $video_link; ?>/maxresdefault.jpg" />
I corrected to
<img alt="" src="https://img.youtube.com/vi/<?php echo $video_link; ?>/maxresdefault.jpg" />
No errors are showing now
Regards
Thank you Pavit for your great support!