Meet Liz!
Meet Liz!
Home
About
Friends Sign-up
Podcast
Members Area
Blog
Posts
More...
All Posts
Mindfulness
Wellness
Relationships
High Performance
Search
Posts Coming Soon
Explore other categories in this blog or check back later.
import {local} from 'wix-storage'; import wixWindow from 'wix-window'; $w.onReady(function () { if(!local.getItem("firstTimePopupShown")) { wixWindow.openLightbox("Our custom Cookie popup"); local.setItem("firstTimePopupShown", "yes"); } } );