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!
Pop up layer with 50% transparent background (an issue)
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
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
Re: Pop up layer with 50% transparent background (an issue)
You can add this attribute to the layer:
More details (static backdrop)
https://getbootstrap.com/docs/4.4/components/modal/
Code: Select all
data-backdrop="static"
https://getbootstrap.com/docs/4.4/components/modal/
Re: Pop up layer with 50% transparent background (an issue)
Thanks Pablo, worked like a charm!