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

Zen Lightbox addon [Support Thread]

Views: 952,943

Results 561 to 580 of 3,722
14 Jun 2007, 7:24 PM
#561
madteckhead avatar

madteckhead

New Zenner

Join Date:
May 2007
Posts:
25
Plugin Contributions:
0

Zen Lightbox addon [Support Thread]

Love this thing... so glad that it was made a contrib.

I'd like to build a new feature into it. I am setting up a photo gallery cart, and its very frustrating for users to go back to the main menu to select a new/prev product, and then view the image.

I'd like to provide a next/prev product link while lightbox is active. This would enable users to quickly slideshow/preview other products, without having to return to the product info page. Has anyone done this? Does anyone have and advice about the best way to go about it?

Thanks for your input and time,

Nathan

15 Jun 2007, 4:23 AM
#562
enderandrew avatar

enderandrew

New Zenner

Join Date:
Jun 2007
Posts:
46
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I'm pretty sure that those features are built into the Lightbox code, but they may not be implemented specifically in this contrib.

I think this is what you're looking for.

http://www.huddletogether.com/projects/lightbox2/

15 Jun 2007, 9:43 PM
#563
gcampos avatar

gcampos

New Zenner

Join Date:
May 2007
Posts:
93
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I am having this issue with the overlapping of the css horizontal menu when opening up an image with light box, tried reading thru post but no significant answer. The same thing happens with the "secured" side box, you can barely see it on the right of image.

Here is image of issue:

The url is: http://tinyurl.com/2cxv23

Thanks,

Gerry

15 Jun 2007, 11:45 PM
#564
gcampos avatar

gcampos

New Zenner

Join Date:
May 2007
Posts:
93
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I have noticed that on this page:

http://tinyurl.com/297jgt

When clicking on large image, the lightbox opens as usual and the css dropdown menu (not css horizontal, sorry), disappears in the background. How so?

Gerry

16 Jun 2007, 6:00 AM
#565
gcampos avatar

gcampos

New Zenner

Join Date:
May 2007
Posts:
93
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Zinfandel:

Question:
Regardless of whether it's an IH2 zoom image being displayed, or the faded out background with lightbox, the menu text behind shines right thru!!

Before I go off to kill another day experimenting with the code, does anyone know why this might be the case and how to change it??

Thanks!

How did you fix this issue, you're store (http://tinyurl.com/2268ze) doesn't have the problem anymore, I have it now:
http://tinyurl.com/2dsyhl

You're css menu disappears, with lightbox engaged.

Gerry

18 Jun 2007, 8:26 PM
#567
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

gcampos:

How did you fix this issue, you're store (http://tinyurl.com/2268ze) doesn't have the problem anymore, I have it now:
http://tinyurl.com/2dsyhl

You're css menu disappears, with lightbox engaged.

Gerry

I too have the problem of the menu over the top of the lightbox?
anyone?

cheers
Steve

18 Jun 2007, 9:00 PM
#568
symmo avatar

symmo

New Zenner

Join Date:
Jun 2007
Posts:
54
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

ok gcampus here's the fix ive just done it and all is 100% :)

you need to change the following in the lightbox css:-

change the z-index on this section to 1000:

#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:100;
}

and in this section again to 1000:

#overlay {
-moz-opacity:0.6px;
background-color:#000;
filter:alpha(opacity=60);
height:500px;
left:0;
opacity:0.6px;
position:absolute;
top:0;
width:100%;
z-index:90;
}

:clap:
enjoy the lightbox :)

Symmo

19 Jun 2007, 12:34 AM
#569
einstin avatar

einstin

New Zenner

Join Date:
Feb 2005
Location:
Atlanta, GA
Posts:
71
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Since part of the controversy and problem with this excellent mod is that it does not conform to the template over ride practice, how drastic would the rewrite be in order to make it fall under the complete template over ride structure? Granted it would not work if you switched back to the classic or default template but that may very wel be a reason that you do switch back templates is for troubleshooting purposes.

I have played with this mod enough now that I have finally given my 1.3.7 a bug and can't find it. Now when I click any product image it opens a new window full screen and displays the picture. This is the behavior I get now since I have removed all the files of the mod from my cart. Somehow I left either an extra file in the structure or a file was inadvertently modified.

Does anyone have a concise set of directions for adding this mod to a freshly installed 1.3.7 cart without IH2?

19 Jun 2007, 4:23 AM
#570
gcampos avatar

gcampos

New Zenner

Join Date:
May 2007
Posts:
93
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

symmo:

ok gcampus here's the fix ive just done it and all is 100% :)

you need to change the following in the lightbox css:-

change the z-index on this section to 1000:

#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:100;
}

and in this section again to 1000:

#overlay {
-moz-opacity:0.6px;
background-color:#000;
filter:alpha(opacity=60);
height:500px;
left:0;
opacity:0.6px;
position:absolute;
top:0;
width:100%;
z-index:90;
}

:clap:
enjoy the lightbox :)

Symmo

do the trick it did, thanks. now on to more figuring... :ohmy:

Gerry

19 Jun 2007, 6:12 AM
#571
taydu avatar

taydu

New Zenner

Join Date:
Aug 2006
Posts:
60
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

can someone take a look at the attached image and help ? The next and back button is over lapping the image which is kind annoying.

thanks

20 Jun 2007, 5:14 AM
#572
gcampos avatar

gcampos

New Zenner

Join Date:
May 2007
Posts:
93
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

taydu:

can someone take a look at the attached image and help ? The next and back button is over lapping the image which is kind annoying.

thanks

That should be easy, just expand the image by 25-50px on a white background. shouldnt take but a few minutes. If you want send me the images and I'll fix them for you.

Gerry

20 Jun 2007, 5:53 AM
#573
taydu avatar

taydu

New Zenner

Join Date:
Aug 2006
Posts:
60
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

i know i could do that, but i have a lot of picture. What I want to do is edit the lightbox template to shift the image down the top so it won't over lap but i dónt know where in the template to edit.

21 Jun 2007, 5:16 AM
#574
gcampos avatar

gcampos

New Zenner

Join Date:
May 2007
Posts:
93
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

taydu:

i know i could do that, but i have a lot of picture. What I want to do is edit the lightbox template to shift the image down the top so it won't over lap but i dónt know where in the template to edit.

Well then it looks like you'll have to play with the css files for that purpose, open up the includes/templates/YOUR_Template/css/stylesheet_lightbox.css and look for :

#prevLink,#nextLink {
background:transparent url(../../template_default/images/lightbox/blank.gif) no-repeat;
display:block;
height:100%;
width:63px;
}

#prevLink {
background-image:url(../../template_default/images/lightbox/prevlabel.gif);
background-position:left 0;
background-repeat:no-repeat;
float:left;
left:0;
}

#nextLink {
background-image:url(../../template_default/images/lightbox/nextlabel.gif);
background-position:right 0;
background-repeat:no-repeat;
float:right;
right:0;
}
```I dont have multiple images to show the next/prev buttons so wouldnt know what to change, but this is the area.

Good luck.

Gerry
21 Jun 2007, 6:49 AM
#575
taydu avatar

taydu

New Zenner

Join Date:
Aug 2006
Posts:
60
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

thanks i'll give it a try

21 Jun 2007, 11:47 PM
#576
teebo avatar

teebo

Zen Follower

Join Date:
Jun 2007
Posts:
104
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Anyone know how to get multiple images working with this?

I used the filename xx.jpg for one of my products, I upload xx_01.jpg to the same main dir where xx is, and I still don't see anything, am I doing something wrong?

22 Jun 2007, 1:19 AM
#577
gcampos avatar

gcampos

New Zenner

Join Date:
May 2007
Posts:
93
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

teebo:

Anyone know how to get multiple images working with this?

I used the filename xx.jpg for one of my products, I upload xx_01.jpg to the same main dir where xx is, and I still don't see anything, am I doing something wrong?

Try these:

How to add multiple images:
https://www.zen-cart.com/tutorials/index.php?article=58

Image Preparation:
https://www.zen-cart.com/tutorials/index.php?article=224

Gerry

22 Jun 2007, 10:28 PM
#578
taydu avatar

taydu

New Zenner

Join Date:
Aug 2006
Posts:
60
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

#prevLink,#nextLink {
background:transparent url(../../template_default/images/lightbox/blank.gif) no-repeat;
display:block;
height:100%;
width:63px;
position:absolute;
top:-25px;
}

seem to work but there a tiny problem, please look at attached image ...

How can I make so i have a complete white box, not just the two rabbit ears

22 Jun 2007, 11:44 PM
#579
oavs avatar

oavs

Totally Zenned

Join Date:
Jan 2006
Location:
Downunder - QLD - Gold Coast
Posts:
921
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Does anyone know how to do this image effect?

As you can see popup ajax images are on top of the page instead of opening another page. Does anyone have a solution like the sample site below and explain how please?

http://secretsoftheboudoir.co.uk/ind...oduc ts_id=35

Thanks

23 Jun 2007, 3:52 AM
#580
gcampos avatar

gcampos

New Zenner

Join Date:
May 2007
Posts:
93
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

oavs:

Does anyone know how to do this image effect?

As you can see popup ajax images are on top of the page instead of opening another page. Does anyone have a solution like the sample site below and explain how please?

http://secretsoftheboudoir.co.uk/ind...oduc ts_id=35

Thanks

Use the ZEN lightbox, this is the thread you're in, or are you refering to the fade in/out which I would like to know "how to".

Ps the actual link is:
http://secretsoftheboudoir.co.uk/index.php?main_page=product_info&cPath=12_3&products_id=35

Gerry