Search:

Type: Posts; User: timkroeger

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1,095
    Views
    128,035

    v139h Re: Image Handler 3 Support Thread

    Impressive posts!

    Just wanted to add, that there was some documentation online at the old breakmyzencart site. I didn't download the new version so forgive me, if the info is already contained in...
  2. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 3 for v1.3.x

    Hey folks :smile:



    I just wanted to pop in and tell you all, especially Diva and her people that I'm very happy that image handler is continuously being improved by you. I'm away from zen-cart...
  3. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    There was already a link to the zen-cart download section on the front page of breakmyzencart. I've added an additional note to http://breakmyzencart.com/image-handler/ so people who read at least...
  4. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    Hello there,



    I had set up a wiki with an FAQ for IH back in May, 2006 when I was actively developing the plugin. It is free to everyone and you needn't even register. It contains just one...
  5. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    Hey all,

    no, I am not dead. I am just swamped with work. I am still studying but did switch from being a student with part-time job to full-time job with part-time studying. I needed to do this...
  6. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    Images too big for the server to handle?You shouldn't go higher than 2 Megapixels if you are on a shared server.

    Kind regards,
    Tim
  7. Re: Image Handler "Double Directory Image problems"

    Have you seen this post? I'm referencing some quickfixes, MM pointed out at the breakmyzencart forum.

    Cheers,
    Tim
  8. Replies
    10
    Views
    8,840

    Re: Image Handler Watermark

    All you need to do is replace the watermark.png, medium/watermark_MED.png and large/watermark_LRG.png files. Open the files provided by IH2 to get an idea of how the transparency effects the product...
  9. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    Just a short notice, as I'm very busy: MM has posted a few quick fixes for IH2 which will be in the next bugfix release (which is still a bit out) at the breakmyzencart forums. You might want to...
  10. Replies
    7,098
    Views
    1,856,714

    v138a 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...
  11. Replies
    9
    Views
    2,450

    Re: Who knows how to stop image popup ?

    Short explanation:

    Change the zen_image() calls in your corresponding template files to not pass the alt parameter by passing an empty string instead (2nd parameter).

    Long explanation:
    ...
  12. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

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

    I know, the looks might not be appealing, but the alt attribute is a functional...
  13. Replies
    10
    Views
    3,206

    Re: Centering Images Is Harder Than You Think

    Try adding margin: 0 auto; to the corresponding class in the stylesheet (good) or add style="margin:0 auto;" to the image tag itself (bad). That should do the trick.

    Cheers,
    Tim
  14. Replies
    10
    Views
    5,894

    Re: extra images too small for image handler

    I think you mean you don't want to have additional images resized, right? You can't disable image handler partly. The resizing happens on page request so if you want to prevent images from being...
  15. Replies
    4
    Views
    1,809

    Re: Urgent! Need Help installing IH2...

    First of all, check that the file in question is where it is supposed to be. If the file bmz_gif_info.class.php is in shop/includes/classes/, but the require function doesn't find it, your...
  16. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    @hutting: How large a file you can upload depends on yours server configuration. It's more the dimensions than the size of the image that imposes restrictions. I suppose you're using GD (you are if...
  17. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    @anyone having the jumping page syndrom, you need to copy javascript and css files from the template_default folder of this contrib to your custom template. Actually there's a part about it in the...
  18. Replies
    6
    Views
    3,538

    Re: Mac File Compare App

    You could also install meld which is a linux/gtk application. All you need to do is install fink and then do a
    fink install meld from within the terminal. Meld is a little slower than native apps...
  19. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    Have a look at this section of the documentation It features a partial screenshot of the manager page. The first row is the base image (various sizes), the second and third row are the additional...
  20. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    You can have as many additional images as you want. It is just like stock Zen Cart with server side resizing and a convenient interface to add the additional images.

    Cheers,
    Tim
  21. Replies
    7,098
    Views
    1,856,714

    v138a Re: Image Handler 2 Support

    I'm sorry there is no easier way to update from an old image handler installation to the new one. Some files are not needed anymore and since the resizing went from admin side to the catalog side (on...
  22. Replies
    7,098
    Views
    1,856,714

    v138a Image Handler 2 (for ZC v1.3.8 ONLY) Support

    Just found out the new forums are in effect ;-) Here's the new support thread for Image Handler 2 picking up where the old support thread left. I assume you have read the IH2 documentation already.
    ...
  23. Replies
    303
    Views
    233,344

    Sticky: Just to let you know, Image Handler 2...

    Just to let you know, Image Handler 2 is out to solve all your resizing and watermarking problems. No need to prepare your images and upload different sizes anymore as long as your server supports...
  24. Replies
    303
    Views
    233,344

    Sticky: What about file permissions? Can you manually...

    What about file permissions? Can you manually access the file from your browser?
  25. Replies
    303
    Views
    233,344

    Sticky: If you haven't altered the configuration settings...

    If you haven't altered the configuration settings for image suffixes, the suffix for large images is _LRG not _lg.

    Regards,
    Tim
  26. Replies
    303
    Views
    233,344

    Sticky: Andrew, please have a look at breakmyzencart.com...

    Andrew, please have a look at breakmyzencart.com. There you can download the latest version. We're a few versions ahead already ;) You can look at this thread for support but the image-handler 0.7a...
Results 1 to 26 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR