The popup login/signup was working fine. I then changed the words of the default splash and now they don't work. Can anyone see what I've done from this code:
<div class="bx-splash bx-def-round-corners" style="background-image: url('templates/base/images/bx_splash_image.jpg');">
<div class="bx-splash-txt">
<div class="bx-splash-txt-cnt">
<div class="bx-splash-txt-l1 bx-def-padding-sec-leftright">
<h1 class="bx-cd-headline zoom"><span class="bx-cd-words-wrapper"><strong class="bx-cd-word is-visible">Welcome to your network!</strong><strong class="bx-cd-word">Welcome to your network!</strong><strong class="bx-cd-word">Welcome to your network!</strong></span></h1>
</div>
<div class="bx-splash-action"><button class="bx-btn bx-btn-primary">Join</button><button class="bx-btn bx-def-margin-left">Login</button></div>
</div>
</div>
</div>
Or could anyone even send me the default code?
Thanks!