Splash screen

2 replies·opened Jan 24, 2021
G
gizbooJan 24, 2021

hi,

Do you have an example with a page over a page, as some kind of advertisement. Like a modal but not a modal :). Rather like your "side panel" but opening it over the entire existing page?
Also, happy new year 2021

Regards

S
SemiColonWebSTAFFJan 24, 2021

Hello,

A Very Happy New Year to you and your Loved ones!

This is Definitely Possible and can be implemented using some custom CSS. Consider using this Code for the Modal:

<div class="modal-on-load" data-target="#myModal1"></div>

<!-- Modal -->
<div class="modal1 mfp-hide" id="myModal1">
	<div class="block mx-auto" style="background-color: #FFF; width: 100vw; height: 100vh;">
		<div class="center" style="padding: 50px;">
			<h3>A Simple Example of a Text Modal</h3>
			<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum delectus, tenetur obcaecati porro! Expedita nostrum tempora quia provident perspiciatis inventore, autem eaque, quod explicabo, ipsum, facilis aliquid! Sapiente, possimus quo!</p>
		</div>
		<div class="section center m-0" style="padding: 30px;">
			<a href="#" class="button" onClick="$.magnificPopup.close();return false;">Close this Modal</a>
		</div>
	</div>
</div>

and this CSS Code:

.mfp-container {
	padding: 0;
}

.mfp-close {
	color: #222;
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

G
gizbooJan 24, 2021

thanks

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard
Splash screen · Canvas Template Support