Hover over object ... image shows in Lightbox ?

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
dannac
 
 
Posts: 206
Joined: Wed Nov 13, 2019 8:46 pm

Hover over object ... image shows in Lightbox ?

Post by dannac »

Hover over object ... image shows in Lightbox.

Can this be done ?
User avatar
Pablo
 
Posts: 23442
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Hover over object ... image shows in Lightbox ?

Post by Pablo »

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
dannac
 
 
Posts: 206
Joined: Wed Nov 13, 2019 8:46 pm

Re: Hover over object ... image shows in Lightbox ?

Post by dannac »

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
Any tutorial showing how to set it up ?
User avatar
Pablo
 
Posts: 23442
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Hover over object ... image shows in Lightbox ?

Post by Pablo »

it's just 2 steps
- a layer, set it to 'lightbox'
- use an event to show it.
dannac
 
 
Posts: 206
Joined: Wed Nov 13, 2019 8:46 pm

Re: Hover over object ... image shows in Lightbox ?

Post by dannac »

Pablo 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.
Thanks

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 ?
dannac
 
 
Posts: 206
Joined: Wed Nov 13, 2019 8:46 pm

Hover works ... but only once

Post by dannac »

The hover mouseover works but only once. Get error on 2nd mouseover.

Download wbs file
https://app.box.com/s/xcs7i1q5918fgy0srmakx5hwpj8b1w7p
User avatar
crispy68
 
 
Posts: 3056
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Hover works ... but only once

Post by crispy68 »

Change your version of jQuery to 1.7.2. You are using an older version in your demo.
User avatar
Pablo
 
Posts: 23442
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Hover over object ... image shows in Lightbox ?

Post by Pablo »

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.
dannac
 
 
Posts: 206
Joined: Wed Nov 13, 2019 8:46 pm

Re: Hover works ... but only once

Post by dannac »

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.
How do I change just jQuery to 1.7.2 ?
User avatar
Pablo
 
Posts: 23442
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Hover over object ... image shows in Lightbox ?

Post by Pablo »

How do I change just jQuery to 1.7.2 ?
In the Page Properties
dannac
 
 
Posts: 206
Joined: Wed Nov 13, 2019 8:46 pm

Re: Hover works ... but only once

Post by dannac »

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.
Thank you ... that fixed it.
Post Reply