Page 108 of 710 FirstFirst ... 85898106107108109110118158208608 ... LastLast
Results 1,071 to 1,080 of 7099
  1. #1071
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by batteryman View Post
    Still looking for the answer to this problem... not able to see the images at all when I installed the IH2

    Its here (bmz_image_handler_conf)

    Its located at zen cart/includes/extra_configures/bmz_image_handler_conf

    edit this part

    $ihConf['im_convert'] = ''; //if you want to use ImageMagick, you must specify the convert binary here (e.g. '/usr/bin/convert')
    $ihConf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect

    gdlib should be 1 or 2. (1 is ON 2 is auto) and imagemagic should be empty like above.



    Now thats odd I looked for the poster, but alas it maybe my issue no? This is right out of my store. I choose imagemagic yet it says " which means none..........hmmmm. Maybe my problem?

  2. #1072
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by Get Em Fast View Post
    Posted by Xtreeme: yes I definatly looked at your site. And its just what were trying to do. For some reason Im having issues with the top image only. The actual link to image is.........empty! Which is the end result of some problem. Any advice on settings IS appreciated as Im lost here. I could give screen shots too of certain settings if need be. Thanks alot for helping me with this.

    Xtreem....what I'm getting when I click on the top image, is that it's (ZenCart, I think) trying to show the 100x100 image, again, and IH won't let it display, and visa-versa, ZenCart won't let IH show it's image.

    O.k. You've almost got it. That top image is set at 300x300, so your image will have to be gigger than that. Say 500x500, with IH's maximum width and height set at 500x500. That's just to show one image, then larger on mouse-over, then even larger on click.

    (my image is 600x600)


    If you want to show one small image, then a bigger, different medium image on mouse-over, and yet, another different and larger image on click, then............
    get your 3 images ready. We'll say that they're for product x, and name them accordingly......

    1. Productx.gif (100x100) Default
    2. Productx_MED.gif (300x300) IH placeholder Medium
    3. Productx_LRG.gif (500x500) Large

    Then upload them (one at a time, to avoid errors) to IH in the appropriate boxes.

    Then set ZenCart image settings to match (as I posted earlier).
    Sorry for the confusion I want one image. That will go from small to medium to large. Small on index page. medium at product view and large when zoomed.

  3. #1073
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    If it's not that, your server hosting may not give you access to use the ImageMagick binary on their servers -- you could try changing IH2 to use the GD library and see if that works.
    How do I switch to the GD library??

    Avel
    User of zencart

  4. #1074
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by batteryman View Post
    How do I switch to the GD library??

    Avel

    Like I said above you change the imagemagic line to " so its empty and the GD should be 2 (or 1 to force on if 2 fails)

  5. #1075
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I changed the widths all to 0 like recomended. Now the popup dosnt have the x meaning no image but still shows nothing. Its just the background image now. See once
    http://www.seasidescraps.com/shop/in...du cts_id=181

    I noticed the image that doesnt work has this url
    http://www.seasidescraps.com/shop/in..._image&pID=181

    The one that does show large image says
    http://www.seasidescraps.com/shop/im..._fliptheme.jpg

  6. #1076
    Join Date
    Mar 2007
    Posts
    106
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi, I posted some posts above but got no answer to my question, maybe nobody saw it.
    I would like to know if it is possible to have some text at the side or top or bottom in the popup image and if yes how.

    I am setting and e-commerce for a friend of mine and when I mouseover an image I would like to have a desciption of that, more of what I can write in the page itself.

    Here is the page:

    http://marcap.info/lozza/zen-cart/in...ex&cPath=77_78

    When I mouseover I would like to have a larger image and a few lines with it. (IH it is not installed yet, waiting for an answer first).

    Thank you

  7. #1077
    Join Date
    Jul 2004
    Location
    Las Vegas
    Posts
    477
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Like I said above you change the imagemagic line to " so its empty and the GD should be 2 (or 1 to force on if 2 fails)
    I dont know where those things are to change them is what I'm getting at.

    Is it a file or the admin>config>image. Be a little more specific if you could.

    thanks
    avel
    User of zencart

  8. #1078
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    "Is it a file or the admin>config>image. Be a little more specific if you could."

    Its a file. You ftp the file to your desktop then edit it. The files location is

    (shop folder)/includes/extra_configures/bmz_image_handler_conf




    Once you have that file open to edit it look for this line near top

    Code:
    $ihConf['im_convert'] = ''; //if you want to use ImageMagick, you must specify the convert binary here (e.g. '/usr/bin/convert')
    make sure it looks like that, nothing should be inbetween "


    Now look for this line below it

    Code:
    $ihConf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect
    and make sure its set to 2. Now upload it back to the server. If setting 2 fails try setting 1.

  9. #1079
    Join Date
    Apr 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Update to my problem. I fixed it. It wasnt IH2 at all. It was a template file she changed for zen cart.

    What I did was copy store to my uniform server. Put zc_install folder back in. Copied the original zen cart files overtop the others, so as to replace the same named folders/files. Then made a db with same name/pass in uniform as live server. Then ran update on zc_installer.

    All in all I took it apart one folder at a time, till I got to one. Then one found the one file (after a long while).

    It was includes/templates/template_default/popup_image/tpl_main_page

    at first I was like you

    then I was instanly more like

    Thanks for the help everyone Im so glad its working for her now.

  10. #1080
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Image Handler 2 Support

    Oh, good Xtreeme.......Glad to see you got it. Looks good, too.
    What was wrong with that particular file?........
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

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