Page 31 of 72 FirstFirst ... 21293031323341 ... LastLast
Results 301 to 310 of 712
  1. #301
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,402
    Plugin Contributions
    94

    Default Re: Image Handler 5 images missing after upgrade from 4 to IH5

    I've just submitted v1.5.7 of Image Handler 5 to the Zen Cart moderators for review; I'll post back here when it's available for download.

    This release contains changes for the following GitHub issues:

    #191: Submit buttons to "Save" or "Delete" are inoperable in the admin tool.
    #193: Correct 'missing needle' PHP notices

  2. #302
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,402
    Plugin Contributions
    94

    Default Re: Image Handler 5 images missing after upgrade from 4 to IH5

    Quote Originally Posted by lat9 View Post
    I've just submitted v1.5.7 of Image Handler 5 to the Zen Cart moderators for review; I'll post back here when it's available for download.

    This release contains changes for the following GitHub issues:

    #191: Submit buttons to "Save" or "Delete" are inoperable in the admin tool.
    #193: Correct 'missing needle' PHP notices
    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2169

  3. #303
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,300
    Plugin Contributions
    1

    Default Re: Image Handler 5 images missing after upgrade from 4 to IH5

    Quote Originally Posted by lat9 View Post
    I've just submitted v1.5.7 of Image Handler 5 to the Zen Cart moderators for review; I'll post back here when it's available for download.
    Thank you for this update @lat9, I would just point out that

    v1.5.7 != v5.1.7
    Simon

  4. #304
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,402
    Plugin Contributions
    94

    Default Re: Image Handler 5 images missing after upgrade from 4 to IH5

    Quote Originally Posted by simon1066 View Post
    Thank you for this update @lat9, I would just point out that

    v1.5.7 != v5.1.7
    I'm having some major dyslexia issues; thanks for keeping me relatively honest!

    ... at least I'm being consistent; I'd misspelled the release identifier last time, too (1.5.6 != 5.1.6).

  5. #305
    Join Date
    Sep 2019
    Location
    Los Angeles
    Posts
    14
    Plugin Contributions
    0

    Default Re: Image Handler 5 images missing after upgrade from 4 to IH5

    Quote Originally Posted by lat9 View Post
    For your first question, is it that images aren't being displayed on your store's product pages, when they're displayed as a result of a Google search _OR_ is it that images previously found by Google searches (prior to IH being configured to resize images) can't be found when they're displayed as a result of a Google search?

    You're correct; the image-display-on-hover feature (which has been problematic in its positioning for years) will be removed in a future IH-5 release.
    I mean that if I search my site name on Google images tab plus any product name, nothing shows up for products which have images changed by image handler. The only products/images which show up are products just using the default image upload (unchanged by IH) and products where there are "related products" with default images and Google incorrectly shows that as the image for the product in the search.

    I don't really know if that can negatively impact my ranking for regular searches but I also have some Google Search Console "valid with warnings" Missing field "image" for a small amount of products which do have images. Not sure if it's related at all.

  6. #306
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,402
    Plugin Contributions
    94

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

    I've checked sites that use IH-5 and their bmz_cache'd images are showing on Google Images. Did you copy the .htaccess file for the bmz_cache directory?

    A link to your site would help.

  7. #307
    Join Date
    Nov 2015
    Location
    New Jersey USA
    Posts
    76
    Plugin Contributions
    0

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

    I want to install IH 5 v1.5.7 on a Zen Cart 1.5.6c test site with PHP 7.2.24 and Ubuntu 18 installed. I see it's been tested with up to PHP 7.1... Should it work fine, work with issues, or ???

    Any advice or suggestions are appreciated.

  8. #308
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,770
    Plugin Contributions
    30

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

    for me its fine on php 7.3.11.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  9. #309
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

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

    v1.5.5f php 7.1 IH 5.1.5

    please refer to this thread originally started in General Questions before it was found to be an IH issue https://www.zen-cart.com/showthread....ound&p=1364263

    Problem: Images are not showing up in Google images

    Cause: images in sitemap/sitemapproducts have a _LRG suffix in the url which renders to 404 not found error -

    Images in sitemap/sitemapproducts have been allocated to folder/images/large and have a _LRG suffix in the url which renders to 404 not found error - a typical url in the sitemap is
    HTML Code:
    https://www.dazzlerscliponearrings.com.au/images/large/earrings/clip-on-earrings-657_LRG.gif
    from the site if I use the browser 'image properties' and copy the url it works fine - the above should example should be
    HTML Code:
    https://www.dazzlerscliponearrings.com.au/images/earrings/clip-on-earrings-657.gif
    The images are NOT in that /large/ folder - they are in the folder public_html/images/earrings/ ... so why is it that sitemapxml is using this incorrect url format?

    Solution?? the 'apparent solution' that worked for me is changing admin/configuration/images/IH resize images >> to 'no' - (the following is my assumption and needs validating by someone who understands the functions of IH) .. when set to yes this appears to have IH add the _LRG suffix if the image size for product_info size is smaller than the image size on file in the images folder - e.g. if your image as uploaded is 700x700 pixels and you set product_ifo image size at 300 x 300 pixels then IH will consider it at the 700 x 700 and allocates it to large images. So by setting it to no it ignores the file image size and does not 'resize' for sitemap url's.

    NEW PROBLEM?? - with IH resize images set at no according to mc123456789
    As far as setting the value to no, understand that IH is no longer active and therefore not optimizing images.
    So this will definitely not be good for SEO - so is there another better solution?

    cheers,
    Mike

  10. #310
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,402
    Plugin Contributions
    94

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

    Mike, would you point me to the product-info page for the product/image combination in question, making sure that IH is resizing images?

 

 
Page 31 of 72 FirstFirst ... 21293031323341 ... LastLast

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. Attribute image replaces main product image on select [Support Thread]
    By exoticcorpse in forum All Other Contributions/Addons
    Replies: 160
    Last Post: 28 Oct 2024, 10:50 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