Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 3 Support Thread (for ZC v1.3.9)

Image Handler 3 Support Thread (for ZC v1.3.9)

Views: 180,258

Results 181 to 200 of 1,099
13 Jun 2011, 15:08
#181
fajmp avatar

fajmp

Zen Follower

Join Date:
Jun 2008
Location:
Canada
Posts:
132
Plugin Contributions:
0

Image Handler 3 Support Thread (for ZC v1.3.9)

sorry...thought I was on 2:unsure:

13 Jun 2011, 19:18
#182
hookah avatar

hookah

New Zenner

Join Date:
Oct 2008
Location:
Oregon
Posts:
57
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

I just installed IH3 on 3 different sites. The first two work great..

The third site, it does not work AT ALL!. No resizing at all. The thumbnail size is suppose to be 190x191 yet in some cases we have really huge thumbnails.

Here is a page where this can be seen.

http://dev.clarkemfg.com/index.php?main_page=index&cPath=14

13 Jun 2011, 21:39
#183
darkangel avatar

darkangel

Totally Zenned

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

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

hookah:

I just installed IH3 on 3 different sites. The first two work great..

The third site, it does not work AT ALL!. No resizing at all. The thumbnail size is suppose to be 190x191 yet in some cases we have really huge thumbnails.

Here is a page where this can be seen.

http://dev.clarkemfg.com/index.php?main_page=index&cPath=14

are all 3 stores with the same template? on the same server/host?

when I click the view image it does not show it in the bmz cache folder location which it should so IH3 is not handling your images like it should. Make sure the permissions for that folder are set to 755. delete all folders that are in there and see if that helps

it appears to be a paid for template and that is becasue I don't think any that are from here have the magnifying glass on the product page image. Lightbox seems to be working too so what template are you using and is it paid for?

you may need to contact them to see what coding they changed from the original smf files to make the changes to their template.

13 Jun 2011, 21:45
#184
hookah avatar

hookah

New Zenner

Join Date:
Oct 2008
Location:
Oregon
Posts:
57
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

DarkAngel:

are all 3 stores with the same template? on the same server/host?

when I click the view image it does not show it in the bmz cache folder location which it should so IH3 is not handling your images like it should. Make sure the permissions for that folder are set to 755. delete all folders that are in there and see if that helps

it appears to be a paid for template and that is becasue I don't think any that are from here have the magnifying glass on the product page image. Lightbox seems to be working too so what template are you using and is it paid for?

you may need to contact them to see what coding they changed from the original smf files to make the changes to their template.

The template is one we bought from template monster. I had to set the permissions of the bmz_cache to 777 to get it to work properly. It still looks bad because the site owner has some pretty tiny medium images and it sometimes looks silly.

I think that now that IH3 is installed, I am going to recommend that they just delete all images and start over and only upload the large ones and let IH3 handle the rest. IH3 doesn't seem to handle the old images well.

Also, you said you clcked on view image and it didn't appear to be in the view image cache.. I suspect that is because you were viewing it while i was in the process of restoring the site from a backup and starting over.

Currently everything seems to be working except the ability for IH3 to handle previous images so killing all images and staring over seems to be the solution.

13 Jun 2011, 21:53
#185
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

hookah:

I just installed IH3 on 3 different sites. The first two work great..

The third site, it does not work AT ALL!. No resizing at all. The thumbnail size is suppose to be 190x191 yet in some cases we have really huge thumbnails.

Here is a page where this can be seen.

http://dev.clarkemfg.com/index.php?main_page=index&cPath=14

DarkAngel:

are all 3 stores with the same template? on the same server/host?

when I click the view image it does not show it in the bmz cache folder location which it should so IH3 is not handling your images like it should. Make sure the permissions for that folder are set to 755. delete all folders that are in there and see if that helps

it appears to be a paid for template and that is becasue I don't think any that are from here have the magnifying glass on the product page image. Lightbox seems to be working too so what template are you using and is it paid for?

you may need to contact them to see what coding they changed from the original smf files to make the changes to their template.

DarkAngel is right.. and it wasn't the magnifying glass that was my hint (this is something that could be implemented without a paid template) Found this in your site source which tells me everything I need to know..

Designed by TemplateMonster.comTM is NOTORIOUS for their poorly coded templates which use methods which eliminates/obliterates/obfuscates required Zen Cart code to support their pretty little designs.. 100% of the time what they have done could have been done the right way without the slash and burn methods they usually implement.. The fact that IH3 works for 2 out of 3 of your sites tells me your TM template is the culprit..

The MOST likely issue you are having is that one of the core Zen Cart files modified by IH3 has ALSO been modified in some way by your TM template and the TM change has eliminated/obliterated/obfuscated required code IH3 needs to work. Looks like your TM template includes it's own lightbox (something called "Darkbox" vs the ZLB or Fual Slimbox available in the free downloads). If you are lucky it's just a matter of making the right merges to get IH3 to work.

13 Jun 2011, 21:57
#186
hookah avatar

hookah

New Zenner

Join Date:
Oct 2008
Location:
Oregon
Posts:
57
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

DivaVocals:

DarkAngel is right.. Found this in your site source which tells me everything I need to know..

TM is NOTORIOUS for their poorly coded templates which use methods which eliminates/obliterates/obfuscates required Zen Cart code to support their pretty little designs.. 100% of the time what they have done could have been done the right way without the slash and burn methods they usually implement.. The fact that IH3 works for 2 out of 3 of your sites tells me your TM template is the culprit..

The MOST likely issue you are having is that one of the core Zen Cart files modified by IH3 has ALSO been modified in some way by your TM template and the TM change has eliminated/obliterated/obfuscated required code IH3 needs to work. If you are lucky it's just a matter of making the right merges to get IH3 to work.

I carefully checked the files in the 2_Required_Core_Edits directory with winmerge. There were only two files that conflicted.

I think everything is working perfectly now except the handling of pre-existing images. I have created and uploaded a few test products and they all work perfectly. It is only the pre-existing images and I must say, the site owner did a terrible job of maintaining their images so, wiping them out and starting over isn't such a bad idea.. Now with IH3, they have no excuse for poor image management :smile:

13 Jun 2011, 22:00
#187
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

hookah:

I think everything is working perfectly now except the handling of pre-existing images. I have created and uploaded a few test products and they all work perfectly. ** It is only the pre-existing images and I must say, the site owner did a terrible job of maintaining their images so, wiping them out and starting over isn't such a bad idea..** Now with IH3, they have no excuse for poor image management :smile:

hookah:

The template is one we bought from template monster. I had to set the permissions of the bmz_cache to 777 to get it to work properly. It still looks bad because the site owner has some pretty tiny medium images and it sometimes looks silly.

I think that now that IH3 is installed, I am going to recommend that they just delete all images and start over and only upload the large ones and let IH3 handle the rest. IH3 doesn't seem to handle the old images well.

Also, you said you clcked on view image and it didn't appear to be in the view image cache.. I suspect that is because you were viewing it while i was in the process of restoring the site from a backup and starting over.

Currently everything seems to be working except the ability for IH3 to handle previous images so killing all images and staring over seems to be the solution.But this is EXACTLY what is suggested/recommmended in the IH3 readme.. IH3 does NOT enlarge images..

If the old images uploaded are NOT the largest image, then this is EXACTLY why you would be getting the result you describe.. To get the properly generated small and medium images, you must upload the largest image and let IH3 generate the small and medium images..

14 Jun 2011, 00:08
#188
hookah avatar

hookah

New Zenner

Join Date:
Oct 2008
Location:
Oregon
Posts:
57
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

DivaVocals:

DarkAngel is right.. and it wasn't the magnifying glass that was my hint (this is something that could be implemented without a paid template) Found this in your site source which tells me everything I need to know..
TM is NOTORIOUS for their poorly coded templates which use methods which eliminates/obliterates/obfuscates required Zen Cart code to support their pretty little designs.. 100% of the time what they have done could have been done the right way without the slash and burn methods they usually implement.. The fact that IH3 works for 2 out of 3 of your sites tells me your TM template is the culprit..

The MOST likely issue you are having is that one of the core Zen Cart files modified by IH3 has ALSO been modified in some way by your TM template and the TM change has eliminated/obliterated/obfuscated required code IH3 needs to work. Looks like your TM template includes it's own lightbox (something called "Darkbox" vs the ZLB or Fual Slimbox available in the free downloads). If you are lucky it's just a matter of making the right merges to get IH3 to work.

I am disappointed to hear that about Template Monster. I thought I had finally found a great source for templates. Can you recommend a decent source for templates?

14 Jun 2011, 00:33
#189
darkangel avatar

darkangel

Totally Zenned

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

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

hookah:

I am disappointed to hear that about Template Monster. I thought I had finally found a great source for templates. Can you recommend a decent source for templates?

unfortunately you never know what the others do to the code source to make things do it their way. They do it for cosmetic and with the assumption that we end users just want a bare store...lol

not me I am always doing something to my store and sometimes kill it in the process...but as for templates...

I only get them from here in the downloads area and then just change colors/graphics and placement of some things to make sure the mods work with the software like it had ought to...sometimes.

14 Jun 2011, 01:41
#190
scriptjunkie avatar

scriptjunkie

Totally Zenned

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

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

hookah:

I am disappointed to hear that about Template Monster. I thought I had finally found a great source for templates. Can you recommend a decent source for templates?

The first link is a list of free zen cart templates which have been reviewed and approved by the ZC team. The second link is a link to the demo site where you can see what that list of downloadable templates look like.

14 Jun 2011, 14:45
#191
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

There is an old thread on TM templates that is very telling (including the TM admins/owners/reps who disappeared from the discussion when challenged to create Zen Cart templates that didn't required slash and burn code). Suggest you read up on Template Monster's history with Zen Cart (it ain't pretty)

If I may interject, hookah has been provided some excellent suggestions/options.. Please let's move any more specific template discussions to another thread.. :smile:

hookah:

I am disappointed to hear that about Template Monster. I thought I had finally found a great source for templates. Can you recommend a decent source for templates?

DarkAngel:

unfortunately you never know what the others do to the code source to make things do it their way. They do it for cosmetic and with the assumption that we end users just want a bare store...lol

not me I am always doing something to my store and sometimes kill it in the process...but as for templates...

I only get them from here in the downloads area and then just change colors/graphics and placement of some things to make sure the mods work with the software like it had ought to...sometimes.

ScriptJunkie:

  • Demo Site for Free Zen Cart Templates

The first link is a list of free zen cart templates which have been reviewed and approved by the ZC team. The second link is a link to the demo site where you can see what that list of downloadable templates look like.

14 Jun 2011, 15:25
#192
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Hello,

I can't find the feature that I can change the original image background to match webiste color.

You described:
Choose an image background color matching to match you site's color or select a transparent background for your images.

Please advise. Thanks!

14 Jun 2011, 15:39
#193
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

hara:

Hello,

I can't find the feature that I can change the original image background to match webiste color.

You described:
Choose an image background color matching to match you site's color or select a transparent background for your images.

Please advise. Thanks!

admin -> configuration -> images -> IH small images background

admin -> configuration -> images -> IH medium images background

admin -> configuration -> images -> IH large images background

14 Jun 2011, 15:47
#194
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

and there is a BIG picture of the image configuration settings Clyde is pointing out in the readme.. (JUST ABOVE the section of the readme you are quoting)

Go to Configuration > Images page inside your admin interface.
[BIG PICTURE IS HERE]
You can tweak everything to your liking. The parameters are pretty self explanatory and feature additional descriptions when you select them. These parameters enable you to tweak settings for

  • preferred filetypes
  • compression quality
  • background color
  • watermarking
  • zooming (fancy hover effect)
  • gravity for watermarking

hara:

Hello,

I can't find the feature that I can change the original image background to match webiste color.

You described:
Choose an image background color matching to match you site's color or select a transparent background for your images.

Please advise. Thanks!

clydejones:

admin -> configuration -> images -> IH small images background

admin -> configuration -> images -> IH medium images background

admin -> configuration -> images -> IH large images background

17 Jun 2011, 04:29
#195
lsullivan avatar

lsullivan

New Zenner

Join Date:
May 2010
Posts:
57
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Hi,
I could use some advice on a random problem that has popped up.

I installed IH3, and it works great. I also installed Tabbed Products Pro and it works great too. See example here. It created a tab for the additional images for that product.

But it stopped working for some reason. I added some new products and uploaded their additional images. I checked their pages and there is no tab for the additional images. I checked in admin again, and the images show as being uploaded and the status is enabled. I checked all the config settings and they are correct in enabling additional images. However, they don't show up on the website. See page here (there are no additional images and there should be). This problem only occurs for new products. The old products' images continue to display.

Another issue came up at the same time (maybe it will help determine the location of the problem). I noticed that the attribute image no longer replaces the main product image when selected. This happens with every product (new or old) (see issue here). I have never encountered this problem before, and I checked the attribute settings and they are correct. I downloaded the attribute image module around a year ago.

Has anyone seen anything like this before? Can anyone suggest which files I should check for bugs? My error log on the CPanel is clear.

Zencart 1.3.9f
PHP version 5.2.17
MySQL version 5.1.52
Host: Hostgator
Show Product Additional Images = True
Attribute Style for Radio Buttons/Checkbox: 6

Thank you,
Lindsay
https://www.SETboutique.com

17 Jun 2011, 04:44
#196
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

I think your question was addressed in the TPP thread.. Sounds like the REAL issue is an incompatibility between TPP and your image swap mod.. No quick answers here I'm afraid.. You will need to do some testing to see which combo of mods is causing your issues.. Suggest starting by removing TPP..

In any case I'm pretty sure this is not exclusively an IH3 issue..

lsullivan:

Hi,
I could use some advice on a random problem that has popped up.

I installed IH3, and it works great. I also installed Tabbed Products Pro and it works great too. See example here. It created a tab for the additional images for that product.

But it stopped working for some reason. I added some new products and uploaded their additional images. I checked their pages and there is no tab for the additional images. I checked in admin again, and the images show as being uploaded and the status is enabled. I checked all the config settings and they are correct in enabling additional images. However, they don't show up on the website. See page here (there are no additional images and there should be). This problem only occurs for new products. The old products' images continue to display.

Another issue came up at the same time (maybe it will help determine the location of the problem). I noticed that the attribute image no longer replaces the main product image when selected. This happens with every product (new or old) (see issue here). I have never encountered this problem before, and I checked the attribute settings and they are correct. I downloaded the attribute image module around a year ago.

Has anyone seen anything like this before? Can anyone suggest which files I should check for bugs? My error log on the CPanel is clear.

Zencart 1.3.9f
PHP version 5.2.17
MySQL version 5.1.52
Host: Hostgator
Show Product Additional Images = True
Attribute Style for Radio Buttons/Checkbox: 6

Thank you,
Lindsay
www.SETboutique.com

17 Jun 2011, 04:54
#197
lsullivan avatar

lsullivan

New Zenner

Join Date:
May 2010
Posts:
57
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Hi,
I removed tabs, and the attribute image now swaps with the main image. Good to note.

But the additional images still are not showing up on select styles.

This style shows them.

This style does not show them.

Both were added the same way.

Thanks,
Lindsay

17 Jun 2011, 05:02
#198
lsullivan avatar

lsullivan

New Zenner

Join Date:
May 2010
Posts:
57
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Later...

I am starting to add the additional product images again just to test it, and they are now showing up.

I am super sad that I can't use tabbed products pro because it made the product page look so clean. But I will keep playing and maybe I can get it to work.

If you happen to notice and coding mistakes on my pages let me know.

Thanks!
Lindsay

19 Jun 2011, 17:53
#199
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

Why when after empty the shipping cart, system auto turn to uncertain page that all images are not covered by water mark? (Note: all other functions are working good).

19 Jun 2011, 18:49
#200
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Image Handler 3 Support Thread (for ZC v1.3.9)

hara:

Why when after empty the shipping cart, system auto turn to uncertain page that all images are not covered by water mark? (Note: all other functions are working good).NO IDEA what you mean by this.. Would help if you provided a link to the site.. Would help if you explain IN STEP BY STEP DETAIL how you are getting to this page where you see the issue you are reporting..