bring up an invisible Embedded page
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html
TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html
TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
bring up an invisible Embedded page
Is there an object that when hovering over it would bring up an invisible Embedded page?
Re: bring up an invisible Embedded page
Insert the Embedded Page on the 'main' page and set to Invisible in Object Manager.
In the Properties of the 'trigger' object add an Event - onmouseover - Show - the Embedded Page.
In the Properties of the 'trigger' object add an Event - onmouseover - Show - the Embedded Page.
Re: bring up an invisible Embedded page
I was thinking of an option like a "CARD"
Re: bring up an invisible Embedded page
Not sure what you mean, can you be more specific?
Re: bring up an invisible Embedded page
It's like with a "card", when I pass over an "object" we see the "card".
Is it possible to hover over an "object" and an "embedded page" appears.
Is it possible to hover over an "object" and an "embedded page" appears.
- BaconFries
-
- Posts: 5932
- Joined: Thu Aug 16, 2007 7:32 pm
Re: bring up an invisible Embedded page
It is possible using events although it is not specifically mentioning cards the information still applies
https://www.wysiwygwebbuilder.com/more_events.html
Note you have already asked a similar question see the following answers from Pablo and the link he gave to cards.
Pop Ups
https://www.wysiwygwebbuilder.com/more_events.html
Note you have already asked a similar question see the following answers from Pablo and the link he gave to cards.
Pop Ups
Re: bring up an invisible Embedded page
Have you tried my suggestion?WWBman wrote: Sun Jun 05, 2022 10:14 am Insert the Embedded Page on the 'main' page and set to Invisible in Object Manager.
In the Properties of the 'trigger' object add an Event - onmouseover - Show - the Embedded Page.
It works with a card.
Re: bring up an invisible Embedded page
I tried and it works.
But I have a problem because I can't put the same "Embedded page" twice.
I'm looking for a other way.
Thanks!
But I have a problem because I can't put the same "Embedded page" twice.
I'm looking for a other way.
Thanks!
Re: bring up an invisible Embedded page
You cannot use the same embedded page on the same page because then the page will have duplicated IDs. This is not allowed in HTML.
Re: bring up an invisible Embedded page
Can you have the same embedded page called by two different events?