top of page
Meet Liz!
Meet Liz!
Home
About
Podcast
Blog
More...
Use tab to navigate through the menu items.
Book Club Meetup
Time is TBD
Location is TBD
Time is TBD
Location is TBD
Author – Liz Hargreaves Cost – Free
Details
bottom of page
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"); } } );