Page 1 of 1

Open page in a lightbox

Posted: Thu May 23, 2019 12:28 pm
by psaldari
Hello,
I'm my site I want to open a page (link in the site menu) to a lightbox. I read on the manual that the lightbox script on the page it must be set to fancybox.
But every time I set the lightbox script to "fancybox" and I click everywhere on the page, the lightbox script returns to "magnificpopup".
Is it my fault?

Cheers
Paolo

If can help:
Quick and easy version 6.2.0
MacOS 10.11.6

Re: Open page in a lightbox

Posted: Thu May 23, 2019 5:18 pm
by Pablo
You are right, fancybox is currently not supported.
I will add this functionality in the next update.

Note however that you can also select one of the other lightboxes.

Re: Open page in a lightbox

Posted: Thu May 23, 2019 6:06 pm
by psaldari
OK I understood thank you.
Anyway, for now I leave it like this and, when the fancybox is supported, I fine tune all.

Cheers
Paolo

Re: Open page in a lightbox

Posted: Fri May 24, 2019 1:49 pm
by Pablo
It should now work in the latest update:
http://quickandeasywebbuilder.com/forum ... =1&t=45502

Re: Open page in a lightbox

Posted: Fri May 24, 2019 7:29 pm
by psaldari
Yes thank you, now I can set fancybox for the page.
But I can't set dimensions of the lightbox window.
On top of the pages there is the "privacy statement" link, in the settings I set open as lightbox and in the settings I write:
width:500,
height:500
but the dimensions of the lightbox do not change, I made some mistakes?

Paolo

Re: Open page in a lightbox

Posted: Fri May 24, 2019 8:36 pm
by Pablo
For fancybox, the width/height will only be used when you open an image link. With the current version of fancybox, other pages will always be opened full screen.

Note that each (third party) lightbox has its own settings.

Re: Open page in a lightbox

Posted: Sat May 25, 2019 8:31 am
by psaldari
As always thank you for your patience.
Can you point me in the correct direction where I can find informations on how set the dimensions of this privacy statement lightbox?
The problem is not on a big screen, but on a small screen (like iPhone SE) the lightbox is to little and not confortable to read.

Thank's
Paolo

Re: Open page in a lightbox

Posted: Sat May 25, 2019 9:47 am
by Pablo
Maybe you can use a 'Dialog" instead?
Lightboxes is are mainly meant for images.

Re: Open page in a lightbox

Posted: Sat May 25, 2019 11:18 am
by psaldari
OK, in a dialog works much better, thank you.

Just for my curiosity, is it possible to show a dialog from a link in the main menu?

Paolo

Re: Open page in a lightbox

Posted: Sat May 25, 2019 11:49 am
by psaldari
EDIT: solved

Gosh... in the pages where I have a slideshow like this:
http://www.aprisogni.it/spettacoli/aladino.html
the privacy statement is always visible and stay on top of the page...
What's happen?

Paolo

Re: Open page in a lightbox

Posted: Sat May 25, 2019 2:24 pm
by psaldari
Never mind, I found the solution here:
https://api.jquery.com/jquery.noconflict/
I add this to the html:
<script>
$.noConflict();
// Code that uses other library's $ can follow here.
</script>
and all goes well.

Paolo