Page 5 of 710 FirstFirst ... 345671555105505 ... LastLast
Results 41 to 50 of 7099
  1. #41
    Join Date
    Feb 2006
    Posts
    72
    Plugin Contributions
    1

    Default Re: Image Handler 2 Support

    Hi, got the following Problem and need a helping hand. Image Handler installed successfully. But get fatal Error when starting the manager:

    Fatal error: Call to undefined function: imagecolorallocatealpha() in /home/www/htdocs/tightfun.de/shop/includes/classes/bmz_image_handler.class.php on line 506

    Thanks fo any Help

    D.C.

  2. #42
    Join Date
    Oct 2004
    Location
    England
    Posts
    114
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    After installing a new cart and installing IH2, I added lots of products and started to use the IH to add images and additional images, the first few went on OK but now I get the following error.

    Error!

    Unable to determine the page link!

    Function used:

    zen_href_link('', '', 'NONSSL')



    I find this strage as it was working OK, but then just stopped, I have tried clearing the image cache. - Any ideas?

  3. #43
    Join Date
    May 2006
    Location
    Connecticut
    Posts
    118
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Tim,

    When I hoover over an image on the Product Listing Page I get the medium size popup just fine - and then it is popped over again with just the item name popup. Do you know how I can stop the second popup?
    Thanks

  4. #44
    Join Date
    Feb 2005
    Location
    Germany
    Posts
    633
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    Good thing I read the other thread, too. Otherwise I wouldn't have known what you're talking about

    I know, the looks might not be appealing, but the alt attribute is a functional attribute and should be present in every image, so people, who for whatever reason are not able to view an image (or have it displayed), get the alt attribute instead. Popular browsers interpret this as an additional popup-hint. Have that in mind when you strip it from your site.

    If you nevertheless want to remove the attribute, there are several ways to achieve this:
    • keep your mouse moving ok, not really a solution...
    • edit the zen_image() calls in your template to not pass the alt-attribute (2nd parameter)
    • edit includes/functions/extra_functions/functions_bmz_image_handler.php
    • edit includes/functions/html_output.php

    I'd prefer editing the template files and passing an empty string instead of a variable to the zen_image() call. This way you have complete control over where the alt tag is should be missing and where not (medium images for example).

    You could also edit line 78 of includes/functions/extra_functions/functions_bmz_image_handler.php (line number may be different for you) to pass an empty string for alt:
    Code:
      return array($src, '', intval($width), intval($height), $parameters);
    This way you don't have to change a lot of zen_image() calls, and you're done with one simple code change. However, the alt tag will be missing in each and every image.

    I wouldn't suggest editing the includes/functions/html_output.php file since it's a core file and more likely to change in new versions of Zen-Cart and Image Handler than functions_bmz_image_handler.php.

    Cheers,
    Tim

  5. #45
    Join Date
    Oct 2004
    Location
    England
    Posts
    114
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Just to let you know, the error I was getting has cleared it's self up.

    Unable to determine the page link!

    Function used:

    zen_href_link('', '', 'NONSSL')

    I have no idea what caused the error, I hope I never see it again.

  6. #46
    Join Date
    May 2006
    Location
    Connecticut
    Posts
    118
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Tim,

    Thank you for the detailed post. Works perfectly.

  7. #47
    Join Date
    Mar 2006
    Posts
    131
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    hey,

    I installed IH2 and it was working perfectly (except it mixed up some pix - but that's fine and fixed)...when i installed the SEFU, IH2stopped working (no popup pic -wrong links ?)

    I'm not sure why it's happening, in the Admin it shows as installed and works fine, but only in the admin...Help


    thanks.

  8. #48
    Join Date
    Feb 2005
    Location
    Germany
    Posts
    633
    Plugin Contributions
    2

    Default Re: Image Handler 2 Support

    I suppose you're using Zen-Cart 1.2.7 because SEFU is not yet compatible with Zen-Cart 1.3.x. The problem is because both SEFU and IH2 modify includes/functions/html_output.php. The next release of SEFU will work along with IH2, I'm working on it right now but it'll still be a while before it's out. For the time being, you could just merge the two files. Take the IH2 version and replace the complete zen_href_link() function with the one from SEFU. That should solve the problem.

    Cheers,
    Tim

  9. #49
    Join Date
    Oct 2004
    Location
    England
    Posts
    114
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I still have issues with the IH2. I have found some products in my cart will not allow the IH to add additional images to them. The screen refreshes and I get an error at the top saying -

    File exists! Please alter the base name or suffix.


    This happens when I select an image that has never been uploaded before.

    Any ideas?

  10. #50
    Join Date
    Mar 2006
    Posts
    131
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by timkroeger
    I suppose you're using Zen-Cart 1.2.7 because SEFU is not yet compatible with Zen-Cart 1.3.x. The problem is because both SEFU and IH2 modify includes/functions/html_output.php. The next release of SEFU will work along with IH2, I'm working on it right now but it'll still be a while before it's out. For the time being, you could just merge the two files. Take the IH2 version and replace the complete zen_href_link() function with the one from SEFU. That should solve the problem.

    Cheers,
    Tim
    THANX !

    everything works fine now !looking forward for the new release of SEFU.

    Thanks again.

 

 
Page 5 of 710 FirstFirst ... 345671555105505 ... LastLast

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1684
    Last Post: 2 Oct 2022, 06:55 AM
  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