Lightboxes from YouTube videos do not appear, but audio from video works

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
contextbi
 
 
Posts: 39
Joined: Tue Oct 27, 2020 2:04 pm

Lightboxes from YouTube videos do not appear, but audio from video works

Post by contextbi »

Hello! YouTube lightboxes do not work on the site. When you click on the preview, the light box does not appear, but the sound from the video works. Please see this block on the website https://softcds.ru/ - http://joxi.ru/YmExN9MTMYKdLr . But if I remove all layers from the project, leaving only the block with the YouTube preview, then the pop-up window with the video appears. Please look at the website: https://bicontext.ru/test/cdssoft/

I have attached 2 project files: https://drive.google.com/drive/folders/ ... sp=sharing
In project 1, I removed all unnecessary layers. Lightboxes work correctly in it.
In project 2, I did not remove all layers from the site. Lightboxes with youtube video do not work in this project.

I think some layers may be blocking the appearance of lightboxes
Last edited by contextbi on Mon Dec 07, 2020 2:30 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Lightboxes from YouTube videos do not appear, but audio from video works

Post by Pablo »

Where do I need to look for the lightbox?
There are hundreds of elements on the page!

Note: it is very confusing if you leave all content on the page.
If you need help then please remove all element that are not relevant to your question.

Related FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=82134
contextbi
 
 
Posts: 39
Joined: Tue Oct 27, 2020 2:04 pm

Re: Lightboxes from YouTube videos do not appear, but audio from video works

Post by contextbi »

Lightboxes in this block - http://joxi.ru/YmExN9MTMYKdLr. Above I indicated a link to the screenshot, but I inserted it incorrectly
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Lightboxes from YouTube videos do not appear, but audio from video works

Post by Pablo »

Because you have so many layers, the standard z-index of the lightbox is not high enough.

You can solve this by adding:

Code: Select all

<style>
.mfp-bg
{
   z-index: 11042 !important;
}
.mfp-wrap
{
   z-index: 11043 !important;
}
</style>
contextbi
 
 
Posts: 39
Joined: Tue Oct 27, 2020 2:04 pm

Re: Lightboxes from YouTube videos do not appear, but audio from video works

Post by contextbi »

Thank you for your help .
Lightboxes now work correctly.

Your support is the fastest and most efficient!
Post Reply