Re: Image Handler 2 Support
Quote:
Originally Posted by
DivaVocals
But she is right.. This app really doesn't do anything more except manage your images. It will create all the proper image dimension sizes based on the settings you provide. It will do some VERY simple image effects (currently only applies to small product images displayed in sideboxes and on the product listing pages -- zooming on medium images is not supported/working) It will do some image compression to improve image loading performance, and lastly it manages the file naming convention required by Zen Cart to link additional product images to the correct product.
IH2 is a very straightforward install and usually when it stops/doesn't work there are one of a few reasons why:
- Changes to the template files which remove core Zen Cart code IH2 needs to work properly
- Javascripts either from other mods or java slideshows and such which conflict with the IH2 javascript
- IH2 files are not copied to the correct location
- Mixed file formats for main product and additional images (For example: main product image is a JPG and additional images a PNGs
- Case mix-ups between the main product image and the additional images (For example: the main product image file name is all upper case and the additional images file names are all lowercase)
IH2 doesn't affect the style or layout of images on the product details or product listing pages. (You didn't ask this, but I certainly have seen some recent questions on this count) It only affect the behavior of the image on these pages.
Once you install the files, set your image settings, and activate it, it really should just work.. If it doesn't that truly usually means that there are other things going on with the site that are interfering with IH2 functioning as it should.
I checked all files again thoroughly this time but still no luck. My IH2 works partially but just not in the center column. Can you tell me which files control that?
Re: Image Handler 2 Support
Not sure if this is the correct place to ask this but here goes.
I have image handler 2 installed and have no difficulty adding additional images. My problem is the 1st image is at the top of the product page and the 2nd image is about 2/3 of the way down the page. I would like the images to be beside each other or immediately below each other.
I have been merging my 2 images so they appear as 1 but would like 2 images (eg. both sides of a coin as separate images)
Can anyone give me any assistance with this. Thank you in advance for your help
Re: Image Handler 2 Support
Quote:
Originally Posted by
John Zwikstra
Not sure if this is the correct place to ask this but here goes.
I have image handler 2 installed and have no difficulty adding additional images. My problem is the 1st image is at the top of the product page and the 2nd image is about 2/3 of the way down the page. I would like the images to be beside each other or immediately below each other.
I have been merging my 2 images so they appear as 1 but would like 2 images (eg. both sides of a coin as separate images)
Can anyone give me any assistance with this. Thank you in advance for your help
You will need to re-post your question elsewhere in the forum where you will get a better response to address your specific issue.. (I suggest the stylesheet section as the solution is most likely a stylesheet adjustment)
Not an IH2 support related question.. As I have indicated just a few days ago, IH2 does NOT have anything to do with the format or placement of images on the product details pages..
Re: Image Handler 2 Support
This file:
Store_Root/admin/includes/modules/category_product_listing.php is very old.
Not only it has deprecated HTML tags, which I can fix, but also references classes which no longer exist in recent versions of Zen Cart's stylesheet.css.
These are the classes:
pageHeading
dataTableHeadingRow
dataTableHeadingContent
dataTableRow
dataTableContent
For rev. 8 I need to recreate these classes but I don't have an old version of stylesheet.css.
If anybody has that file with those classes in it, please forward it to me.
Thanks.
Re: Image Handler 2 Support
Quote:
Originally Posted by
ckosloff
This file:
Store_Root/admin/includes/modules/category_product_listing.php is very old.
Not only it has deprecated HTML tags, which I can fix, but also references classes which no longer exist in recent versions of Zen Cart's stylesheet.css.
These are the classes:
pageHeading
dataTableHeadingRow
dataTableHeadingContent
dataTableRow
dataTableContent
For rev. 8 I need to recreate these classes but I don't have an old version of stylesheet.css.
If anybody has that file with those classes in it, please forward it to me.
Thanks.
Try here...
admin/includes/stylesheet.css
Re: Image Handler 2 Support
Quote:
Originally Posted by
gilby
Try here...
admin/includes/stylesheet.css
Bingo, they are all there, silly me I was looking for them under the storefront css.
Re: Image Handler 2 Support
Hi peeps :) I have searched this thread extensively for the safari zoom displaying above the fold issue with no answer on how to fix it. (specifically read through may pages around page 383 in this thread ... plus more!)
Before I use this hack to disable it...
http://www.zen-cart.com/forum/showpo...postcount=3869
Has anyone successfully resolved this issue?
Re: Image Handler 2 Support
Quote:
Originally Posted by
ksoup
Hi peeps :) I have searched this thread extensively for the safari zoom displaying above the fold issue with no answer on how to fix it. (specifically read through may pages around page 383 in this thread ... plus more!)
Before I use this hack to disable it...
http://www.zen-cart.com/forum/showpo...postcount=3869
Has anyone successfully resolved this issue?
I have got it working correctly in Safari, Chrome, Opera and Firefox, unfortunately it breaks in IE, and owing to time pressure and lack of javascript knowledge I can't figure out the problem, although i am seriously thinking of putting a conditional statement in for IE so it uses the current code and the other browsers use the modified code
Have a look here and see if this works in your Safari
http://nigel.geek.nz/sbo_shop/index....th=823_527_213
I have a feeling the IE fault should be simple to fix, but i can't get my head around it
Re: Image Handler 2 Support
OHHHHH It works!! It works the same for me in FF, Safari and IE8! Have you listed your fix? I am so glad you responded :)
Quote:
Originally Posted by
nigelt74
I have got it working correctly in Safari, Chrome, Opera and Firefox, unfortunately it breaks in IE, and owing to time pressure and lack of javascript knowledge I can't figure out the problem, although i am seriously thinking of putting a conditional statement in for IE so it uses the current code and the other browsers use the modified code
Have a look here and see if this works in your Safari
http://nigel.geek.nz/sbo_shop/index....th=823_527_213
I have a feeling the IE fault should be simple to fix, but i can't get my head around it
Re: Image Handler 2 Support
Quote:
Originally Posted by
ksoup
OHHHHH It works!! It works the same for me in FF, Safari and IE8!
It shouldn't with IE there is a white box to the right of the pop-up. i have changed the background colour so it is more obvious to see.
I am currently working on a switch for IE as i have run out of time to faff with the script, which isn't working yet
Have a look if you see white space to the right of the pop-up you are seeing the IE error.
I will post what i have done here somewhere in the next few days