Hope you can offer a solution to this request. I tried the demo and could only see the Splash page once even though I cleared my cache. The splash page should load each time the main site is indexed.
Regards
Hi,
I love the plugin, but what the guys asked before me, is exaclty what I need as well!
Any solution?
Cheers and thanks for that!
N
Same here, is this a possible option with your plugin?
Other than that it’s a perfect plugin for my needs!
Please let me know…
Thanks!
Hi!
I’ve got the same request.. how to configure to load every time someone visits the page?
Thanks!
I installed this and have only been able to see the splash page once. Unless I am missing something here this doesn’t make it a very useful plugin.
Great plug-in, but I was suffering with the same limitation as mentioned by all above – Only works once.
So I started looking into the code….. and I found a simple solution!
It seems that the developer has this option in mind but maybe hasn’t quite got it working perfectly – so please proceed with this fix with caution! I have not noticed any issues yet, but there must be a reason that it has been left out.
Edit two files:
admin.php remove ‘//’ from the start of lines 89 & 91
should leave you with this:
dc_number('Days until splash page appear', array('name'=>'vssp_options[cookie_expiration]', 'hint'=>'If 0, it will appear every session.', 'min' => 0, 'max' => 60), $options['cookie_expiration']);
echo '<p>Clear Cookies</p>';
splash-page.php remove ‘//’ from the start of line 41
should leave you with this:
$this->cookie_expiration = ($this->settings['cookie_expiration'] != 0 ? time() + ( $this->settings['cookie_expiration'] * 24 * 3600 ) : 0 );
You will then notice new options on the settings page. Set the number of days to expire the cookie.
When set to 0 days the cookie expires once the browser session is ended (so you will have to close your browser to test the effects)
Hope that helps!
@kendojoe Thanks for sharing the solution – I haven’t tried it though so can’t confirm whether it works or not.
@everyone I have noticed another, more important, issue with it which is why I am not using this plugin anymore. The issue is that whenever you share the page that has a splash page from this plugin – the featured image is not being picked up. It might work for you but it certainly hadn’t for me. Conclusion: check your share functionality before proceeding with anything else.
Tried it.. Confirming it works =)
Marking this topic as resolved. Thanks to everyone engaged.