Page 518 of 710 FirstFirst ... 18418468508516517518519520528568618 ... LastLast
Results 5,171 to 5,180 of 7099
  1. #5171
    Join Date
    Dec 2005
    Location
    Australia
    Posts
    772
    Plugin Contributions
    0

    red flag Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    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:

    1. Changes to the template files which remove core Zen Cart code IH2 needs to work properly
    2. Javascripts either from other mods or java slideshows and such which conflict with the IH2 javascript
    3. IH2 files are not copied to the correct location
    4. Mixed file formats for main product and additional images (For example: main product image is a JPG and additional images a PNGs
    5. 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?
    Using zencart v.1.3.9e
    Website: http://www.dealbyethan.com
    Email: admin AT dealbyethan DOT com

  2. #5172
    Join Date
    Jun 2008
    Posts
    40
    Plugin Contributions
    0

    Default 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

  3. #5173
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by John Zwikstra View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #5174
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default 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.

  5. #5175
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ckosloff View Post
    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

  6. #5176
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by gilby View Post
    Try here...
    admin/includes/stylesheet.css
    Bingo, they are all there, silly me I was looking for them under the storefront css.

  7. #5177
    Join Date
    Jan 2004
    Posts
    482
    Plugin Contributions
    0

    Default 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?

  8. #5178
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ksoup View Post
    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

  9. #5179
    Join Date
    Jan 2004
    Posts
    482
    Plugin Contributions
    0

    Default 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 View Post
    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

  10. #5180
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ksoup View Post
    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

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR