Here are the way to show popup for first time visit and the difference between them are.. 1) Localstorage - Assigned value stored after browser close.2) SessionStorage - Assigned value removed after browser or tab close. 1) Localstorage Localstorage...
Show jQuery popup only first time visit of website page?
Show popup once for new website page visitors !
So if you want to show the popup on the website for first time visitors then follow this.. First of all add this code to theme footer.php file .. <div id="letcont" class="modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div...