• Hi,

    Is there a way to set the splash screen to the user each time he accesses the website in case he have closed the browser’s tab?

    Im asking this because a session can last as long as the browser keeps opening and i’d like the splash to be shown more “often”.

    Thanks

    https://wordpress.org/plugins/wp-splash-page/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Here is what I did to make the splash screen display every time:
    (unfortunately, you will need to edit the plugin code)

    Inside:
    class-wp-splash-page.php

    Make the following change to this function:

    public function is_active() {
    if (is_front_page() )
    return true;
    }

    Then goto WordPress Dashboard Settings -> Reading:

    Select Your Latest posts for the front page displays.

    Now, the splash page will load every time no matter what.

    I am so glad you have posted a solution for this. Thank you it really helped out!!!

    Hi, I have the same problem as poi3..

    I have wp splash page enabled as a disclaimer page you have to agree to before entering the site, but it doesn’t load every time. If you check the agree box then enter, you can then open up in another tab and enter the site and the disclaimer doesn’t pop up.

    I input the coding suggested by aweworks, but this makes the disclaimer reload after submitting agree, therefore not taking you into the site, or being able to access it at all.

    Can anyone please help with how I can fix this?? Any coding I can input or a different plugin altogether?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Load the splash on each load’ is closed to new replies.