Zen Cart Logo
Forums / All Other Contributions/Addons / Jquery Lightbox [Support thread]

Jquery Lightbox [Support thread]

Views: 82,872

Results 121 to 140 of 258
6 Aug 2009, 4:24 PM
#121
cocteau avatar

cocteau

New Zenner

Join Date:
Feb 2009
Posts:
15
Plugin Contributions:
0

Jquery Lightbox [Support thread]

Hello yellow1912,
Is it possible to let the additional images just show in the lightbox, but not the thumbs below the main image?

Because I have to control my info page to 700px height. So I have to hide the normal additional images' thumbs.

I have: item_LRG.jpg, item_01_LRG.jpg, item_02_LRG.jpg in the images/large folder already.
And just item.jpg in the image folder. But the lightbox didn't have next image tab shown... :no:

Then I put item_01.jpg, item_02.jpg to the image folder too, and turn off the additional image in admin panel. The lightbox also no next tab shown.

Wait and thanks for your help.

11 Aug 2009, 5:49 PM
#122
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

Yellow.. Can you please post the link to this add-on because I got a little bit confused as to exactly where it is.. also are there easy-to-follow instructions for installation??

_with great thanks

11 Aug 2009, 6:14 PM
#123
greengreetings avatar

greengreetings

Zen Follower

Join Date:
May 2009
Location:
Virginia
Posts:
90
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

Will someone please help me?

So far I have Image Handler 2 installed. I tried to install AJAX Image Swapper without success so I deleted all associated files, but it still shows up under Configuration (which is annoying). :frusty:

Fual Slimbox shows up, too with a blank page.

Then, I tried the Lightbox and everything went well until I got to Configuration -> JQLightbox which shows a blank page with Title Value Action.

I need some major help. I would appreciate any help at all!

11 Aug 2009, 6:53 PM
#124
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Jquery Lightbox [Support thread]

greengreetings:

Will someone please help me?

So far I have Image Handler 2 installed. I tried to install AJAX Image Swapper without success so I deleted all associated files, but it still shows up under Configuration (which is annoying). :frusty:

Fual Slimbox shows up, too with a blank page.

Then, I tried the Lightbox and everything went well until I got to Configuration -> JQLightbox which shows a blank page with Title Value Action.

I need some major help. I would appreciate any help at all!

Copy and paste this sql parch in your admin/tools/install_sql_patches to get rid of Fual Slimbox in configurations

/**

SET @t4=0;
SELECT (@t4:=configuration_group_id) as t4
FROM configuration_group
WHERE configuration_group_title= 'Fual Slimbox';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;I don't know much about AJAX Banner Swapper. There is no un-install file. You will have to delete all files that deal with it
AJAX_servers
images/web_images
includes/templates/YOUR_TEMPLATE/css/styles_ajax_banner_swapper
includes/templates/YOUR_TEMPLATE/images/nav_next and nav_prev
ncludes/templates/YOUR_TEMPLATE/jscript/jscript_banner_swapper

11 Aug 2009, 9:03 PM
#125
greengreetings avatar

greengreetings

Zen Follower

Join Date:
May 2009
Location:
Virginia
Posts:
90
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

Thanks so much! That worked perfectly. Would you happen to know why the JQLightbox Config was blank?

11 Aug 2009, 9:05 PM
#126
greengreetings avatar

greengreetings

Zen Follower

Join Date:
May 2009
Location:
Virginia
Posts:
90
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

littlehawk:

This is for use for uninstall file, the original file isn't included.
Cheers:smile:

The uninstall worked perfectly. No errors! :clap:

11 Aug 2009, 11:51 PM
#127
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Jquery Lightbox [Support thread]

greengreetings:

The uninstall worked perfectly. No errors! :clap:
Glad you got it to work now.

12 Aug 2009, 3:06 AM
#128
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

New JQLightbox (well, rather old) is released. It now uses a new version of CJ Loader which significantly boost site performance.

12 Aug 2009, 4:37 AM
#129
littlehawk avatar

littlehawk

New Zenner

Join Date:
Jan 2009
Posts:
85
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

greengreetings:

Will someone please help me?

So far I have Image Handler 2 installed. I tried to install AJAX Image Swapper without success so I deleted all associated files, but it still shows up under Configuration (which is annoying). :frusty:

Fual Slimbox shows up, too with a blank page.

Then, I tried the Lightbox and everything went well until I got to Configuration -> JQLightbox which shows a blank page with Title Value Action.

I need some major help. I would appreciate any help at all!

Were the filea and AJAX completely removed?
you might want to reinstall your backuped SQL quries before you installed IH2 and AJAX.
If there is anything left in configure, it is related to you SQL.
So far, I find Jquery the fastest and simplest lightbox to use.

12 Aug 2009, 4:44 AM
#130
littlehawk avatar

littlehawk

New Zenner

Join Date:
Jan 2009
Posts:
85
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

Futhermore, it is suggested to use phpmyadmin to install or uninstall SQL queires, the install patches in admin was only designed for installing simple SQLs. you might find some problem, such as duplicated queries if you install more modules or queires that are a bit complex. I guess becuase they don't read the tables clearly.

12 Aug 2009, 2:16 PM
#131
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Jquery Lightbox [Support thread]

yellow1912:

New JQLightbox (well, rather old) is released. It now uses a new version of CJ Loader which significantly boost site performance.
Hi Yellow I have a question for you about the upgrade. Do I have to update ever file. I will give you example, in template_my _template/template do I need to replace the tpl_modules_main_product_image file. In template_my _template/common/ do I need to replace the html_header. In includes/modules/my_template/additional_images and main_product_image, do I need to replace these files for any particular reason since I have already customize these files to work with this module. The rest of the files I can upload without interfering with anything. Or do I need to merge all these files with the one's I have already customize. Thank you

12 Aug 2009, 2:18 PM
#132
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

You can safely ignore the templates files, but you should in any case try to compare the files and see if there is any important changes (design related changes are ignorable)

12 Aug 2009, 2:46 PM
#133
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Jquery Lightbox [Support thread]

yellow1912:

You can safely ignore the templates files, but you should in any case try to compare the files and see if there is any important changes (design related changes are ignorable)
OK I will do that. Thanks

19 Aug 2009, 6:20 AM
#134
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

Really forgive my idiocy but I can't find where to get this add-on and it does seem exactly what I'm looking for - can anyone provide a link? .. mercy ..

_Thanks

19 Aug 2009, 8:00 PM
#136
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

Thanks .. and great mod.

One thing: can this easily be altered to view images in a lightbox on the advanced search page?

_thanks again

24 Aug 2009, 1:52 PM
#137
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

..like I said I must be stupid because nothing is working for me.. - I've uploaded all the files, installed the SQL, enabled the JQLightbox in the admin but it just links to the image (on product_info) rather than having the desired effect.

I just hope it isn't embarrassingly obvious and that someone can help.

_thanks

24 Aug 2009, 2:24 PM
#138
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

g_force:

..like I said I must be stupid because nothing is working for me.. - I've uploaded all the files, installed the SQL, enabled the JQLightbox in the admin but it just links to the image (on product_info) rather than having the desired effect.

I just hope it isn't embarrassingly obvious and that someone can help.

_thanks
I dont think you are stupid, probably something different on your zen store which needs some tweaks. Can you post the link first or pm me the link?

26 Aug 2009, 5:50 PM
#139
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

Thanks once again for your help yellow...it is a really useful mod which I recommend...

As you know I am attempting to use the lightbox to display images on the products_listing page. Also I want to adapt the lightbox so that it is activated by hovering the cursor over the image rather than clicking. I have not been successful in my own attempts so far which is why a push in the right direction would be amazing right now. I thought it was best to go public with this so that anyone that may know can help and everyone who wants this information has access to it.

_thanks

29 Aug 2009, 3:31 PM
#140
g_force avatar

g_force

Zen Follower

Join Date:
Feb 2009
Posts:
354
Plugin Contributions:
0

Re: Jquery Lightbox [Support thread]

ok so I'll presume that this mod can't facilitate >>

_thanks