Hello. Help please.
How does the Welcome screen.
How to insert a greeting page Fasebook
Thank
https://docs.google.com/document/d/1DPVAvC8Pls4lRt55EVv0cVid65RjsyWDLjHbyH3lJ24/pub
teitbite wrote:Hi
Welcome screen is only visible in demo. This element is not present in the template packages.
<div id="tip-overlay"></div>
#tip-overlay {
background: url("https://demo.gavick.com/joomla25/writer/templates/gk_writer/images/overlay-img.png") no-repeat scroll 100px center rgba(0, 0, 0, 0.75);
cursor: pointer;
height: 100%;
left: 0;
opacity: 1;
position: fixed;
top: 0;
transition: all 0.3s ease-out 0s;
width: 100%;
z-index: 4;
}
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#tip-overlay').click(function(){
$(this).hide('slow');
});
});})(jQuery)</script>