Zen Cart Logo
Forums / All Other Contributions/Addons / AJAX IMAGE Swapper support thread

AJAX IMAGE Swapper support thread

Views: 172,485

Results 521 to 540 of 786
18 Jun 2009, 5:18 AM
#521
jaycode avatar

jaycode

Zen Follower

Join Date:
Jun 2007
Location:
Australia - Melbourne
Posts:
306
Plugin Contributions:
1

AJAX IMAGE Swapper support thread

Berserker:

Hi there,

animeheavens.co.uk is the domain. I have it disabled at the moment since it is not displaying any image so please let me know when you are online and I will enable it.

All the best...

Hi Berserker, yep I am online now, send me an email (to jay aatt webextremecustomiser dott com) when you have enabled it back.

25 Jun 2009, 5:20 PM
#522
deltaflyer avatar

deltaflyer

New Zenner

Join Date:
Jun 2009
Posts:
12
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

HI I am just install the AIS.
I am not using English so I use other encoding which cannot be read with UTF-8

Is it possible to change the encoding for slimbox and AIS?

And one more when I click the slimbox it show with half screen shadow not full screen how to fix?

Thanks:D

28 Jun 2009, 5:52 AM
#523
deltaflyer avatar

deltaflyer

New Zenner

Join Date:
Jun 2009
Posts:
12
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Please help:

16 Jul 2009, 2:10 PM
#524
haven avatar

haven

New Zenner

Join Date:
Jun 2009
Posts:
4
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Hi,Jay!
Today I installed AIS,but I had a problem during installing "sql_installer.sql", such as:
Error ERROR: Cannot insert configuration_key "" because it already exists
Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.

Regards,
Haven:clap:

20 Jul 2009, 2:44 AM
#525
iiinycboi avatar

iiinycboi

New Zenner

Join Date:
Jul 2009
Posts:
14
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Please help, I'm new to zen cart. I tried searching but i don't know the exact term to search for so i get all other answers.

Can someone tell me how to actually use ajax image swapper?
I followed the installation instructions and install went smoothly.

Can someone tell me how to actually upload a product and extra images because i have 3 different colors for the product. I tried to do this and i get double of everything i did.

And when i click on the product it goes into a blank page.

my website is https://www.bumbumm.com

Thank you, any help is appreciated.

21 Jul 2009, 12:17 AM
#526
iiinycboi avatar

iiinycboi

New Zenner

Join Date:
Jul 2009
Posts:
14
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Disregard the post above, i got it to work. I think i forgot a step in installation process.

I deleted my whole server and uploaded my backup again. Then i reinstalled it and it worked. I really dont know what i did differently but it works now.

The only thing is my admin menu has 2 AJAX swapper does anyone know how to take one out ? Thanks for this great mod!

22 Jul 2009, 9:12 PM
#527
activityshopper avatar

activityshopper

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

I am watching my DB through phpmyadmin after pressing SETUP in the AIS manager. It seems that after 20-30 products it stops. Are there any settings that I need to change so that it will always do all of the products?

Thanks

24 Jul 2009, 3:26 PM
#528
archiem avatar

archiem

New Zenner

Join Date:
Jun 2009
Posts:
11
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

There are so many pages to this and I can't find my answer. Since installing Swapper (great product), I have a problem with the light box, it now gets bigger than the screen ! Also am I supposed to be able to hover over picture in list6ings to display a larger picture, if so I can't. I have tried playing around with the slimbox sizing but it doesn't appear to make a diffrence.

Any help wo9uld be appreciated

29 Jul 2009, 3:00 AM
#529
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Do you have a web link to your website to check out?

29 Jul 2009, 3:04 AM
#530
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Hi Jay and others,

I have quick question.

I would like to hardcode into the mod some text that would appear above or below the every product image when viewing a product.

'Click on image to enlarge'

Many people have said this is not obvious that it can enlarge.

I assume this is quite simple but I don't want to break anything and thought best to ask advice.

web link: https://www.yodgee.com.au

Thanks for any input.

29 Jul 2009, 3:08 AM
#531
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

archiem:

There are so many pages to this and I can't find my answer. Since installing Swapper (great product), I have a problem with the light box, it now gets bigger than the screen ! Also am I supposed to be able to hover over picture in list6ings to display a larger picture, if so I can't. I have tried playing around with the slimbox sizing but it doesn't appear to make a diffrence.

Any help wo9uld be appreciated

In regard to the hover feature which displays a medium size image when mouse over. Are you using and other javascript? or mods using javascript. Check where your javascript is located for the ajax mod. This could prevent hover from working. If so I don't know solution other than removing other javascipt from that folder. But could be a possibility as was for me.

4 Aug 2009, 7:27 AM
#532
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Muzz:

Hi Jay and others,

I have quick question.

I would like to hardcode into the mod some text that would appear above or below the every product image when viewing a product.

'Click on image to enlarge'

Many people have said this is not obvious that it can enlarge.

I assume this is quite simple but I don't want to break anything and thought best to ask advice.

Thanks for any input.

Sorted it out myself as I hadn't heard any responses for couple days.. nothing seems broken.

Just in case someone else would like to do this:

Edited the tpl_modules_ajax_image_viewer.php file.

Added: <?php Echo "Click image to enlarge"; ?>

just after:

<?php include(DIR_WS_MODULES . 'AJAX_image_swapper.php'); ?> <div id="image_viewer" style="height: <?php echo (IMAGE_VIEWER_MEDIUM_IMAGE_HEIGHT + IMAGE_VIEWER_SMALL_IMAGE_HEIGHT + 10)?>px"> <!-- bof Zen Slimbox v0.1 btyler 2007-12-04 -->
10 Aug 2009, 7:00 PM
#533
greengreetings avatar

greengreetings

Zen Follower

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

Re: AJAX IMAGE Swapper support thread

I've read most of the posts regarding 1146 errors with PHP. When I replaced all of the lines of the tpl_product_info_display.php and loaded my page, I got the following error:

1146 Table 'jgreen23_products.products_attributes_images' doesn't exist
in:
[SELECT options_id FROM products_attributes a , products_attributes_images i WHERE a.products_id = 56 AND i.products_attributes_id = a.products_attributes_id ORDER BY i.image_sort_order]

Does anyone know how to correct it or what I am missing?

10 Aug 2009, 7:18 PM
#534
greengreetings avatar

greengreetings

Zen Follower

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

Re: AJAX IMAGE Swapper support thread

Also, nothing happens when I press the Setup Images button in the admin.

18 Aug 2009, 4:20 PM
#535
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

hello, i try this nice mod on my site, get an issue
when i open the product info page with url http://www.site.com/zencart/... , the images appear correctly,
but if i open the page with url http://site.com/zencart/... (without "www"), there is no product image or additional images showing up,
what do i fix this? any ideas?

18 Aug 2009, 5:50 PM
#536
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: AJAX IMAGE Swapper support thread

archiem:

There are so many pages to this and I can't find my answer. Since installing Swapper (great product), I have a problem with the light box, it now gets bigger than the screen ! Also am I supposed to be able to hover over picture in list6ings to display a larger picture, if so I can't. I have tried playing around with the slimbox sizing but it doesn't appear to make a diffrence.

Any help wo9uld be appreciatedYou'll be better off with fual slimbox if you use AIS. Too many conflicts with lightbox.

18 Aug 2009, 5:54 PM
#537
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: AJAX IMAGE Swapper support thread

bear1728:

hello, i try this nice mod on my site, get an issue
when i open the product info page with url http://www.site.com/zencart/... , the images appear correctly,
but if i open the page with url http://site.com/zencart/... (without "www"), there is no product image or additional images showing up,
what do i fix this? any ideas?
Your host needs to set your site up to accept either, but make sure you have identical URLs in both configure files.

18 Aug 2009, 6:11 PM
#538
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

bear1728:

hello, i try this nice mod on my site, get an issue
when i open the product info page with url http://www.site.com/zencart/... , the images appear correctly,
but if i open the page with url http://site.com/zencart/... (without "www"), there is no product image or additional images showing up,
what do i fix this? any ideas?

if i open my site without "www", i get an error information:
error on url
http //www .site.com/zencart/includes/modules/pages/product_info/jscript_ajax_image_swapper.js
line 188

says i don't have pemission

here are the codes around line 188:

if (window.ActiveXObject) {
	xHRObject.open("GET", url + "?" + url_string, true);	
	xHRObject.onreadystatechange = getData;
}
else if (window.XMLHttpRequest) {
	xHRObject.onreadystatechange = getData;
	xHRObject.open("GET", url + "?" + url_string, true);

any help?

19 Aug 2009, 2:31 AM
#539
muzz avatar

muzz

Totally Zenned

Join Date:
Mar 2009
Location:
Australia
Posts:
604
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

bear1728:

if i open my site without "www", i get an error information:
error on url
http //www .site.com/zencart/includes/modules/pages/product_info/jscript_ajax_image_swapper.js
line 188

says i don't have pemission

here are the codes around line 188:

if (window.ActiveXObject) {
xHRObject.open("GET", url + "?" + url_string, true);
xHRObject.onreadystatechange = getData;
}
else if (window.XMLHttpRequest) {
xHRObject.onreadystatechange = getData;
xHRObject.open("GET", url + "?" + url_string, true);

any help?

As above I would check with your webhost. Seems to be some issue with permissions on that level.

Your host may say nothing to do with them (As usually this is most webhosts responses) etc.. try to speak with a lead tech.

Other than that I can't image what could cause your problem.

I assume you have checked all your file paths?

Do you have an SSL certificate installed ? All paths https instead of http ?

Have you changed your file or folder permissions on and of your zen cart?

19 Aug 2009, 3:50 AM
#540
iiinycboi avatar

iiinycboi

New Zenner

Join Date:
Jul 2009
Posts:
14
Plugin Contributions:
0

Re: AJAX IMAGE Swapper support thread

Ajax image swapper is broken? I set up everything correctly and its been working for like 4 months. Today it stopped working it shows up this error when i try to add new image to products.

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request."

When i goto the author's website i get the same message as well?

Did the site go down or something? And if the site goes down how does that affect my website with the mod? Does it have to communicate with the author or it will shut down?

Thanks for any input or solutions!