Hello there.
I has been using this plugin from some time ago. I have to say that it’s a great plugin, simple to use and pretty effective, but I am surprised that you have not released a new version for it. Will you continue supporting this one? Can we have a compatible 6.x update for the plugin?
Best regards
]]>Cloudflare y not considering the splash page. when caching it putting it in after the footer in the Home page.
How do I need to configure it to work?
Thank you regards
Did anyone figure out how to remove the button and have the splash auto forward to home page?
]]>Hello,
I noticed that my updraft plugin configuration page on the backend stopped working when I activate VSSP. The browser console showed an error at:
admin-scripts.js – “jquery live is not a function”
The problem is in the sortable-images code:
$(‘.sortable-images span a’).live(‘click’, function (e) { …
jQuery .live() has been removed from version 1.9 onwards.
This code needs to be changed to:
$(‘.sortable-images span’).on(‘click’, ‘a’, function (e) {
More information can be found at: https://stackoverflow.com/questions/14354040/jquery-1-9-live-is-not-a-function
Thank you,
Detlef
I can’t see my media library on the admin page of WordPress 5.5.1 when this plugin is activated.
]]>Is it possible to move the location of the button on the “Very simple splash page” button?
After uploading my video, the button is directly in the middle of the video.
I would like to move it under the video?
Any ideas?
]]>Hi
How can I do to see my Feeds, when I try to access I allways see the splash page. So my atomatic post it isnt working.
I Also whant to know if there is any way to preload my site when the splash screen is shown, so the users dont have to wait when they click the bottom
Thank you very much.
]]>Is it possible to make the splash page
1) automatically move to the main website after x seconds
2) fade in/out gradually?
thanks!
]]>The button doesn’t work and I’ll only end up on the same splash page. Can you please fix this?
]]>I used your lovely plugin to create a splash page for a friend. She is hoping the the Splash page can open each time someone chooses to go to the site (without having to clear their cahce or quit and reopen their browse, which is the only way for that to happen now).
I noticed that in the template coding (I think) there is a place that says “Only Once”. Can that be where it is changed? And if so, will that cause other issues?
Many thanks for your guidance,
Robert Y
Hello,
I uploaded a video that has music to the background of my site’s splash page, but I can’t hear the music. Is there a way to play sound on the splash page?
Thank you!
]]>Hi.
Trust you are doing great.
I am new to this… can you please help me
and tell me how to direct visitors to a specific page when they hit Enter…
like going to the login page?
Awaiting your kind response.
Thank you and regards.
Veena
Dear all,
I like to use this plugin very much, it is clean and simple and adds a lot to the side I am about to create. Nearly perfect, really!
But I would like to deactivate the splash screen function for small devices / small browser windows, let’s say viewport < 1000px –> splash screen not showing at all, just directly loading the main screen.
Is there any way to archieve this?
Maybe, if I am not alone with my wish, it would be a good feature to add to this plugin?
Kind regards,
Susanne
]]>Hi, I want to show the splash page everytime you open the url,without a cookie, is there any simple way to delete it?
Thank you
]]>Great plugin, love it, but when I have this plugin active the WP CLI doesn’t work it simply prints out a bunch of html/css. I’ve narrowed it down to this plugin alone, even when I’m using 2017 theme it’s still causing this.
luggagecart@ps591560:~/shoptheluggagecart.com$ wp plugin list
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="https://shoptheluggagecart.com/wp-content/themes/storefront-child/style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html {
width: 100%;
}
body:before, body:after {
position: relative;
}
body {
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: url('https://shoptheluggagecart.com/wp-content/uploads/2018/12/PicsArt_04-24-11.29.01.png');
background-origin: padding-box;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 0;
width: 100%;
height: 100%;
}
.splash-container {
display: table;
max-width: 767px;
margin: 0 auto;
position: relative;
text-align: center;
width: 100%;
}
.splash-content {
display: table-cell;
vertical-align: middle;
}
.splash-text {
color: #fff;
font-size: 18px;
font-weight: bold;
line-height: 1;
}
.splash-button-area {
margin: 30px 0 0;
}
.splash-button {
color: #000;
font-size: 14px;
background: #fff;
font-weight: bold;
line-height: 1;
display: inline-block;
border-radius: 5px;
padding: 20px;
}
@media screen and (max-width: 1200px) {
}
</style>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="https://shoptheluggagecart.com/wp-content/plugins/very-simple-splash-page/assets/js/jquery.vide.js"></script>
</head>
<body >
<div class="splash-container">
<div class="splash-content">
<div class="splash-text">
</div>
<div class="splash-button-area">
<a class="splash-button" href="https://">Enter</a>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
var h = $(window).height();
$('.splash-container').height(h);
$(window).resize(function(){
var h = $(window).height();
$('.splash-container').height(h);
})
$('.splash-button').click(function(e){
e.preventDefault();
console.log('clicked');
window.location.reload(true);
})
});
</script>
</body>
</html>luggagecart@ps591560:~/shoptheluggagecart.com$ wp theme list
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="https://shoptheluggagecart.com/wp-content/themes/twentyseventeen/style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html {
width: 100%;
}
body:before, body:after {
position: relative;
}
body {
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: url('https://shoptheluggagecart.com/wp-content/uploads/2018/12/PicsArt_04-24-11.29.01.png');
background-origin: padding-box;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 0;
width: 100%;
height: 100%;
}
.splash-container {
display: table;
max-width: 767px;
margin: 0 auto;
position: relative;
text-align: center;
width: 100%;
}
.splash-content {
display: table-cell;
vertical-align: middle;
}
.splash-text {
color: #fff;
font-size: 18px;
font-weight: bold;
line-height: 1;
}
.splash-button-area {
margin: 30px 0 0;
}
.splash-button {
color: #000;
font-size: 14px;
background: #fff;
font-weight: bold;
line-height: 1;
display: inline-block;
border-radius: 5px;
padding: 20px;
}
@media screen and (max-width: 1200px) {
}
</style>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="https://shoptheluggagecart.com/wp-content/plugins/very-simple-splash-page/assets/js/jquery.vide.js"></script>
</head>
<body >
<div class="splash-container">
<div class="splash-content">
<div class="splash-text">
</div>
<div class="splash-button-area">
<a class="splash-button" href="https://">Enter</a>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
var h = $(window).height();
$('.splash-container').height(h);
$(window).resize(function(){
var h = $(window).height();
$('.splash-container').height(h);
})
$('.splash-button').click(function(e){
e.preventDefault();
console.log('clicked');
window.location.reload(true);
})
});
</script>
</body>
]]>
In case anyone else is trying to use this plugin and noticed that the video background has no sound, here is the fix.
In /wp-content/plugins/very-simple-splash-page/templates/default-template.php, add this before the closing bracket on line 66:
data-vide-options="muted:false"
Hello,
Anyone figure our a way to have the video redirect to another page after a video background ends playing. I have turned off autoloop and all I need left is to have it redirect at the end of playing.
Please help so close to having this work as planned.
Thanks & Regards!
]]>Can i put a mp3 background music on the front splash page?
Like enable a background music plugin on this splash plugin? As i would love to have some music playing in the background with my bg image? Is this possible?
Thanks
]]>My client’s been noticing that the splash page shows on multiple pages when viewing the site. Had a developer friend look at this and he said “It’s (splash page) actually not specific to the “connect” page. Looking at the PHP code running this plugin on the server, the splash page is tied to a browser session cookie. If the cookie doesn’t exist (the browser start’s a fresh session or the cookie is manually deleted) the splash page will appear again.
You can see this by opening multiple incognito windows (not tabs) with different pages. E.g, open one with the “/ourstory/” page and the other to the “/connect/” page. Both windows will show the splash page.”
Can you code the php to ONLY show on the home page and not have it tied to a browser session cookie?
website: williamsonheritage.org
Thank you for your help!
]]>I selected video as my background which plays correctly on desktop BUT NOT on mobile. The video thumbnail does not display.
Can you help?
]]>Hi
I noticed one thing this plugin really needs and that is the possibility to add tags to the header section of the splash page, or that it imports them from the main site.
The reason for that is that many of us are using Googles tools to monitor traffic and so on to improve the quality of the site.
And when these tools cannot get the verification key or other keys needed from the splash page without editing the default-template.php file in this plugin they stop working.
Thanks in advance.
Marcus
]]>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.
This plug-in does exactly what i need except that friends with apple products (iPhone, iPads and Macs) tell me that the enter button does not work.
Please suggest a solution.
Thanks
Lee
Hi,
Is it possible to add a full page Flash animation (.swf file) like an intro page with your plugin ?
Thanks
Love the simplicity of this plugin. But I’d like to have three different buttons linking to three different subsites. Is this possible?
]]>Hi,
My background image doesn’t show up, got only black background.
Any idea what could be wrong?
Thank you for your help
Philippe
]]>I have a video on the VerySimpleSplashPage but there is no sound.
And the page doesn’t work at all on an iPad: I only can see the ‘enter website’button. The whole page is blank.
Hi,
is your splash plugin compatible with PHP 7?
I would like to upgrade my site.
Regards
Henryk
Hi, I had an old client contact me about their site that uses the Very Simple Splash Page plugin. Some days it works fine, then other days the splash page won’t show up. Then other days, anything you click on throughout the site redirects to the splash page, making it super frustrating to navigate throughout the site. It doesn’t make sense from day to day. I was just wondering if anyone knows what to do? Cookies and caching does not seem to be the issue.
Thanks!
]]>How can I set the plugin that the welcome page is shown only the first time a user visits the page?
]]>