I would like the lightbox to recognise the user, to only display the lightbox once or maybe twice for a user. Otherwise a user can be irritated by the pop-up when visiting the site on a regular basis. Is there a posibility to do so? Maybe by adding code in the dev mode? Thanks in advance for helping me!
You can setup the trigger of a lightbox to trigger on the first page the user sees. https://support.wix.com/en/article/editor-x-using-lightboxes#setting-triggers-for-a-lightbox
However, it is a feature request to set a lightbox to open once per site visitor . As mentioned in that article, if you wanted to code a lightbox, you can follow the Velo Tutorial here . The example is for a One-Time popup though you may be able to have it trigger twice.
Great, thank you so much for your help!