Pop up layer with 50% transparent background (an issue)

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
longman
 
 
Posts: 106
Joined: Sat May 19, 2018 1:23 pm

Pop up layer with 50% transparent background (an issue)

Post by longman »

Hi guys,

I made a pop up layer (over page contents) with semi-transparent background over the page content, however, i want it not to disappear, but when i click on the semi transparent background, it all disappears. How to prevent it?

I need to keep pop up layout + semi transparent background, to be shown to visitors, without it disappearing at all.

I want this for an expired content page, however, I wish the visitor still see the content below the semi transparent background.

I have uploaded the WP test/example file https://ufile.io/hhjaj3y2

Hope you can help!

Thanks!
User avatar
Pablo
 
Posts: 23484
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Pop up layer with 50% transparent background (an issue)

Post by Pablo »

You can add this attribute to the layer:

Code: Select all

data-backdrop="static" 
More details (static backdrop)
https://getbootstrap.com/docs/4.4/components/modal/
longman
 
 
Posts: 106
Joined: Sat May 19, 2018 1:23 pm

Re: Pop up layer with 50% transparent background (an issue)

Post by longman »

Thanks Pablo, worked like a charm!
Post Reply