Page 582 of 710 FirstFirst ... 82482532572580581582583584592632682 ... LastLast
Results 5,811 to 5,820 of 7099
  1. #5811
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Of course, here is the one in question:
    http://tabletennisshop.com.au/index....roducts_id=836

    The image filename is re-impact-tachi-001.jpg, and the other images are in the same folder, and are named re-impact-tachi-002.jpg, etc
    Last edited by ttfan; 22 Sep 2010 at 06:48 AM.

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

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ttfan View Post
    Of course, here is the one in question:
    http://tabletennisshop.com.au/index....roducts_id=836

    The image filename is re-impact-tachi-001.jpg, and the other images are in the same folder, and are named re-impact-tachi-002.jpg, etc
    why are you using a dash, isn't it supposed to be an underscore?

    like this

    re-impact-tachi_002.jpg
    re-impact-tachi_003.jpg

  3. #5813
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I didn't think that made a difference. Just to be sure, I've renamed them all as
    re-impact-tachi_001.jpg
    re-impact-tachi_002.jpg

    Did not make a difference, still does not show them.

  4. #5814
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Perhaps clearing the cache might fix it. If I clear the cache (through admin), will it automatically rebuilt all the images?

  5. #5815
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by nigelt74 View Post
    Ok Corrected version - sorry was having issues with browser caching


    This isn't an image handler thing, it is to do with Zencarts support for accessibility

    But any way, it appears IE8 supports the alt tag correctly (a mod couldn't dlete my last to posts please), by not showing an image hover.

    Find your \includes\functions\html_output.php file make a backup of the file

    around line 197
    Code:
    // alt is added to the img tag even if it is null to prevent browsers from outputting
    // the image filename as default
        $image = '<img src="' . zen_output_string($src) . '" alt="' . zen_output_string($alt) . '"';
    
        if (zen_not_null($alt)) {
          $image .= ' title=" ' . zen_output_string($alt) . ' "';
        }
    and replace it with this

    Code:
    // alt is added to the img tag even if it is null to prevent browsers from outputting
    // the image filename as default
        $image = '<img src="' . zen_output_string($src) . '" alt="' . zen_output_string($alt) . '"';
    
        if (zen_not_null($alt)) {
          $image .= ' title=""';
        }
    The above should work in all browsers except IE6, and it doesn't really effect the accessibility because the alt tag is still in place
    Nigel,

    Many thanks for this little trick. It has greatly improved my site.

    Cheers,

    Kim

    founder of PURE Chocolate Truffles

  6. #5816
    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 ttfan View Post
    Perhaps clearing the cache might fix it. If I clear the cache (through admin), will it automatically rebuilt all the images?
    Clearing the IH2 image cache only deletes the images in the cache.. Doesn't affect the original images since IH2 uses the original images to generate the cached images..

    My suggestion is to delete ALL the FOLDERS in the bmz_cache file and let IH2 recreate the cache.. ONLY delete the folders.. any files in the bmz_cache should be left alone.
    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.

  7. #5817
    Join Date
    Jul 2010
    Location
    Australia
    Posts
    231
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Thank you, I will try that. There is only a single file called ".KEEP" in the bmz_cache folder, so I'll keep that one. After I delete the folders, will it re-generate them automatically as soon as I go into the image handler section in admin?

    BTW I've just added some new items to my shop with multiple pictures. It does not show these either, so I'm not so sure that the cache is the issue here. I do have other listing where the multiple picture show properly, both in the admin and in the shop listing, so it's not a setting that is stopping it from displaying...

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

    Default Re: Image Handler 2 Support

    [QUOTE=ttfan;938497]Thank you, I will try that. There is only a single file called ".KEEP" in the bmz_cache folder, so I'll keep that one. After I delete the folders, will it re-generate them automatically as soon as I go into the image handler section in admin?
    QUOTE]

    Images are created on the fly as they are needed.
    As someone views a page they will created (and cached) when they are first accessed

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

    Default Re: Image Handler 2 Support

    @PUREchocolatetruffle

    Cheers for that

  10. #5820
    Join Date
    Sep 2010
    Posts
    612
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi everyone, I have IH2 and Slimbox installed. My watermarks aren't showing up, they have been enabled in admin.

    Where do I start? Thanks!

 

 

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