salxom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] video keep playing after modal closeI had the Avada theme with the bootstrap modal built in, and that only handle the div youtube id. Changing it to div lyte id cause the closing click event to malfunction. *This is just my thinking, I know nothing about javascript* So I figured switching to another modal to wrap around the div lyte id should work. Installed Popup Maker because they have a closing setting and worked after learning how to use it with the theme.
Made a new Popup with this in the description or insert youtube short code and change to “lyte”:
[lyte id=”example” width=”1280″ height=”720]Then, using this code I can link the popup maker to the theme’s default button – you can customize this button in the theme’s option, button shortcode. Stretch the button to make it fit my theme.
<span class=”popmake-#”> [button stretch=”yes”] Watch the Video[/button] </span>
I have about 9 embedded video button in my home page and it loads in about 3 seconds or less. Amazing!
Forum: Plugins
In reply to: [WP YouTube Lyte] video keep playing after modal closei fixed the problem. works awesome now. what a wonderful plugin!
Forum: Plugins
In reply to: [WP YouTube Lyte] video keep playing after modal closeHi Frank,
The popup modal load and play perfectly.
This is only when a user try to close the modal, but the video is still playing in the background. A user will expect that closing the popup screen will also pause or stop the youtube video inside.Inside the modal, i changed [youtube id=””] to [lyte id=””] and that caused the bug.
Would hate to change this plugin for something that can be fix. I don’t know javascript unfortunately.