CssMenu Z-index too high & X for Close the Venobox Lightbox can't be used on 480 breakpoint

Issues related to previewing and publishing your web site.
Post Reply
VEDRAN
 
 
Posts: 83
Joined: Tue Feb 09, 2021 9:54 am
Contact:

CssMenu Z-index too high & X for Close the Venobox Lightbox can't be used on 480 breakpoint

Post by VEDRAN »

Hi
Two things to report here.

1. The Z-index of the: CssMenu is to high I belive or something. On the main page of my Demo, if you click on: Button the Lightbox: Venobox is opened. But this CssMenu, which is a part of WYSWYG, is over (partly covers) the Lighbox, so you can't see sometimes whats in the Lightbox. Same thig happens with Lightbox: Magnificpopup

Can you fix please?

2. Also, I am not sure where does this Lightbox: Venobox belongs to. Is it in the section where you want to help in fixing something, or is it in the black area, where no help is offered. But, I'm going to report it anyway as I think I should, so what ever happens.
On Brakepoint: 480 when you click on the: Button on main page of the demo, you almost cannot see the X (Close) button on the top right corner. A scroll bar is covering it or something else is. It is too close to right top corner. See Demo also.

Demo: https://easyupload.io/jmwrz6

Thank you
User avatar
Pablo
 
Posts: 22488
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: CssMenu Z-index too high & X for Close the Venobox Lightbox can't be used on 480 breakpoint

Post by Pablo »

This has nothing to do with web builder itself. venobox is a third party script. It is provided "as is". See also the disclaimer on the download page.

But you can add this code to give venobox a higher z-index.

Code: Select all

<style>
.vbox-overlay 
{
 z-index: 9999;
}
</style>
VEDRAN
 
 
Posts: 83
Joined: Tue Feb 09, 2021 9:54 am
Contact:

Re: CssMenu Z-index too high & X for Close the Venobox Lightbox can't be used on 480 breakpoint

Post by VEDRAN »

Pablo wrote: Fri Oct 11, 2024 8:54 pm This has nothing to do with web builder itself. venobox is a third party script. It is provided "as is". See also the disclaimer on the download page.

But you can add this code to give venobox a higher z-index.

Code: Select all

<style>
.vbox-overlay 
{
 z-index: 9999;
}
</style>
This CSS could solve my problem with Venobox, yes. Thank you for you help. I will try to sort the X (close) also somehow by myself.

But, Lightbox: Magnificpopup is a part of WB I think (not 100% sure) and it also has the issue like Venobox. Litebox: Fancybox and PreatyPhoto does not have this issue with CssMenu, but Lightbox: Magnificpopup does. Can you check please using the same Demo, just change the Lightbox From: Venobox to Lightbox: Magnificpopup

Thanks
User avatar
BaconFries
 
 
Posts: 5648
Joined: Thu Aug 16, 2007 7:32 pm

Re: CssMenu Z-index too high & X for Close the Venobox Lightbox can't be used on 480 breakpoint

Post by BaconFries »

But, Lightbox: Magnificpopup is a part of WB I think (not 100% sure) and it also has the issue like Venobox
Although the above is accessed from within the programme they still use third party scripts to work. Have you yourself installed any third party scripts? if you have please remove these (temporarily) and see if this solves this as they may cause a conflict.
Post Reply