Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 2 (for ZC v1.3.8 ONLY) Support

Image Handler 2 (for ZC v1.3.8 ONLY) Support

Views: 2,510,604

Results 6,541 to 6,560 of 7,094
20 Mar 2011, 5:43 PM
#6541
divavocals avatar

divavocals

Totally Zenned

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

Image Handler 2 (for ZC v1.3.8 ONLY) Support

RoPey:

Thank you all for your replies. I'm using Product General and the Additional Images setting is set correctly. I'd forgotten about that setting, so it was definitely worth the check. Before I raised my question I had a really good look through the thread and although the question arises in a few places, the suggestions and responses have all proved to be OK and in place in my version.

I think, given that this appears to be an issue that would take quite a lot of ferreting around to fix and it is a version that very few people have running now, it would be better to suggest to my customers that it would be more sensible to spend the time (and money) on upgrading to the newest version as soon as possible.

Once again - thanks for the help and suggestions.Quite honestly that was going to be my suggestion anyway.. Perhaps the way to phrase it to them is to let them know that that there really isn't any support available for IH2 under Zen Cart 1.3.7, and not much more for Zen Cart v.1.3.7 in general.. There are a TON of security and functionality enhancements that will come out of upgrading.. This seems the better use for your client's effort IMHO..:smile:

20 Mar 2011, 5:43 PM
#6542
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Now where's the doggone like button!!!:laugh:

ScriptJunkie:

Excellent conclusion. You may also want to remind your clients that there are security issues at stake also. The newest version is the most secure yet. The Zen Cart community and programmers have been working hard to earn recognition and important certification... in order to meet the criteria to recieve that, the cart has to meet certain standards. The older versions do not.

Selling point 1: Best practice for serious business people is to run the latest and most secure software on their websites, especially if they want to be taken seriously in the business community. (i.e. advertisers and affiliates who can increase a store owner's profits pretty much only want to associate their businesses with those of a similar seriousness and reputation).

Selling point 2: Customers are more saavy than they were even just five years ago....informed and experienced web shoppers will not buy from a store run with software that has known security issues, and - they know how to find out what the store is using.

Upgrading both zc and mods is definitely worth the money they have to pay you to do it for them.

20 Mar 2011, 6:03 PM
#6543
scriptjunkie avatar

scriptjunkie

Totally Zenned

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

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

DivaVocals:

Now where's the doggone like button!!!:laugh:

hehehe :cool:

20 Mar 2011, 8:18 PM
#6544
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Hi,

I have Zen Lightbox and also IH installed,this works fine,except one thing :(

How can I change the size of the images when you hover an image?

Right now if I hover an image with my mouse a big image pops up,can I change that size?

Have a look at my site here: http://silvaro.nl

Thanks for your advice.

Richard

20 Mar 2011, 8:38 PM
#6545
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Rimo:

Hi,

I have Zen Lightbox and also IH installed,this works fine,except one thing :(

How can I change the size of the images when you hover an image?

Right now if I hover an image with my mouse a big image pops up,can I change that size?

Have a look at my site here: http://silvaro.nl

Thanks for your advice.

Richard

  1. what are these set to

Product Info - Image Width
Product Info - Image Height

as those are both the hover settings and the productinfo page image settings.

Have you made any changes to the standard Image handler? as you seem to be using the large image as the image hover rather than the medium image (using the medium image is the default hard coded behaviour)

At a guess I would say the default behaviour has been altered

In your
includes/classes/bmz_image_handler.class.php

Find the following (around line 697)

it should say this
$zoom_sizetype = ($this->sizetype=='small')?'medium':'large';

if it says
$zoom_sizetype = ($this->sizetype=='small')?'large':'medium';

then thats your problem.

Other wise try clearing your Image handler cache via the admin

20 Mar 2011, 10:40 PM
#6546
darkangel avatar

darkangel

Totally Zenned

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

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ScriptJunkie:

Excellent conclusion. You may also want to remind your clients that there are security issues at stake also. The newest version is the most secure yet. The Zen Cart community and programmers have been working hard to earn recognition and important certification... in order to meet the criteria to recieve that, the cart has to meet certain standards. The older versions do not.

Selling point 1: Best practice for serious business people is to run the latest and most secure software on their websites, especially if they want to be taken seriously in the business community. (i.e. advertisers and affiliates who can increase a store owner's profits pretty much only want to associate their businesses with those of a similar seriousness and reputation).

Selling point 2: Customers are more saavy than they were even just five years ago....informed and experienced web shoppers will not buy from a store run with software that has known security issues, and - they know how to find out what the store is using.

Upgrading both zc and mods is definitely worth the money they have to pay you to do it for them.

take my word for it I am still fixing stores with older software cause their host has suspended the account due to the files that a phishing hacker placed

your client needs to upgrade to the newset version of zen cart---after all it is free.

His other mods may be able to be merged into the files then put into an over-ride folder

21 Mar 2011, 2:23 PM
#6547
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

nigelt74:

  1. what are these set to

Product Info - Image Width
Product Info - Image Height

as those are both the hover settings and the productinfo page image settings.

Have you made any changes to the standard Image handler? as you seem to be using the large image as the image hover rather than the medium image (using the medium image is the default hard coded behaviour)

At a guess I would say the default behaviour has been altered

In your
includes/classes/bmz_image_handler.class.php

Find the following (around line 697)

it should say this
$zoom_sizetype = ($this->sizetype=='small')?'medium':'large';

if it says
$zoom_sizetype = ($this->sizetype=='small')?'large':'medium';

then thats your problem.

Other wise try clearing your Image handler cache via the admin

Hi,

Thanks for your help.

Or I am blind or there are no settings like Image Width and Image Height in Product Info?

I checked the file you mentioned,this is on line 697:

$zoom_sizetype = ($this->sizetype=='small')?'medium':'large';

Seems to be fine or not?

I did not make any changes to the standard Image Handler.

Very weird,but I really hope to solve this.

Regards,
Richard

21 Mar 2011, 2:36 PM
#6548
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I think I found it the image size you mentioned in Product Listing.

The size is :

Product Info - Image Width 150
Product info - Image Height 120

21 Mar 2011, 3:00 PM
#6549
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Rimo:

I think I found it the image size you mentioned in Product Listing.

The size is :

Product Info - Image Width 150
Product info - Image Height 120None of your images are being served up from the bmz_cache folder AND when I view what should be your small or medium images, I am only seeing the large image there as well.. Same holds true for your category images..

Seems as if you do not have IH2 completely configured/installed correctly. I strongly suggest re-reading the readme files particularly the section which covers the image settings and configuration. Make sure all your image settings are correct Also double check your IH2 installation as well to make sure you have all the files in place..

21 Mar 2011, 3:16 PM
#6550
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

DivaVocals:

None of your images are being served up from the bmz_cache folder AND when I view what should be your small or medium images, I am only seeing the large image there as well.. Same holds true for your category images..

Seems as if you do not have IH2 completely configured/installed correctly. I strongly suggest re-reading the readme files particularly the section which covers the image settings and configuration. Make sure all your image settings are correct Also double check your IH2 installation as well to make sure you have all the files in place..
More examples of what I mean.. Looking at this product:
http://silvaro.nl/meisjes/armbanden/armband-aristocat-blauw-met-sterren

The path to the category image for Meisjes > Armbanden should be something like this: (added spaces so the URL is not truncated by the forum software)
http: // silvaro . nl/meisjes/armbanden/bmz_cache/9/9a4b3c8458fe234f7f23e7e8571e45ab.image.35x40.gif

Instead it is this:
http://silvaro.nl/images/ARMK00001.JPG

Here's the current HTML code for your category image:

 <!--bof Category Icon -->

<div align="left" id="categoryIcon" class="categoryIcon"><a href="[URL="http://www.zen-cart.com/forum/view-source:http://silvaro.nl/meisjes/armbanden"]http://silvaro.nl/meisjes/armbanden[/URL]"><img src="[URL="http://www.zen-cart.com/forum/view-source:http://silvaro.nl/images/ARMK00001.JPG"]images/ARMK00001.JPG[/URL]" alt="Armbanden" title=" Armbanden " width="35" height="40" /><br />Armbanden</a></div>
<!--eof Category Icon -->  
```It should look something like this:

<!--bof Category Icon --> <div align="left" id="categoryIcon" class="categoryIcon"><a href="[URL="http://www.zen-cart.com/forum/view-source:http://silvaro.nl/meisjes/armbanden"]http://silvaro.nl/meisjes/armbanden[/URL]"><img src="[URL="http://www.zen-cart.com/forum/view-source:http://zentestcart.overthehillweb.com/bmz_cache/9/9a4b3c8458fe234f7f23e7e8571e45ab.image.48x40.gif"]bmz_cache/9/9a4b3c8458fe234f7f23e7e8571e45ab.image.35x40.gif[/URL]" alt="Test Category" title=" Test Category " width="35" height="40" /><br />Armbanden</a></div> <!--eof Category Icon --> ```
21 Mar 2011, 3:29 PM
#6551
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

DivaVocals:

More examples of what I mean.. Looking at this product:
http://silvaro.nl/meisjes/armbanden/armband-aristocat-blauw-met-sterren

The path to the category image for Meisjes > Armbanden should be something like this: (added spaces so the URL is not truncated by the forum software)
http: // silvaro . nl/meisjes/armbanden/bmz_cache/9/9a4b3c8458fe234f7f23e7e8571e45ab.image.35x40.gif

Instead it is this:
http://silvaro.nl/images/ARMK00001.JPG

Here's the current HTML code for your category image:

<!--bof Category Icon --> <div align="left" id="categoryIcon" class="categoryIcon"><a href="[URL="http://www.zen-cart.com/forum/view-source:http://silvaro.nl/meisjes/armbanden"]http://silvaro.nl/meisjes/armbanden[/URL]"><img src="[URL="http://www.zen-cart.com/forum/view-source:http://silvaro.nl/images/ARMK00001.JPG"]images/ARMK00001.JPG[/URL]" alt="Armbanden" title=" Armbanden " width="35" height="40" /><br />Armbanden</a></div> <!--eof Category Icon --> ```It should look something like this: > > ``` <!--bof Category Icon --> <div align="left" id="categoryIcon" class="categoryIcon"><a href="[URL="http://www.zen-cart.com/forum/view-source:http://silvaro.nl/meisjes/armbanden"]http://silvaro.nl/meisjes/armbanden[/URL]"><img src="[URL="http://www.zen-cart.com/forum/view-source:http://zentestcart.overthehillweb.com/bmz_cache/9/9a4b3c8458fe234f7f23e7e8571e45ab.image.48x40.gif"]bmz_cache/9/9a4b3c8458fe234f7f23e7e8571e45ab.image.35x40.gif[/URL]" alt="Test Category" title=" Test Category " width="35" height="40" /><br />Armbanden</a></div> <!--eof Category Icon --> ```

My god,I am really lost now and really do not know what to do :wacko:
This is going too far for me.
maybe I need some extra help with this from someone who understands ImageHandler very well ;-)

21 Mar 2011, 3:36 PM
#6552
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Rimo:

My god,I am really lost now and really do not know what to do :wacko:
This is going too far for me.
maybe I need some extra help with this from someone who understands ImageHandler very well ;-)

Hi,

Maybe you can have a look again if it is fine now.

It seems that the bmz_cache folder was not writable,I changed this to 777 and cleared the cache.

I think it works now :D

23 Mar 2011, 9:57 AM
#6553
vandiermen avatar

vandiermen

Totally Zenned

Join Date:
Feb 2007
Posts:
518
Plugin Contributions:
1

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

hello,
my additional images only display if named _1, _2
but IH2 uploads as _01 _02
what file or setting do I need to change so that _01 _02 displays instead of _1, _2
I am using IH2 2.0 rev8. with Zen Cart 1.3.9h
:blink:

23 Mar 2011, 1:48 PM
#6554
dre avatar

dre

New Zenner

Join Date:
Mar 2006
Location:
The Netherlands
Posts:
92
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Im totally lost.

I Installed a fresh zencart , a new template and image handler.
Its hoovering in the side boxes but not in the mainpage. Please help what am I doing wrong??

23 Mar 2011, 2:21 PM
#6555
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

dre:

Im totally lost.

I Installed a fresh zencart , a new template and image handler.
Its hoovering in the side boxes but not in the mainpage. Please help what am I doing wrong??As always we need a link to your site and SPECIFIC PAGES where you are having issues (don't make us fish through your site..:smile:)

That said specific links to your site would help us to understand specifically (versus lobbing GUESSES) what you mean by "not in the mainpage". Post a link to this page and it will be easier (and CLEARER) what the issue is..

23 Mar 2011, 2:23 PM
#6556
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

vandiermen:

hello,
my additional images only display if named _1, _2
but IH2 uploads as _01 _02
what file or setting do I need to change so that _01 _02 displays instead of _1, _2
I am using IH2 2.0 rev8. with Zen Cart 1.3.9h
:blink:If this is the case, then something is wrong with your install or setup, or maybe even the images.. Links to specific pages and your image settings info would be a big help..

23 Mar 2011, 2:47 PM
#6557
dre avatar

dre

New Zenner

Join Date:
Mar 2006
Location:
The Netherlands
Posts:
92
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

DivaVocals:

As always we need a link to your site and SPECIFIC PAGES where you are having issues (don't make us fish through your site..:smile:)

That said specific links to your site would help us to understand specifically (versus lobbing GUESSES) what you mean by "not in the mainpage". Post a link to this page and it will be easier (and CLEARER) what the issue is..

Thank uou for you response!

Its the mainpage: /index.php?main_page=index&cPath=23_24

were all the products of a categorie are listed.
Normally with my old shop if you go over the images in that page every products image is hoovering but now its only doing that in new products side box

23 Mar 2011, 3:24 PM
#6558
scriptjunkie avatar

scriptjunkie

Totally Zenned

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

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

dre:

Thank uou for you response!

Its the mainpage: /index.php?main_page=index&cPath=23_24

were all the products of a categorie are listed.
Normally with my old shop if you go over the images in that page every products image is hoovering but now its only doing that in new products side box

That looks like a sub-category listing page to me, vs. the main page (which would be the front page of your store).

At any rate, the URL is incomplete. We can't possibly locate your site from what you've provided. Please provide a complete URL beginning with http://www.

23 Mar 2011, 3:57 PM
#6559
dre avatar

dre

New Zenner

Join Date:
Mar 2006
Location:
The Netherlands
Posts:
92
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I installed it locally )-:

23 Mar 2011, 4:30 PM
#6560
divavocals avatar

divavocals

Totally Zenned

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

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

dre:

I installed it locally )-:
It's gonna be next to impossible to help you without seeing the site.. Some folks may not mind lobbing guess at problems, but for me with out specifics I don't like entertaining guesses.. Any way you can re-create your development store on a sub-domain so that the community can better help you troubleshoot your issue??