Thanks.
-
Thanks.
Would be nice if there was an option for closing button. Anyway, I guess it can be done with extra code.
(In mobile if you use the “Back” button to bypass splash screen whole page closes. That’s why I need a close button.)Edit:
——
* To Close the Splash Screen and Refresh the Same Page I used this code:
<button type=”button” onClick=”history.go(0)”>X</button>
There might be a better way but for now this method is working fine.+ If you don’t want the Splash Screen to popup in every refresh but if you want it to popup at a certain interval, then you should go to index.php of the plugin and then find …setcookie(‘kento_splash_screen’, 1, time()+xxx.
Then change xxx to any seconds you like. For example for a daily popup : 60x60x24 = 86400 (Place 86400 instead of xxx)
- The topic ‘Thanks.’ is closed to new replies.