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

Zen Lightbox addon [Support Thread]

Views: 953,047

Results 1,041 to 1,060 of 3,722
24 Jul 2008, 1:57 AM
#1041
shoulders avatar

shoulders

New Zenner

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

Zen Lightbox addon [Support Thread]

Hello,

can someone reverse engineer the install.sql file, i need to uninstall lightbox but am unsure which tables etc to unistall through my admin. (deleting the appropiate files is the easy bit).

thanks

shoulders

24 Jul 2008, 2:14 AM
#1042
shoulders avatar

shoulders

New Zenner

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

Re: Zen Lightbox addon [Support Thread]

shoulders:

Hello,

can someone reverse engineer the install.sql file, i need to uninstall lightbox but am unsure which tables etc to unistall through my admin. (deleting the appropiate files is the easy bit).

thanks

shoulders

i got this from the install.txt file

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4 
FROM configuration_group
WHERE configuration_group_title= 'Zen Lightbox';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;

my sql patcher in the admin section is a bit wiered on my local webserver so i manually added my prefix 'zen_' and ran the code below in phpmyadmin ( with the shop database selected).

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4 
FROM configuration_group
WHERE configuration_group_title= 'Zen Lightbox';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;

This does appear to remove lightbox. can someone confirm this is correct before i use it on my live site.

thanks

shoulders

30 Jul 2008, 6:09 PM
#1043
sarahmd avatar

sarahmd

New Zenner

Join Date:
May 2006
Posts:
24
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

followed the installation instructions and have lightbox installed. it is not functioning in my cart. The preview is coming up as normal... i cleared cache...

31 Jul 2008, 10:07 AM
#1044
colour97 avatar

colour97

New Zenner

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

Re: Zen Lightbox addon [Support Thread]

newbie needs some help

my lightbox also not come up.

my lightbox version is 1.4 update , zen cart is v. 1.38a

Rename the following folders to match your template folder name.
includes\modules\YOUR-TEMPLATE-FOLDER
includes\templates\YOUR-TEMPLATE-FOLDER

my zen cart is fresh install, then how can i know the actual template name i am using?

** i also installed image-handler 2, is it any conflick problem?***

please help

thank

2 Aug 2008, 9:53 AM
#1045
vivaknievel avatar

vivaknievel

New Zenner

Join Date:
Mar 2007
Location:
Los Angeles, CA
Posts:
45
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

This is a fantastic mod! Hats off to you!

I've got it working beautifully, and discovered one other thing that applied to my situation. It may have already been discussed in this thread, but just in case, anyone needs to know in the future...

For those who might have installed additional mods, to create new categories, such as the Products - Books modification... in order to get Lightbox to work with those category types... simply copy one of the "jscript_zen_lightbox.php" files into includes/modules/pages/product_custom.

In my case, this was includes/modules/pages/product_book_info

To the creator of the Lightbox mod... thank you so much, for your classy, sassy contribution. I was just thinking earlier that I would love to have a lightbox display, but figured it would take me forever to figure out how to pull it off myself! :clap:

4 Aug 2008, 7:18 AM
#1046
poosk avatar

poosk

Totally Zenned

Join Date:
Mar 2005
Location:
Helsinki
Posts:
477
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Hey is there a jquery proof lightbox for zencart ??

8 Aug 2008, 2:11 PM
#1047
ittybittykitty avatar

ittybittykitty

New Zenner

Join Date:
Aug 2008
Posts:
12
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

wow love this, tried installing greybox first and it screwed things up. installed lightbox over and it`s working great.

I do have one problem though, youll notice that there is no Xto close out the image, you can click the right bottom corner and it will close, but there isnt anything there to say that.

https://www.weddingprintdesign.com

can someone help me with this
is there an image missing

8 Aug 2008, 8:27 PM
#1048
hnguyen1981 avatar

hnguyen1981

New Zenner

Join Date:
Aug 2008
Posts:
5
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Anyone know how I can move the box a little lower. It's a little too high.

11 Aug 2008, 8:19 PM
#1049
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Zen Lightbox addon [Support Thread]

ittybittykitty:

wow love this, tried installing greybox first and it screwed things up. installed lightbox over and it`s working great.

I do have one problem though, youll notice that there is no Xto close out the image, you can click the right bottom corner and it will close, but there isnt anything there to say that.

www.weddingprintdesign.com

can someone help me with this
is there an image missing
Check your includes/template/red_passion/images/zen_lightbox folder. The image files should be there. If they are not or corrupt, upload them again.
JOhn ><>

11 Aug 2008, 8:51 PM
#1050
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Zen Lightbox addon [Support Thread]

Zen-Cart 1.3.8a Fresh Install
PHP 5
MySql 5
Cherry Zen 1.7
IH2 - Latest Version
http://www.bulklights.com/NATIVITYDISPLAYS/

This site in dev is in a sub-directory now, but will assume the domain name nativitydisplays.com as soon as I get these issues resolved and data populated.

I have installed version 1.3 on several 1.3.7 Carts with IH2 without a single problem. All files are uploaded and in their CORRECT folders (twice) including the template specific folders. I compared the page source on my product page to other working sites and see little if no difference in header and script info.

When I click on "Larger Image" I get the image view just like 1.3 when you don't wait long enough for the js to load.

Could someone take a look and see if they see any anomalies?
THANKS
JOhn ><>

12 Aug 2008, 1:56 AM
#1051
gilesletheren avatar

gilesletheren

New Zenner

Join Date:
Jan 2006
Posts:
8
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Unlike many other posters Lightbox worked perfectly first time! IH2 with Lightbox even worked well after a couple of hours of effort. Both mods are great and much credit to the developers for such valuable contributions.

I've seen one thread that asked the following question or something similar but now can't find it again. I know its possible because I've seen it on some active Zen sites... I'd like to be able to remove additional product images from my product listing page but still have them display in Lightbox as image 2, 3, 4 etc. I've tried switching multiple images off but that kills them in Lightbox too. Same problem with editing out the alternate images bit of tpl_product_info_display.php.

What am I missing?

12 Aug 2008, 8:39 PM
#1052
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Excellent contrib, thank you!

I have both IH2 and ZLB 1.4 installed and working on Zen 1.3.8a!

Two observations:

One was brought up by Stuff4Toys regarding the js load delay issue causing larger images to open in a new window as opposed to the lightbox. I read that the Fual Slimbox contrib has addressed this issue. Any chance addressing it on ZLB?

Two, I noticed that quote marks in the product description are not escaped in the display of the lightbox so that the text is truncated after a quote mark!

What files should I look into to correct this?

Thanks!

13 Aug 2008, 5:14 PM
#1053
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Zen Lightbox addon [Support Thread]

kwright:

Excellent contrib, thank you!

One was brought up by Stuff4Toys regarding the js load delay issue causing larger images to open in a new window as opposed to the lightbox. I read that the Fual Slimbox contrib has addressed this issue. Any chance addressing it on ZLB?
I believe that is taken care of with 1.4, I read something about "pre-loading" that portion of the .js
Two, I noticed that quote marks in the product description are not escaped in the display of the lightbox so that the text is truncated after a quote mark!

What files should I look into to correct this?
Thanks!I have not noticed with 1.4 yet, I know that was an issue with 1.3, I thought that was fixed too, maybe not.

JOhn ><> :thumbsup:

13 Aug 2008, 5:18 PM
#1054
stuff4toys avatar

stuff4toys

Totally Zenned

Join Date:
May 2007
Location:
SW Florida
Posts:
1,062
Plugin Contributions:
1

Re: Zen Lightbox addon [Support Thread]

Stuff4Toys:

Zen-Cart 1.3.8a Fresh Install
PHP 5
MySql 5
Cherry Zen 1.7
IH2 - Latest Version

I have installed version 1.3 on several 1.3.7 Carts with IH2 without a single problem. All files are uploaded and in their CORRECT folders (twice) including the template specific folders. I compared the page source on my product page to other working sites and see little if no difference in header and script info.
I was loading a version of mootools for a slideshow program that wasn't working either. When I took out the preload of mootools - Lightbox started working all by itself,

Cheers
JOhn ><>

17 Aug 2008, 8:19 PM
#1055
gilesletheren avatar

gilesletheren

New Zenner

Join Date:
Jan 2006
Posts:
8
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

gilesletheren:

I'd like to be able to remove additional product images from my product listing page but still have them display in Lightbox as image 2, 3, 4 etc. I've tried switching multiple images off but that kills them in Lightbox too. Same problem with editing out the alternate images bit of tpl_product_info_display.php.

What am I missing?

Found my own answer - eventually.

Add to stylesheet:

#productAdditionalImages {
display: none;
}

Kills the image display on the main page but leaves it available fo Lightbox.

21 Aug 2008, 4:11 AM
#1056
stride_r avatar

stride_r

Zen Follower

Join Date:
Aug 2008
Posts:
115
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Am hoping someone might have some insight or suggestion - I have just installed the latest lightbox into 1.3.8a Zen cart (offline installtion). It works just fine for the larger images. What is not working is that there does not seem to be any Admin interface for Lightbox.

going to Admin > Configuration results in no "Zen Lightbox" menu item. I even checked the rest of the menu and it's not anywhere i can see.

Looking back at my database SQL patch, the results were:
9 statements processed. (and no errors noted)

However, when i check the database's configuration table, there are only 7 new rows added.

If i'm reading the sql patch file correctly, there should have been 9 new rows installed, right?

using the "sort_order" column to distinguish the new rows, it can be seen that 1,2,3,4,5,6, & 7 were insterted but not the last two.

I assume this is why my lightbox Admin is not visible? if so, how do i fix and why did the patch file not insert the last two rows? (I ran the patch file a second time - with the same results)

Thanks in advance for any assitance.

21 Aug 2008, 4:43 AM
#1057
stride_r avatar

stride_r

Zen Follower

Join Date:
Aug 2008
Posts:
115
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Never Mind - Working now just fine - the last two rows WERE added to the database - my viewer had not sorted them and I missed them when examining the resultset. Also, i had forgotten i needed to enable the permissions under Third- Party Mods for Zen Lightbox under Admin profiles in order to access the Admin for it. (sheepish grin goes here) All works fine now.

22 Aug 2008, 7:42 PM
#1058
kwright avatar

kwright

Zen Follower

Join Date:
Nov 2004
Posts:
355
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

I really enjoy the image presentation using this contrib. Thank you!

I was hoping someone could tell me if I could us Zen Lightbox to pull-in other content (pages) such as the Shipping Estimator or something simple like the shopping cart Help page?

May be through an iframe? Any code or resource references would be helpful!

Thanks

26 Aug 2008, 5:07 PM
#1059
callingrohit avatar

callingrohit

New Zenner

Join Date:
Aug 2008
Posts:
48
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

Hello everyone,

First of all I'm a big fan of lightbox since the day I first laid my eyes on it.

I always make sure to implement it on my clients websites.

Anyways I was trying to implement this mod on one of my clients website and its a customization + zen cart.

After going through the instructions for installing this module, I thought well this seems very straight forward which I think all of you agree with.

Unfortunately, I'm that 1% who's not able to get it running right out of the box.

Now, I think this may be related to my other problem which is no popup windows work on the site that I'm working on. Just the normal popup for viewing larger images or even the shipping estimator doesn't work.

Could someone be kind enough to help me out here ?

Thanks
callingrohit

27 Aug 2008, 6:53 PM
#1060
callingrohit avatar

callingrohit

New Zenner

Join Date:
Aug 2008
Posts:
48
Plugin Contributions:
0

Re: Zen Lightbox addon [Support Thread]

can someone please help me ???

Thank you.