Bugs and features
-
Foremost i would like to thank the authors(s) for creating this good and simple plugin.
I have tested it and have seen one bug that needs fixing and some features that would be good to have in this plugin.
Bugs
* Problem with session when starting at a sub page.
* When having a direct link to a sub page and you click button on the splash page to continue it looks fine, but as soon you go into other sub pages you get the splash screen again, only when going to home(root) of your site and proceed past the splash screen here, it will stop presenting you the splash screen for all the sub pages on the site.
* My fix for this was to edit the splash-page.php and add a “/” for the Path value to the cookie in the function “function splash_page()”
* Modified: setCookie( $this->cookie_name, time(), $this->cookie_expiration, “/” );
* Original: setCookie( $this->cookie_name, time(), $this->cookie_expiration );Features
* Transparency on button background color.
* Possibility to disable button when using image and link in content part.
* Possibility to change background color of text button with transparency options.
- The topic ‘Bugs and features’ is closed to new replies.