top of page
Videos
Podcast
Blog
Meet Simi
Follow Simi
Sugar Squad
T3 Saturdays
Simi Chatbot
Search
bottom of page
import wixWindow from 'wix-window'; $w.onReady(function () { if (!sessionStorage.getItem("popupShown")) { wixWindow.openLightbox("Popup 1"); // Replace with your lightbox name sessionStorage.setItem("popupShown", "true"); } });