Hello, I noticed that my SlideShow video sometimes does not work and after searching I found it does not work on your demo website if the URL is starting with https// whatever the internet browser you are using.
Not working https://ja-company.demo.joomlart.com/index.php/en/
Working http://ja-company.demo.joomlart.com/index.php/en/
Could you please fix this bug and send me the solution to add it to my website ? Thanks in advanced. Regards.
Hi linkmasr
Try with this solution
Edit this file /templates/ja_company/acm/slideshow/tmpl/style-1.php
find and change
tag.src = "http://www.youtube.com/player_api";
To
tag.src = "https://www.youtube.com/player_api";
Hope it helps.
Regards
pavit The issue has been solved. Thanks.