This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by 8theme
Hi everyone,
I am trying to use the plugin “Pop-up Maker” so that I can provide both an automatic pop-up and a button triggered pop-up with a single plugin.
The content of the pop-up is simply a YouTube video. If you go to http://happyrescues.org/popup-test, you will find the for some reason, the entire video is not showing in the popup. Its limited in height to like 100px.
I have been working with the plugin authors to remedy this, and we have tried a large number of fixes, none of which have worked. My support thread with them can be found here: https://wordpress.org/support/topic/embed-youtube-video-9/
Their feeling is that is that XStore is wrapping the YouTube video in some sort of DIV that is causing the problem, and they thought you guys might be able to help us fix it.
Any ideas? This is a really good plugin – it would be nice if it “played nicely” with a fine theme like XStore.
Thanks!
Hello,
Thank you for contacting us.
Try to increase video height manually using this simple CSS fix
.popmake-content iframe {
height:800px!important;
}
Regards
Thanks!
You are welcome!
You must be logged in to reply to this topic.Log in/Sign up