Hover over object ... image shows in Lightbox.
Can this be done ?
Hover over object ... image shows in Lightbox ?
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: Hover over object ... image shows in Lightbox ?
It is possible via events. However I am not sure if this is a good idea, because the user may not expect a lightbox that takes over the entire screen when they hover over an item
Re: Hover over object ... image shows in Lightbox ?
Any tutorial showing how to set it up ?Pablo wrote: Mon Dec 09, 2019 9:16 pm It is possible via events. However I am not sure if this is a good idea, because the user may not expect a lightbox that takes over the entire screen when they hover over an item
Re: Hover over object ... image shows in Lightbox ?
it's just 2 steps
- a layer, set it to 'lightbox'
- use an event to show it.
- a layer, set it to 'lightbox'
- use an event to show it.
Re: Hover over object ... image shows in Lightbox ?
ThanksPablo wrote: Mon Dec 09, 2019 9:30 pm it's just 2 steps
- a layer, set it to 'lightbox'
- use an event to show it.
I'm noticing that the hover will only work the 1st time the object is passed over.
After closing and trying again get "request cannot be completed".
Is this because the page is not uploaded to server ?
Hover works ... but only once
The hover mouseover works but only once. Get error on 2nd mouseover.
Download wbs file
https://app.box.com/s/xcs7i1q5918fgy0srmakx5hwpj8b1w7p
Download wbs file
https://app.box.com/s/xcs7i1q5918fgy0srmakx5hwpj8b1w7p
Re: Hover works ... but only once
Change your version of jQuery to 1.7.2. You are using an older version in your demo.
Re: Hover over object ... image shows in Lightbox ?
This is most likely related to how the selected lightbox works. Maybe another light-box will work?
Or it may just not be possible with hover.
Or it may just not be possible with hover.
Re: Hover works ... but only once
How do I change just jQuery to 1.7.2 ?crispy68 wrote: Tue Dec 10, 2019 2:40 am Change your version of jQuery to 1.7.2. You are using an older version in your demo.
Re: Hover over object ... image shows in Lightbox ?
In the Page PropertiesHow do I change just jQuery to 1.7.2 ?
Re: Hover works ... but only once
Thank you ... that fixed it.crispy68 wrote: Tue Dec 10, 2019 2:40 am Change your version of jQuery to 1.7.2. You are using an older version in your demo.