Page 23 of 169 FirstFirst ... 1321222324253373123 ... LastLast
Results 221 to 230 of 1685
  1. #221
    Join Date
    May 2010
    Location
    Arkansas
    Posts
    33
    Plugin Contributions
    0

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    nevermind....figured it out....smh

  2. #222
    Join Date
    Apr 2012
    Posts
    127
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    I have IH4 installed on my cart and working perfectly - AMAZING addon, it saves SO, SO much time with my images!

    The only problem I've noticed (maybe it's a bug?) is with my 'reviews' sidebox. I have mine on the right column. All of my IH4 hover images pop up to the right. When I hover over my 'reviews' sidebox image, it tries to pop up to the right but hits the edge of the screen, and then pops to the left. Sometimes it shows two images on hover at the same time. It then has a 'ghost' effect where it leaves an imprint of the image on the screen until I scroll past it, or use other pop up hover images that cover it and wipe it out (if that makes sense).

    This ONLY happens with my reviews sidebox on the right column.

    I am testing this in Google Chrome. I have the current version of zen cart.

    You can see my page here: http://meljensdesigns2.com - it's a test site until I have everything running.

  3. #223
    Join Date
    May 2010
    Location
    Athens, Greece
    Posts
    292
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    It's interesting to see that someone else experiences what I did until recently.

    I had the right column turned off on my index (main) page and the new items rows were displayed in the space of the middle and right columns. There were four thumbnails per row and, when I hovered over the rightmost image in any row, I had the same effect as that described by meljen: Hovering on the right side of the image caused the medium size image to appear, then, if the mouse cursor was moved slowly to the left of the same thumbnail, a second medium image appeared to the left of the first and remained there. If I hovered over another thumbnail, this extra "ghost" image remained there and did not go away until I scrolled up or down the screen so as to move its thumbnail outside the screen.

    This only happened with Chrome and I thought it was something wrong with my setup. I turned on the right column again, meaning that the new items are now not very close to the right side of the template and the issue disappeared. It wasn't a "big" issue but annoying nevertheless.

    I visited meljel's site and saw what the issue is. Perhaps this is something that could be investigated by the developing team and, in my humble opinion, it has to do with the Google Chrome rather than with IH.

  4. #224
    Join Date
    Apr 2012
    Posts
    127
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Thank you for replying, I am relieved to hear that I am not the only one that has experienced this.

    I double-checked in Firefox. It does not happen there. Instead, an image pops up to the left or right when hovering over an image to the far right of the screen. So it self-corrects there. I'm glad to see that.

    I do hope that it might get fixed for chrome, but I agree... it might just be a browser issue that can't be addressed.

  5. #225
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    106
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by DivaVocals View Post
    If it's the configure.php file it's a Zen Cart setup issue and NOT related specifically to IH4.. Your configure.php files are found in the "includes" folder.. The extra slash would tend to indicate that you have a slash in your configure file that doesn't belong..
    I am having the same problem, IH4 won't allow me to see the image on the admin page. Could someone tell me what the line looks like that might have the 2 //'s. I would like to edit it out. I have been working with IH4 and those broken images. It still works fine, but it would be nice to see the images as I work. Thanks for your help.
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  6. #226
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Image Handler 4 Support Thread

    @meljen
    It is stranger than that in that I don't see what you are seeing on Chrome on linux. So, it is even more specific a problem than just being a Chrome thing. I would guess that it is something to do with how your browser defines the window, and that definition messing with the javascript that creates the popup. But that is just a guess. The thing is that many people think that these popups are not core functionality of IH so I would guess that there is going to be little enthusiasm for code wrestling a arcane browser problem for this particular feature. Just a guess again though...

    @Golden Synergy
    There is a 'clean' version of the configure file, called dist-configure.php in the downloaded version of Zen. It will show you which lines should have '/' at the end of them and which should not.

  7. #227
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler 4 Support Thread

    Quote Originally Posted by niccol View Post
    @meljen
    It is stranger than that in that I don't see what you are seeing on Chrome on linux.
    I can't replicate the on image hover issue with Windows 7 and Chrome..
    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. #228
    Join Date
    Jun 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Image Handler 4 Support Thread

    I have been using IH4 for a few weeks now and it's working great. Today I decided to try out the "additional images" feature and uploaded a few sample images. However, they are not showing up on the product page.

    I searched through this thread, and even tried to do some advanced troubleshooting making sure all the files that needed to be updated were indeed updated. As far as I can tell, all is well, but I am still not seeing any of the additional images show up.

    Can anyone provide some guidance as to where I should begin to look?

  9. #229
    Join Date
    Mar 2004
    Location
    Finland
    Posts
    488
    Plugin Contributions
    3

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Installation fails if Admin is not in English.

    I have a shop with Finnish language pack installed (English completely uninstalled).

    In file admin/includes/init_includes/init_image_handler.php there is a SQL for installation:

    $sql = "SELECT configuration_group_id FROM ".TABLE_CONFIGURATION_GROUP." WHERE configuration_group_title='".BOX_CONFIGURATION_IMAGES."' LIMIT 1";

    With Finnish translation string BOX_CONFIGURATION_IMAGES is "Kuvat", while in database configuration_group_title is "Images"

    Thus the installation fails as it doesn't find the right group.

    Also, the configuration_title field in the configuration table is left blank (need to have the language files present in Finnish during the install?)
    Working with Zen Cart since 2003 :: www.prr.fi
    Author of the original Finnish language pack for Zen Cart since 2004

  10. #230
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Image Handler 4 (for v1.5.x) Support Thread

    Quote Originally Posted by pasi View Post
    Installation fails if Admin is not in English.

    I have a shop with Finnish language pack installed (English completely uninstalled).

    In file admin/includes/init_includes/init_image_handler.php there is a SQL for installation:

    $sql = "SELECT configuration_group_id FROM ".TABLE_CONFIGURATION_GROUP." WHERE configuration_group_title='".BOX_CONFIGURATION_IMAGES."' LIMIT 1";

    With Finnish translation string BOX_CONFIGURATION_IMAGES is "Kuvat", while in database configuration_group_title is "Images"

    Thus the installation fails as it doesn't find the right group.

    Also, the configuration_title field in the configuration table is left blank (need to have the language files present in Finnish during the install?)
    Can't find the specific posts right now, but if you search through this thread, installation in languages other than English is covered in this support thread.. (look for Gerjan's posts)
    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.

 

 

Similar Threads

  1. v158 Image Handler 5 (for v1.5.5 - v1.5.8) Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 598
    Last Post: 30 Apr 2024, 10:36 PM
  2. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 24 Aug 2020, 05:07 PM
  3. 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
  4. v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support
    By timkroeger in forum All Other Contributions/Addons
    Replies: 7098
    Last Post: 12 Oct 2014, 03:48 AM
  5. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 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