Zen Cart Logo
Forums / All Other Contributions/Addons / Zen Lightbox addon [Support Thread]

Zen Lightbox addon [Support Thread]

Views: 953,057

Results 2,701 to 2,720 of 3,722
18 Apr 2011, 4:24 PM
#2701
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Zen Lightbox addon [Support Thread]

niestudio:

thats the default behavior of lightbox from the beginning, not sure of an easy way to change it.
There is another box here in the addons called faul slimbox. you could give that one a try and see if it has a better layout for you.

Hi Niestudio

Thanks for the advice. I will look into it.

Cheers

18 Apr 2011, 4:35 PM
#2702
niestudio avatar

niestudio

Zen Follower

Join Date:
Nov 2009
Posts:
285
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

dw08gm:

Does the "-g" refer to some kind of switch or another stylesheet.

If a switch, are there other switches we should be aware of?

I have not seen a lightbox-g stylesheet.

Thanks

the -g is gallery mode (linked images) built into ZLB

18 Apr 2011, 7:19 PM
#2703
Join Date:
Jul 2010
Location:
Findon, UK
Posts:
90
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

niestudio:

Hi PUREchocolatetruffle,
following up on DivaVocals earlier suggestion.
If you still have the original ZLB zip file you downloaded (if not then re-download it) unzip again it so you know you have a totally fresh install.sql file.
open install.sql in a text editor:
mac - TextEdit
windows - notepad

highlight all of the text in the file and then copy it.
go to the zen cart admin > tools > install sql patches

paste the contents of the install.sql file you copied here.
click send and cross your fingers

hopefully this will work for you.

Thank you very much Niestudio. However, I've already done that (several times) I think the problem is in my database (according to the image I've attached in a earlier post. I'll contact my web provider to get that fixed and then try again according to your advice as I regard ZLB as a fantastic add-on and great improvement to my online shop.

Kim

19 Apr 2011, 1:36 AM
#2704
willy12 avatar

willy12

New Zenner

Join Date:
Nov 2010
Posts:
64
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

niestudio:

in the code, tryrel="lightbox-g" instead of ```
rel="lightbox"


Thank you for the tip, truly appreciate the help.
3 May 2011, 7:40 PM
#2705
Join Date:
Jul 2010
Location:
Findon, UK
Posts:
90
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Firstly, a big, big thank you to niestudio for helping me out of my trouble when trying to install the latest version of Zen Lightbox.
Now my website is working 99%. However, I've just discovered that Lightbox suddenly doesn't work any longer on my EZ page. I've checked under Admin that EZ-page support has "true" value.

The "next" images on my EZ page now open in a new browser window where as they - before my upgrade - opened within a Lightbox frame.

Any idea how I can correct this problem ?

Many thanks in advance.

Kim

4 May 2011, 5:41 AM
#2706
gsallen101289 avatar

gsallen101289

New Zenner

Join Date:
Aug 2009
Posts:
44
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I am using Zen Cart v1.3.9h

I am having trouble displaying the images once clicked on. The Lightbox opens but no image appears. It is blank.

Gallery Link:

http://bestldcontractors.com/index.php?main_page=gallery

EZPage Link:

http://bestldcontractors.com/index.php?main_page=page&id=16

Can anyone offer a suggestion? Thank you in advance!

4 May 2011, 6:43 PM
#2707
niestudio avatar

niestudio

Zen Follower

Join Date:
Nov 2009
Posts:
285
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

PUREchocolatetruffle:

Firstly, a big, big thank you to niestudio for helping me out of my trouble when trying to install the latest version of Zen Lightbox.
Now my website is working 99%. However, I've just discovered that Lightbox suddenly doesn't work any longer on my EZ page. I've checked under Admin that EZ-page support has "true" value.

The "next" images on my EZ page now open in a new browser window where as they - before my upgrade - opened within a Lightbox frame.

Any idea how I can correct this problem ?

Many thanks in advance.

Kim

Hi Kim,
for now with ez pages you have to manually link the lightbox to your image by adding a rel tag

<a href="your_image.jpg" rel="lightbox"><img src="your_thumbnail.jpg"/></a>

if you have more than one image AND you want to have the previous and next buttons use rel="lightbox-g" instead

daniel

4 May 2011, 6:45 PM
#2708
niestudio avatar

niestudio

Zen Follower

Join Date:
Nov 2009
Posts:
285
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

gsallen101289:

I am using Zen Cart v1.3.9h

I am having trouble displaying the images once clicked on. The Lightbox opens but no image appears. It is blank.

Gallery Link:

http://bestldcontractors.com/index.php?main_page=gallery

EZPage Link:

http://bestldcontractors.com/index.php?main_page=page&id=16

Can anyone offer a suggestion? Thank you in advance!

an upgrade to ZLB 1.6.2 should fix this for you.
for your EZ page, you will have to follow the same info i just gave Kim.

daniel

4 May 2011, 7:33 PM
#2709
gsallen101289 avatar

gsallen101289

New Zenner

Join Date:
Aug 2009
Posts:
44
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Thank you niestudio. I will give this a try!

4 May 2011, 7:47 PM
#2710
gsallen101289 avatar

gsallen101289

New Zenner

Join Date:
Aug 2009
Posts:
44
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Ok, niestudio, that was simple and exactly what I needed. I cannot thank you enough!

5 May 2011, 5:02 AM
#2711
gsallen101289 avatar

gsallen101289

New Zenner

Join Date:
Aug 2009
Posts:
44
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Would you happen to know if I can use with captions?

<a href="myimage.jpg" rel="here is my caption">

Where can rel="here is my caption"> be inserted?

7 May 2011, 2:38 PM
#2712
niestudio avatar

niestudio

Zen Follower

Join Date:
Nov 2009
Posts:
285
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

gsallen101289:

Would you happen to know if I can use with captions?

<a href="myimage.jpg" rel="here is my caption">

Where can rel="here is my caption"> be inserted?

Close, it would be title="here is my caption" just after the rel

rel="lightbox" title="here is my caption"

that should work for you

daniel

7 May 2011, 11:56 PM
#2713
gsallen101289 avatar

gsallen101289

New Zenner

Join Date:
Aug 2009
Posts:
44
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

That did it. MANY MANY THANKS!!!:clap:

8 May 2011, 10:41 AM
#2714
gmrm avatar

gmrm

Zen Follower

Join Date:
Apr 2009
Location:
Oxford UK
Posts:
192
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Hi all i am having problems with this on firefox 4, when i click on an image there is just a blank white space, it works fine on all other browsers.

Anyone got any info on what maybe causing the problem Many Thanks

Site is in signature

8 May 2011, 10:53 AM
#2715
gmrm avatar

gmrm

Zen Follower

Join Date:
Apr 2009
Location:
Oxford UK
Posts:
192
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Forget that last post, i was still running on v 1.5 :( i upgraded to the latest version and it now works :)

8 May 2011, 12:34 PM
#2716
Join Date:
Jul 2010
Location:
Findon, UK
Posts:
90
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

niestudio:

Hi Kim,
for now with ez pages you have to manually link the lightbox to your image by adding a rel tag

<a href="your_image.jpg" rel="lightbox"><img src="your_thumbnail.jpg"/></a>

if you have more than one image AND you want to have the previous and next buttons use rel="lightbox-g" instead

daniel

Many thanks Daniel, it would be a difficult life without your help and advice :smile:

8 May 2011, 2:53 PM
#2717
ramosbacusi avatar

ramosbacusi

New Zenner

Join Date:
May 2011
Location:
canada
Posts:
2
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Hi guys, I newbie and I am not so understand with zen lightbox but with join this forum I came to know and understand, Thanks for all.

10 May 2011, 8:03 AM
#2718
Join Date:
Jul 2010
Location:
Findon, UK
Posts:
90
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

It's me again, sorry.

Suddenly the "Next" on my images in Lightbox have disappeared.
However, you can make it visible by moving your mouse up in the right top corner. I just doubt my customers will know that.
I've looked in various css pages but can't see how I'll get the "Next" back again.

Can you help ?
Many thanks in advance.

Kim

10 May 2011, 8:19 AM
#2719
darkangel avatar

darkangel

Totally Zenned

Join Date:
Oct 2007
Location:
Emporia, Kansas
Posts:
1,729
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

PUREchocolatetruffle:

It's me again, sorry.

Suddenly the "Next" on my images in Lightbox have disappeared.
However, you can make it visible by moving your mouse up in the right top corner. I just doubt my customers will know that.
I've looked in various css pages but can't see how I'll get the "Next" back again.

Can you help ?
Many thanks in advance.

Kim

go to admin and then check out the settings for litebox...I think there is a setting to show the next/prev buttons

10 May 2011, 9:17 AM
#2720
Join Date:
Jul 2010
Location:
Findon, UK
Posts:
90
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

DarkAngel:

go to admin and then check out the settings for litebox...I think there is a setting to show the next/prev buttons

Many thanks Dark Angel, I should have mentioned that I have already checked that, and the setting is set to be "true". I've tried to change to "false" and back again to "true" to see if that would help but no :-(

Kim