Page 247 of 710 FirstFirst ... 147197237245246247248249257297347 ... LastLast
Results 2,461 to 2,470 of 7099
  1. #2461
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    See my post ^^^ above for what happens when you put images in the MEDIUM/LARGE folders.
    Also you need to rethink how you are going to name your images if you plan to use additional images.
    https://www.zen-cart.com/tutorials/i...hp?article=315
    https://www.zen-cart.com/tutorials/index.php?article=58

    M
    Thanks tophand but it's still not working

    I have deleted the \image\<images> and the \image\medium<images> and moved and renamed the large ones to the \images folder

    all watermark options are enabled but.. it's still not working

    http://www.tecnorincon.com/index.php...roducts_id=176

  2. #2462
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Image Handler 2 Support

    Quote Originally Posted by jgarrotef View Post
    Thanks tophand but it's still not working

    I have deleted the \image\<images> and the \image\medium<images> and moved and renamed the large ones to the \images folder

    all watermark options are enabled but.. it's still not working

    http://www.tecnorincon.com/index.php...roducts_id=176
    The images on the page in your link are working for me. They take a second to load but they do.

  3. #2463
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by jgarrotef View Post
    Thanks tophand but it's still not working

    I have deleted the \image\<images> and the \image\medium<images> and moved and renamed the large ones to the \images folder

    all watermark options are enabled but.. it's still not working

    http://www.tecnorincon.com/index.php...roducts_id=176
    What file type is your watermark?
    You do need to have the watermark file in the image/medium and image/large folders.

    M

  4. #2464
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: No support fix for Image Handler 2 - suggest to remove

    Quote Originally Posted by AndyII View Post
    Just as tophand mentioned, it seems to be an OPERATOR ERROR, we have a fix for the js error and we HAVE sites that work, so it MUST be OE
    IMO
    Well inWcironsales case I don't believe it was an operator error but more of not understanding how IH works and was expecting IH to work in a different way.
    My user error comment was a blanket comment to Wcironsales post that IH is broken don't use comment.

    M

  5. #2465
    Join Date
    Jan 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: No support fix for Image Handler 2 - suggest to remove

    Quote Originally Posted by tophand View Post
    Well inWcironsales case I don't believe it was an operator error but more of not understanding how IH works and was expecting IH to work in a different way.
    My user error comment was a blanket comment to Wcironsales post that IH is broken don't use comment.

    M
    ---------------------------------------------------

    Hello , I am trying to caught up with IH2 and understand how to fix this JS error. I have additional images and enlargement is not working. I tried deleting large and med. folder files as explained above with no success. Please explain the the JS fix is and make suggestions, Much appreciated.


    www.pillownpillows.com

    zafer

  6. #2466
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: support for Image Handler 2

    Quote Originally Posted by zafer View Post
    ---------------------------------------------------

    Hello , I am trying to caught up with IH2 and understand how to fix this JS error. I have additional images and enlargement is not working. I tried deleting large and med. folder files as explained above with no success. Please explain the the JS fix is and make suggestions, Much appreciated.


    www.pillownpillows.com

    zafer
    Well, you didn't double check to see if you uploaded all the IH files.
    You are missing one.
    Code:
     includes/templates/comstock/jscript/jscript_imagehover.js
    Take care of this then see were how things work.

    M

  7. #2467
    Join Date
    Jan 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: No support fix for Image Handler 2 - suggest to remove

    Quote Originally Posted by tophand View Post
    Well inWcironsales case I don't believe it was an operator error but more of not understanding how IH works and was expecting IH to work in a different way.
    My user error comment was a blanket comment to Wcironsales post that IH is broken don't use comment.

    M
    ---------------------------------------------------

    Hello , I am trying to catch up with IH2 and understand how to fix this JS error. I have additional images and enlargement is not working. I tried deleting large and med. folder files as explained above with no success. Please explain what the JS fix is and make suggestions, Much appreciated.


    www.pillownpillows.com

    zafer

  8. #2468
    Join Date
    Sep 2005
    Location
    Gladstone, Oregon
    Posts
    44
    Plugin Contributions
    0

    image problem Additional image FIX not working from previous post 999

    The additional image fix forum post # 999 also # 986 does not fix my additional images problem for some reason.

    Actual store in production is http://wcironsales.com/store

    Actual IH2 files I'm using can be accessed at: http://wcironsales.com/ih2

    I could sure use help on this.

    Here is some things I noticed during winmerge processing. I am not sure there importance and I have tried using both options with no avail.


    -----
    The apostrophe on the number 1 in IH2 compared to 1.3.8a which has no apostrophe

    File includes/modules/additional_images.php

    Image handler 2
    Line 47: if(preg_match("/" . $products_image_base . "/i", $file) == '1') {

    Zen Cart 1.3.8a
    Line 47: if(preg_match("/" . $products_image_base . "/i", $file) == 1) {


    -----
    These 3 files in Image Handler 2 at end of the below 3 files the ?> has been removed. I have not noticed a difference with them or without them
    includes/modules/pages/popup_image/header_php.php
    includes/modules/pages/popup_image_additional/header_php.php



    -----
    There are only 6 IH2 mod files that are different between IH2 and Zen Cart 1.3.8a these files are:
    admin/includes/modules/category_product_listing.php
    includes/modules/pages/popup_image/header_php.php
    includes/modules/pages/popup_image_additional/header_php.php
    includes/modules/additional_images.php
    includes/modules/main_product_image.php
    includes/templates/template_default/popup_image_additional/tpl_main_page.php



    -----
    For this IH2 version mod files that are different between Zen Cart version 1.3.8a and version 1.3.7.1 are:
    includes/modules/pages/popup_image/header_php.php
    includes/modules/additional_images.php



    -----
    One more note for the record. This IH2 version creates LARGE & MEDIUM images on the fly on page request. It does not create _LRG and _MED images and place into the /LARGE/ and /MEDIUM/ folders as a previous version did. I was not expecting this on this version and overlooked at first.
    Last edited by wcironsales; 26 Mar 2008 at 08:32 AM.

  9. #2469
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Additional image FIX not working from previous post 999

    Quote Originally Posted by wcironsales View Post
    The additional image fix forum post # 999 also # 986 does not fix my additional images problem for some reason.

    Actual store in production is http://wcironsales.com/store

    Actual IH2 files I'm using can be accessed at: http://wcironsales.com/ih2

    I could sure use help on this.
    I see your additional images and the hover works. The problem is the pop-up for the large additional images, correct?
    All your test main products image large pop-ups work (733x550).
    The pop-up is the same code for both the main image and the additional images. So why does one work and the other doesn't?
    Could it be that the large image that works is 733x550 and the one that doesn't is 1024x768?

    Trouble shooting tips:
    Have you cleared all the sub-folders (delete) from the bmz_cache folder? You can do this from IH admin or use your host control panel or FTP.
    Instead having an image 1024x768, try a smaller image. This might be more of GD libraries or ImageMagick problem. Be sure to clear bmz_cache sub-folders first.
    How are you uploading the images?

    M

  10. #2470
    Join Date
    Jan 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    What file type is your watermark?
    You do need to have the watermark file in the image/medium and image/large folders.

    M
    still not working

    doubble check and my image/medium and image/large folders have the watermarks includedd in the IH2 download

    no pictures are created at bmz_cache folder, only folders were created i i delete thouse folders they are created again but only folders, no pictures


 

 

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