I have a question.
Tutorial-Overview | WixWorld (russian-dima.wixsite.com) this is your spenden?
I want to use more than 3 popup windows, Lightbox, but how do I code it?
The current Catfish Banner Lightbox is causing the popup to disappear.
import { local } from ‘wix-storage’ ;
import wixWindow from ‘wix-window’ ;
$w . onReady ( function () {
if (! local . getItem ( “PopupShown” )) {
wixWindow . openLightbox ( “Popup” );
local . setItem ( “PopupShown” , “yes” );
}
// Write your code here
});
You found my old page yes 
I want to use more than 3 popup windows, Lightbox, but how do I code it?
I am not sure if you can open more then 1-Lightbox at same time.
As i know, as soon as you open a second Lightbox, the first one closes, but not sure i will have to test it first.
If you take a look into the Lightbox-Description in the VELO-API, you will recognize, that the logical way would be to open always just one LIGHTBOX at once, why ???
Because you have data-connection with the current opened LIGHBOX.
If you open more then one, the getContext-function won’t work always just with the last opened Lightbox.
But if i am honest i never tried to open more then one Lighbox, because i never was in the situation to do it.
You can generate a code, to open LIGHBOXES in serial-mode, that means one after another (communicaton between LIGHBOX from LIGHTBOX to LIGHTBOX), this is surely possible, but open more then one at once, not sure.
Why you need to open several LIGHBOXES at once?
There are no other possibilities to generate WORKAROUNDS ?
I also see that you use Wix-Storage surely for data-communication between PAGE & LIGHTBOX. But the LIGHBOX itself has already a function to be able to communicate with your page. Normaly you don’t need Wix-Storage.
When accessing the homepage, a hidden HTML BOX is displayed and I want to show it.
If you click HTML BOX or click anywhere on the homepage, you want to HIDE.
I am not rich. I wanted to express my gratitude to you.
thank you. It’s a small amount, but paypal was spenden.
I saw it and it is a very nice gift, very appreciated!
You are the one from about 5000 who did it!!!
MY RESPECT !!! THANK YOU VERY MUCH!