Modal layer popup at once
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
Modal layer popup at once
I have:
1. A modal layer to popup when index page loads.
2. Text as "Do not show this popup again"
3. A checkbox near to above text.
Need a script to hide the popup layer from showing up each time page loads, if the checkbox enabled.
This behavior should be kept till the browser closed.
1. A modal layer to popup when index page loads.
2. Text as "Do not show this popup again"
3. A checkbox near to above text.
Need a script to hide the popup layer from showing up each time page loads, if the checkbox enabled.
This behavior should be kept till the browser closed.
- BaconFries
-
- Posts: 5860
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Modal layer popup at once
You mean like the following:
Example templates:
http://www.wysiwygwebbuilder.com/suppor ... outme.html
http://www.wysiwygwebbuilder.com/suppor ... orate.html
Example templates:
http://www.wysiwygwebbuilder.com/suppor ... outme.html
http://www.wysiwygwebbuilder.com/suppor ... orate.html
Re: Modal layer popup at once
I copied the script from your above said template. But not working.There's a template with this functionality.
Yesterday I sent my project file to your mail. I think you haven't seen it yet.
Re: Modal layer popup at once
Yes BF.You mean like the following:
Re: Modal layer popup at once
Did you make sure the ID of the popup in the script is correct?
Re: Modal layer popup at once
Attaching my project file HERE
Re: Modal layer popup at once
jQuery is missing.
To solve this, either add another object to the page that uses jQuery
or
add '$JQUERY$' to the HTML object's resources.
To solve this, either add another object to the page that uses jQuery
or
add '$JQUERY$' to the HTML object's resources.
Re: Modal layer popup at once
I added another modal layer with type jQuery, no close button and colour as transparent.
But still not working.
But still not working.
Re: Modal layer popup at once
Please add $JQUERY$ to the resources of the HTML object.
Re: Modal layer popup at once
Sorry! I don't know how to do it.Please add $JQUERY$ to the resources of the HTML object.
Can someone help me please?
Re: Modal layer popup at once
Step 1
Click the 'Resources' button
Step 2
Copy/Paste
Note that in general, we do not provide support for custom code.
When using custom code it is assumed that you know what you are doing.
Click the 'Resources' button
Step 2
Copy/Paste
Code: Select all
$JQUERY$
Note that in general, we do not provide support for custom code.
When using custom code it is assumed that you know what you are doing.