Page 1 of 2

Lightbox

Posted: 18 Mar 2015, 07:50
by winph
Hi,

Is there anyway to disable lightbox?

Re: Lightbox

Posted: 18 Mar 2015, 11:58
by mjau-mjau
winph wrote:Is there anyway to disable lightbox?
You mean you dont want anything to happen when an image in a page is clicked?

Re: Lightbox

Posted: 18 Mar 2015, 14:16
by zuro
In blog page i want disable lightbox

Re: Lightbox

Posted: 18 Mar 2015, 23:50
by Martin
zuro wrote:In blog page i want disable lightbox
Try this:
Code
gallery		: hide

Re: Lightbox

Posted: 19 Mar 2015, 01:29
by mjau-mjau
zuro wrote:In blog page i want disable lightbox
If we disable lightbox, clicking the image, will instead open the image in the browser directly. That is why I was asking, to understand what exactly you want to achieve. Perhaps you are looking to entirely disable the link for the image?

Re: Lightbox

Posted: 19 Mar 2015, 04:19
by winph
mjau-mjau wrote:
zuro wrote:In blog page i want disable lightbox
If we disable lightbox, clicking the image, will instead open the image in the browser directly. That is why I was asking, to understand what exactly you want to achieve. Perhaps you are looking to entirely disable the link for the image?
like what zuro said. like in blog post is it possible to disable clicking the image and opening in lightbox.

Re: Lightbox

Posted: 19 Mar 2015, 07:33
by mjau-mjau
Both of you said "disable lightbox". If we just disable lightbox, the image link would not open in lightbox .... but it would open the image in same or new browser window instead, without using the lightbox. Therefore, it seems your request is to disable the link, regardless of the lightbox.

I need to understand the request 100% if I am to implement it as a feature.

Re: Lightbox

Posted: 19 Mar 2015, 08:32
by zuro
How disable image link in page like blog ?

Re: Lightbox

Posted: 19 Mar 2015, 10:18
by mjau-mjau
So this is not currently possible, but I will add it as an option somehow in next major release ...

Re: Lightbox

Posted: 19 Mar 2015, 10:58
by winph
mjau-mjau wrote:So this is not currently possible, but I will add it as an option somehow in next major release ...

nice :)

Re: Lightbox

Posted: 19 Mar 2015, 12:31
by zuro
mjau-mjau wrote:So this is not currently possible, but I will add it as an option somehow in next major release ...
Very, very nice :)

Re: Lightbox

Posted: 15 Mar 2016, 22:36
by winph
hi Karl,

is this possible now with 0.15?

btw karl where can i find my x2 order id?

regards,
Sherwin

Re: Lightbox

Posted: 15 Mar 2016, 23:42
by mjau-mjau
zuro wrote:How disable image link in page like blog ?
When you say "disable image link", do you mean so that the visitor cannot click the image to see the large version in popup? Example

Re: Lightbox

Posted: 16 Mar 2016, 01:00
by winph
yes. visitor can not click image to enlarge. or if i have slideshow gallery visitor can not click image to enlarge. sometimes its hard to navigate in small device when you click an image and the lightbox will open, then user still scrolling up but image is loading.

Re: Lightbox

Posted: 16 Mar 2016, 06:15
by mjau-mjau
winph wrote:or if i have slideshow gallery visitor can not click image to enlarge.
Not sure what you are referring to here. Already the visitor cannot click images in slideshow. Only images in the grids are clickable ...

Besides, there is quite good "Touch" support in mobile devices that detect the difference between actually clicking an image (touchstart + touchend, minimum 300ms), and actually scrolling ...