Showonce not working
-
Hello,
The showonce option is not working correctly for me, it is only working on localhost. Do you have any idea why, I don’t have any clue !
I had to do a crappy fix with js/css:let popupcustom = sessionStorage.getItem('custompopup'); if(popupcustom==null){ sessionStorage.setItem('custompopup', 'true'); } if(popupcustom=='true'){ document.body.classList.add('hide-popup') }
Thank you
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Showonce not working’ is closed to new replies.