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

Zen Lightbox addon [Support Thread]

Views: 953,010

Results 2,881 to 2,900 of 3,722
23 Sep 2011, 10:18 AM
#2881
darkangel avatar

darkangel

Totally Zenned

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

Zen Lightbox addon [Support Thread]

Amazingworlds:

Thanks for the reply, double checked all the permissions and all are 755 with the images 644.

Didn't think there were any associated files in admin, again all images are set to 644. I don't have a configuration folder under admin though.

Have to admit I'm baffled :wacko:

Jeff

in your store....go to the admin link you set up for it...where you can see the IH3 controls too

under the configuration column go to images and make sure you have the settings set per the read me.

bmz_cache and images folder should be chmodded to 755 or 777 depending on your host

that is what I meant by the above statement

23 Sep 2011, 8:48 PM
#2882
amazingworlds avatar

amazingworlds

New Zenner

Join Date:
Sep 2011
Posts:
8
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

DarkAngel:

in your store....go to the admin link you set up for it...where you can see the IH3 controls too

under the configuration column go to images and make sure you have the settings set per the read me.

bmz_cache and images folder should be chmodded to 755 or 777 depending on your host

that is what I meant by the above statement

OK, I'm not using the IH3 add-on but I'll change the image folder to 777 and see if that helps.

Thanks

Jeff

23 Sep 2011, 11:16 PM
#2883
tronno22556 avatar

tronno22556

Zen Follower

Join Date:
Jan 2005
Location:
Seminole, Florida, USA
Posts:
139
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Sorry if it's obvious I didn't read all 289 pages of this thread, but...

I DID do a search on this site

and I DID do a search on google for the zen-cart threads.

Still I could not get my answer.

I want to add "This image has been watermarked with MY TEXT OF CHOICE" to my large image pop-ups in the lbBottomContainer above the lbCaption but I cannot see how to do this.

I went into slimbox.php and tried adding the code just before/after the div tags, but it's not working. I can see the code in the html when I check the page source, so I know it's applied, but I don't know enough about javascript to get this to work.

How do I do this?

23 Sep 2011, 11:24 PM
#2884
darkangel avatar

darkangel

Totally Zenned

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

Re: Zen Lightbox addon [Support Thread]

tronno22556:

Sorry if it's obvious I didn't read all 289 pages of this thread, but...

I DID do a search on this site

and I DID do a search on google for the zen-cart threads.

Still I could not get my answer.

I want to add "This image has been watermarked with MY TEXT OF CHOICE" to my large image pop-ups in the lbBottomContainer above the lbCaption but I cannot see how to do this.

I went into slimbox.php and tried adding the code just before/after the div tags, but it's not working. I can see the code in the html when I check the page source, so I know it's applied, but I don't know enough about javascript to get this to work.

How do I do this?

an image of where you would like to have the wording would help the brain a lot...as well as an actual product link.

sorry brain went bye-bye for a bit and won't picture what ----where you want it

ok edit here---told ya I was lost

the lightbox doesn't seem to be working ---i use firefox and when I click your promo images there is no lightbox

23 Sep 2011, 11:38 PM
#2885
tronno22556 avatar

tronno22556

Zen Follower

Join Date:
Jan 2005
Location:
Seminole, Florida, USA
Posts:
139
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Here's the new site I'm setting up and a sample product:

http://www.largoartgallery.com/gallery/index.php?main_page=product_info&cPath=1&products_id=2

When you click the image I'd like wording right above the title "Information Explosion" to say "This image has been watermarked with 'The Largo Art Gallery'".

Or, even better, if it says "This image has been watermarked with this image <show image>."

24 Sep 2011, 1:22 AM
#2886
darkangel avatar

darkangel

Totally Zenned

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

Re: Zen Lightbox addon [Support Thread]

tronno22556:

Here's the new site I'm setting up and a sample product:

http://www.largoartgallery.com/gallery/index.php?main_page=product_info&cPath=1&products_id=2

When you click the image I'd like wording right above the title "Information Explosion" to say "This image has been watermarked with 'The Largo Art Gallery'".

Or, even better, if it says "This image has been watermarked with this image <show image>."

in includes/templates/your_template/templates/tpl_modules_main_product_image.php

find:

<script language="javascript" type="text/javascript"><!-- document.write('<?php echo '<a href="' . zen_lightbox($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT) . '" rel="' . $rel . '" title="' . addslashes($products_name) . '<br>logo added">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>'); //--></script>

replace the red wording ---which I added--- with what you want and it will appear just below the image name --leaving the <br> in place so it will drop it below the name

hope that is what you wanted but just in case use a duplicate of the file to edit and place a ~ at the end of the original file (after the php) tpl_modules_main_product_image.php~ to deactivate it.

24 Sep 2011, 2:30 AM
#2887
tronno22556 avatar

tronno22556

Zen Follower

Join Date:
Jan 2005
Location:
Seminole, Florida, USA
Posts:
139
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

That'll work.

I was hoping more of a centered text and a different font (style and weight) than the title, but this I can live with.

Thanks!

24 Sep 2011, 4:04 AM
#2888
darkangel avatar

darkangel

Totally Zenned

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

Re: Zen Lightbox addon [Support Thread]

tronno22556:

That'll work.

I was hoping more of a centered text and a different font (style and weight) than the title, but this I can live with.

Thanks!

just a tiny fix that was...adding more might work but not sure , however this will keep the same feel and not be distracting.

25 Sep 2011, 7:37 AM
#2889
lingodawg avatar

lingodawg

New Zenner

Join Date:
Jul 2011
Posts:
3
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Any "installation guide" available? I downloaded it and it seems to be the whole zencart installation package, I only want to add this to an existing zencart installation.

25 Sep 2011, 9:01 AM
#2890
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Lingodawg:

Any "installation guide" available? I downloaded it and it seems to be the whole zencart installation package, I only want to add this to an existing zencart installation.

Where did you download it from?

If you downloaded the latest version of Zen Lightbox from the Zen Cart Addons area of the forum, then the "Installation Guide" is the Read_Me file contained in the download package.

Unzip the package and take a look at each of the files located in each of the folders. One of the folders is named "readme" - it contains the Read_Me file ...which explains how to install this addon.

If you downloaded from anywhere other than mentioned above, get rid of it and download from the official downloads area.

26 Sep 2011, 9:51 PM
#2891
amazingworlds avatar

amazingworlds

New Zenner

Join Date:
Sep 2011
Posts:
8
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Amazingworlds:

OK, I'm not using the IH3 add-on but I'll change the image folder to 777 and see if that helps.

Thanks

Jeff

Still no luck in getting this too work. Don't you just love computers :no:

Jeff

27 Sep 2011, 12:12 AM
#2892
darkangel avatar

darkangel

Totally Zenned

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

Re: Zen Lightbox addon [Support Thread]

Amazingworlds:

Still no luck in getting this too work. Don't you just love computers :no:

Jeff

yes they have a mind of their own...just think they must be "alive" since they learn...lol

I have a test store and live store--same server even and what works in test may not work totally on live and they have the exact same setup and files...lol

what version of IH are you using

what version of LB are you using

did you upgrade LB from an older version?

27 Sep 2011, 2:05 PM
#2893
scriptjunkie avatar

scriptjunkie

Totally Zenned

Join Date:
Jul 2008
Posts:
772
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Amazingworlds:

Still no luck in getting this too work. Don't you just love computers :no:

Jeff

I visited your site using the link you provided in your original post. I tested it on this product and this product using Chrome 14, Firefox 6, and Internet Explorer 9.

When I click on the main product image, the lightbox functioned as expected, however it is not handling your additional images. Additional images are currently being handled via default ZC functionality. Do you want ZLB to handle your additional images? (this functionalitly is optional, and set via a switch in the admin).

If you do indeed want the lighbox to handle your additional images, please check the following:

  • Admin>Configuration>Zen Lightbox> Include Main Image in Gallery - should be set to "true"
  • Make sure you're using the correct ZC image file naming protocol, as referenced in this tutorial.

Lastly, when you say ZLB doesn't appear to work on your live server....what do you mean exactly? Please describe, in detail, the issue you are having if the above information doesn't resolve your issue.

30 Sep 2011, 6:40 PM
#2894
doodlebuckets avatar

doodlebuckets

Totally Zenned

Join Date:
Jul 2005
Posts:
497
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Got a couple of issues:
http://www.live4hope.org/index.php?main_page=define_gallery
Gallery page doesn't exist.

http://www.live4hope.org/gallery/
You can see the gallery here, but the lightbox effect doesn't work and the captions do not show.

I'm sure I have not installed it correctly but have tried everything I can think of to fix it to no avail. Please advise :)
Amy:no:

2 Oct 2011, 11:38 PM
#2895
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

Just installed on two of my sites, and this mod rocks the house! Super easy install, and works perfectly right out of the gate. Huge thank you to the developers!

3 Oct 2011, 5:39 PM
#2896
dml73 avatar

dml73

Zen Follower

Join Date:
Oct 2007
Posts:
413
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I just installed zen_lightbox_1.6.2 on Zencart ver 1.3.8.a. It installed without problems and I see all the parameters in Admin->Configuration->Zen Lightbox but when I click on an image on a product page the image is simply shown on a new page.
Example here:

http://www.u s c o n v e r t e r s.com/index.php?main_page=product_info&cPath=68&products_id=337

click on the left image and it will open in a new window, not a lightbox.
Any ideas what went wrong??

3 Oct 2011, 5:46 PM
#2897
darkangel avatar

darkangel

Totally Zenned

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

Re: Zen Lightbox addon [Support Thread]

DML73:

I just installed zen_lightbox_1.6.2 on Zencart ver 1.3.8.a. It installed without problems and I see all the parameters in Admin->Configuration->Zen Lightbox but when I click on an image on a product page the image is simply shown on a new page.
Example here:

http://www.u s c o n v e r t e r s.com/index.php?main_page=product_info&cPath=68&products_id=337

click on the left image and it will open in a new window, not a lightbox.
Any ideas what went wrong??

check to see that all the files got uploaded to their proper places, I would reup them as I check just to make sure.

3 Oct 2011, 5:59 PM
#2898
dml73 avatar

dml73

Zen Follower

Join Date:
Oct 2007
Posts:
413
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Thanks for the suggestion, I checked and reuploaded but still no joy.
Any help is much appreciated.

3 Oct 2011, 6:40 PM
#2899
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: Zen Lightbox addon [Support Thread]

Do you have any other image related add-ons installed?

3 Oct 2011, 6:51 PM
#2900
dml73 avatar

dml73

Zen Follower

Join Date:
Oct 2007
Posts:
413
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

There are several addons but none image related.