Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • svtmusr Friend
    #1060738

    Dear JA, I want create a video module exactly as in the home page of your demo website. I have copied exactly your code (disabling any text editor) in my custom module, adapting to my Youtube video:

    <div class="video-wrapper grid-2×2"><img class="video-cover" src="images/joomlart/demo/video-cover.jpg" alt="" /> <a class="video-play-icon" href="https://youtu.be/aZgqMxM6HJE"><i class="fa fa-play-circle-o"> <iframe width="560" height="315" src="https://youtu.be/aZgqMxM6HJE" frameborder="0" allowfullscreen>

    The image of video shows correctly, the play button also work, but if I click on the play button I see only a blank page with an X button without any video. And the link of the video is correct. Why? How can I solve it?

    Thank you very much

    • This topic was modified 7 years, 2 months ago by  svtmusr.
    • This topic was modified 7 years, 2 months ago by  svtmusr.
    Saguaros Moderator
    #1060928

    Hi,

    Try to disable the default editor via Global Configuraion in admin panel of your site and put this output content for this module again:

    <div class="video-wrapper grid-2x2">
    <img class="video-cover" src="images/joomlart/demo/video-cover.jpg" alt="" />
    <a class="video-play-icon" href="#"><i class="fa fa-play-circle-o"></i></a>
    <iframe width="560" height="315" src="//www.youtube.com/embed/aZgqMxM6HJE" frameborder="0" allowfullscreen></iframe>
    </div>

    I tested this in my local site with JA Decor quickstart and it works properly as demo site:

    http://prntscr.com/gi2t3h
    http://prntscr.com/gi2t8s

    Regards

    svtmusr Friend
    #1060957

    Perfectly solved, thank you very much! It was a link format error.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  svtmusr 7 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum