Page 618 of 710 FirstFirst ... 118518568608616617618619620628668 ... LastLast
Results 6,171 to 6,180 of 7099
  1. #6171
    Join Date
    Aug 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Sounds like you have a workable solution.. I'd like to get to the bottom of this though..

    Check in with the Simple Google Analytics author.. He's SUPER nice.. Perhaps he can provide some insight or a hint as to what MIGHT be in conflict with the new asynchronous code.. I don't have that module installed on my test store, and the only store I have Simple Google Analytics installed on uses the version RIGHT before the current one with the new asynchronous code.. If there is an issue with it, then there will be others reporting the same conflict..

    Also though the main product image pop-up works now, your main product images still are not being managed by IH2.. The main product images are not being cached by IH2.. (which leads me to the possibility that your template may have code which is over-writing IH2..)
    What make you say that main product image is not being cached by IH2? It looks like it is to me. Perhaps you got the cached version from before.

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

    Default Re: Image Handler 2 Support

    When I posted that message they weren't being cached by IH2 (I even posted examples I found from your site). Looks like they are cached now..

    Quote Originally Posted by donhohler View Post
    What make you say that main product image is not being cached by IH2? It looks like it is to me. Perhaps you got the cached version from before.
    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.

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

    Default Re: Image Handler 2 Support

    So I popped over to the Simple Google Analytics thread.. seems the blank pop-up IS indeed a Simple Google Analytics error and NOT an issue with IH2 at all.. (and for the record it will probably be an issue with ALL pop-ups, not just the image pop-ups)

    This is why it always pays to checkout support threads for all mods involved.. Should you get a blank page error like this in the future, posting the contents of the error logs in your cache folders will be a HUGE help as to the true source of the issue....

    Hopefully this pop-up issue will be worked out soon by the Simple Google Analytics author.. (he's super nice so I'm sure he will)

    Quote Originally Posted by donhohler View Post
    Zen Cart 1.38a
    Image Handler V2.0 Rev 8d

    http://www.madisontractor.com/

    Update:

    I found the issue to to the first problem. I missed renaming a template folder. oops! I removed the changes to: classes/bmz_image_handler.php and all the "onmousovers" work everywhere.

    The only problem now is with the product image and additional images popup windows. I am using Simple_Google_Analytics Ver 1.2.3 module. When I run it in asynchronous mode the product image popup window opens but there is no image. If I set analytics to ga.js, it works fine.

    I suspect the problem is with the order in which scripts are being loaded or run.

    Any help work be GREATLY appreciated!
    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. #6174
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I have IH2 2.0 Rev 8d and zen light box installed on zencart 1.3.9d.

    The main image still works with lightbox but the additional images are not working with lightbox anymore. Is that normal? Is there a way to get the additional images to work with lightbox again?

  5. #6175
    Join Date
    Dec 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi, My IH2 seems to be working just fine... I just am trying to find out how to easily have two images with correct names. I have a front and back image for each DVD or CD.


    After I load up image-front up... when I add second images (image-back), it becomes "image-Back-front-01"

    So I thought I would just get rid of front and back image names, and do image-01 for front and image-02 for the back... so I renamed them, and reloaded them...

    I got image-01, and then image-01-02.

    I normally have 4 images for products - front.jpg, front_sm.jp, and the backs as well.

    Also, I cannot seem to load images from live server where they are, I have to grab them from my harddrive.. it would be nice to just point to them.

    Can someone direct me to any aritcles or help with this sort of thing please.

  6. #6176
    Join Date
    Dec 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Also, as a side note...

    I would really like to just have the front and back image show up to the left of the product, as well as down at the bottom....

    http://www.awmiv.com/index.php?main_...&products_id=1

  7. #6177
    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 buildingblocks View Post
    I have IH2 2.0 Rev 8d and zen light box installed on zencart 1.3.9d.

    The main image still works with lightbox but the additional images are not working with lightbox anymore. Is that normal? Is there a way to get the additional images to work with lightbox again?
    You likely overwrote the files that the lightbox contribution and IH2 both modify with the one from the lightbox contribution effectively replacing the IH2 changes with ONLY the lightbox changes.

    You will need to find those common files and using a file merging program (like Winmerge or Beyond Compare) and merge the changes required for both mods into one file and upload them..
    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.

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

    Default Re: Image Handler 2 Support

    I think you may not fully be understanding how Zen Cart and IH2 works to create additional product images. In short what you describe is EXACTLY how IH2 and Zen Cart work to manage additional prodct images.


    Quote Originally Posted by DivaVocals View Post
    IH2 in general is designed to ease the manual processes involved with creating optimized images for shopowners by taking the large product image and creating all the required optimized images needed.

    In short it does a LOT of the heavy lifting for shopowners. IH2's functionality is the equivalent to the manual process described in this Zen Cart FAQ:
    https://www.zen-cart.com/tutorials/i...hp?article=224

    You also should look up the terms "additional product images" in the FAQ section.. for more information about how additional product images MUST be named to work correctly with Zen Cart..

    Quote Originally Posted by DanielInFresno View Post
    Hi, My IH2 seems to be working just fine... I just am trying to find out how to easily have two images with correct names. I have a front and back image for each DVD or CD.


    After I load up image-front up... when I add second images (image-back), it becomes "image-Back-front-01"

    So I thought I would just get rid of front and back image names, and do image-01 for front and image-02 for the back... so I renamed them, and reloaded them...

    I got image-01, and then image-01-02.

    I normally have 4 images for products - front.jpg, front_sm.jp, and the backs as well.

    Also, I cannot seem to load images from live server where they are, I have to grab them from my harddrive.. it would be nice to just point to them
    Quote Originally Posted by DanielInFresno View Post
    Can someone direct me to any aritcles or help with this sort of thing please.
    The readme is the article you are seeking.. The full lowdown on IH2 is in this document..
    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.

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

    Default Re: Image Handler 2 Support

    This is a layout question and TOTALLY off topic for this support thread.. Re-post your question in the layout forum to get a better response..

    Quote Originally Posted by DanielInFresno View Post
    Also, as a side note...

    I would really like to just have the front and back image show up to the left of the product, as well as down at the bottom....

    http://www.awmiv.com/index.php?main_...&products_id=1
    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.

  10. #6180
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    You likely overwrote the files that the lightbox contribution and IH2 both modify with the one from the lightbox contribution effectively replacing the IH2 changes with ONLY the lightbox changes.

    You will need to find those common files and using a file merging program (like Winmerge or Beyond Compare) and merge the changes required for both mods into one file and upload them..

    Yep.....thanks......I got it. IH2 modifies 3 core files which lightbox didn't touch but I wasn't checking for an over ride file.

    /includes/modules/custom_template/additional_images.php

 

 

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