• 1. Link Your Implementation of Popup Maker (www)
    https://www.ecolemaria.com

    2. Describe what is supposed to happen
    – I config the popup-maker to display once in 24h (Cookie Time =1day) a Youtube video with music with Auto-play (https://youtu.be/bG29YZHX25A)

    3. Describe what is actually happening
    – After visiting the website, the popup is hiding in all the pages and postes but the the video/music keeps playing in background.

    So is their any solution to let the plugin to delet the hiding popup-maker code to stop playing it in every page in the website?

    Thanks

    https://www.ads-software.com/plugins/popup-maker/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @taghaboy – Hmm, this should already be fixed. I will look into it and see about making a quick patch as soon as I determine why its not doing it already.

    Thread Starter taghaboy

    (@taghaboy)

    @danieliser – have you any idea or patch?
    Thanks

    Plugin Author Daniel Iser

    (@danieliser)

    @taghaboy – I see the issue, it wasn’t previously addressed. The video does stop when closing the popup, but not after the page refreshes. Strangely, the videos usually don’t load until the popup is shown, generally iframes that are hidden do not load their content.

    Still looking into this.

    Thread Starter taghaboy

    (@taghaboy)

    I hop you will find solution.
    Thanks

    Plugin Author Daniel Iser

    (@danieliser)

    @taghaboy – I will, gonna try to get it rolled into the v1.3 update later this week.

    Thread Starter taghaboy

    (@taghaboy)

    @danieliser – any news about the Update?
    i’d like to tell you that the issue it’s only with the HTML5 player, the flash player are hidden and not looping.
    Voila, i’m waiting for the update, and thanks for this amazing plugin.

    Plugin Author Daniel Iser

    (@danieliser)

    @taghaboy – Patch going out today should do the trick.

    Plugin Author Daniel Iser

    (@danieliser)

    @taghaboy – v1.3.2 is live. Test it and let me know if that does the trick for you.

    Thread Starter taghaboy

    (@taghaboy)

    @danieliser – i’m so sorry, I test in Google Chrome but it still work in every page (HTML5 player)

    Plugin Author Daniel Iser

    (@danieliser)

    @taghaboy – In that case what is happening is you have your videos set to autoplay which should not be the case. If you want them to auto play you will need to implement some custom JS that triggers the video to play when the popup is opened not when its loaded.

    jQuery('.popmake').on('popmakeBeforeOpen', function () {
      jQuery('video')[0].play();
    });
    Thread Starter taghaboy

    (@taghaboy)

    @danieliser – Thanks for your reply,
    just two questions :
    01– The jQuery code, did I insert it in the header of each page, or into the embed container :

    <div class="embed-container">
    <iframe src="https://www.youtube.com/embed/bG29YZHX25A?autoplay=1&rel=0" width="300" height="150" frameborder="0" allowfullscreen="allowfullscreen">
    </iframe>
    </div>

    02– Did you plan to add this option for the video in the display settings in next update?

    Thanks for all.

    Plugin Author Daniel Iser

    (@danieliser)

    @taghaboy – I would insert it into your footer or your themes JS. If you do your footer you need to wrap it with <script tags.

    As for including it in the core, no there is an extension that will add quite a few video control options like this in the works. Video Popups will add this and a lot more including full screen popups etc.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Video/music keeps playing in background !’ is closed to new replies.