Page 147 of 710 FirstFirst ... 4797137145146147148149157197247647 ... LastLast
Results 1,461 to 1,470 of 7099
  1. #1461
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by testuser View Post
    You should make sure the file is in template_default so your getting a load no matter what.
    if there is something in custom_template/jscript he will not get a load, even if script loaded in template_default/jscript.
    Zen Cart will only read the jscript in custom and ignore all the rest.

  2. #1462
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Image Handler 2 Support

    Quote Originally Posted by ckosloff View Post
    if there is something in custom_template/jscript he will not get a load, even if script loaded in template_default/jscript.
    Zen Cart will only read the jscript in custom and ignore all the rest.
    Agreed. m3s_4ev3r you have the tab lite jscript in your template's jscript folder so the image handler jscript must go in there too.

    Also, off topic, it's a bad idea to use "classic" as your template directory name as many of your changes will get over-written when you next upgrade. I'd recommend renaming them all and then re-setting your template in the Admin.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #1463
    Join Date
    Aug 2007
    Location
    Romania
    Posts
    26
    Plugin Contributions
    1

    Default Re: Image Handler 2 Support

    Oh my good, you were right, the hover js file was only in the template_default directory, i copied it in the classic directory and now everything works, AMAZING, and i spent hours reading and looking to the code. I remember checking the html output and seeing the hover js file in the head section but you are right.
    Working at night isn't that good :)). Thanks a lot, and I will create a new theme name so at the next release i don't get all my design and settings screwed up. I was thinking on making some designs improvements anyway.

    Thank you very much Zen Cart community :).

  4. #1464
    Join Date
    Jun 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi,

    I've just installed IH2 and I have got it working to some extent. It does a really nice job of resizing the images, very nice!

    I am having a few problems most probably something to do with the way I have installed it.

    I'm running my setup locally using WAMP. And I have my zencart installed in the directory zencart. So under zencart I have admin, images , includes etc...

    I've copied all the directories for IH into the zencart directory.

    There's a few strange things that are not working but most noticeably When I go to:

    Tools->Image handle 2->preview

    I cannot see any of the preview images..

    when I click to view image my browser tells me:

    The requested URL /zencart/zencart/admin/images/ih-test.png was not found on this server.

    It seems that somehow IH2 thinks that there is another dir called zencart in my original zencart directory.

    I'm sure this is simple to fix but I'm not sure where to look.

    Any help would be great.

    Thanks.

  5. #1465
    Join Date
    Feb 2007
    Posts
    284
    Plugin Contributions
    0

    Default Re: Zen Cart not using IH2

    I've trying to figure out this for a couple of days, i searched the forum but i could not find a problem similar to mine or at least i did not see one.

    My problem is: i have this mod installed on a testing site and i am able to add an image from the IH2 under the Admin, the site however is using the Zen Cart mechanism of displaying the same image with different dimensions and the same size, the only thing this mod does is displaying a medium image size when hover with mouse over the small image.

    Is there a way to force Zen Cart to use this mod? as i said it is installed and partially working (the hover part).

    Other things that is not working:
    The Zoom image is not displaying
    the images are not resizing

    I appreciate any help to get me started. Thanks.

  6. #1466
    Join Date
    Feb 2007
    Posts
    284
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Ok, it is working now and beautifully if i may say.

    I think what happened is the following:
    I tried to use the admin to clear the cache from bmz_cache the i got an error that the files were not deleted, i checked the permission for that directory and it was 777 however the sub folder with only read/execute permission, i deleted the sub folders manually and wallah, it is working.

    Well another thing i did, I cut the grass (usually do that when i get frustrated) maybe it has something to do with it.

  7. #1467
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by TamyA View Post
    Ok, it is working now and beautifully if i may say.

    I think what happened is the following:
    I tried to use the admin to clear the cache from bmz_cache the i got an error that the files were not deleted, i checked the permission for that directory and it was 777 however the sub folder with only read/execute permission, i deleted the sub folders manually and wallah, it is working.

    Well another thing i did, I cut the grass (usually do that when i get frustrated) maybe it has something to do with it.
    Get them weeds! I love cutting the grass when I'm frustrated as well. That's so cool!

    Oh and did you just install, or was your site moved?

  8. #1468
    Join Date
    Feb 2007
    Posts
    284
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by testuser View Post
    Get them weeds! I love cutting the grass when I'm frustrated as well. That's so cool!

    Oh and did you just install, or was your site moved?
    New installation.
    but getting ready to move an old site products to it, and using the same domain and a few hundred items to be redirected.

  9. #1469
    Join Date
    Jun 2007
    Posts
    61
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by peanut77 View Post
    Hi - Just to post the solution for something which was driving me insane - I broke the image handler small image zoom by amending the small image size in config>images and couldn't fix it or find a fix (unistalled reinstaled etc etc) so to end a long story

    Your small image sizes must be the same size as your product listing image sizes or the zoom won't work (this was also causing errors to be thrown up as well).


    One happy image handler bunny :-)
    This had me stuck for a while as well, just thought I'd repost this as it still seems to be a problem.

  10. #1470
    Join Date
    Jun 2007
    Posts
    61
    Plugin Contributions
    0

    Default Problem with IH preview

    Quote Originally Posted by taf View Post
    Hi,

    I've just installed IH2 and I have got it working to some extent. It does a really nice job of resizing the images, very nice!

    I am having a few problems most probably something to do with the way I have installed it.

    I'm running my setup locally using WAMP. And I have my zencart installed in the directory zencart. So under zencart I have admin, images , includes etc...

    I've copied all the directories for IH into the zencart directory.

    There's a few strange things that are not working but most noticeably When I go to:

    Tools->Image handle 2->preview

    I cannot see any of the preview images..

    when I click to view image my browser tells me:

    The requested URL /zencart/zencart/admin/images/ih-test.png was not found on this server.

    It seems that somehow IH2 thinks that there is another dir called zencart in my original zencart directory.

    I'm sure this is simple to fix but I'm not sure where to look.

    Any help would be great.

    Thanks.
    As anyone else seen this problem?

    In the admin pages in Tools->Image handle 2->preview

    The images are not showing up. I've looked at the code and found that in

    image_handler.php it seems to be adding the extra zencart directory in here
    one of the lines of code looks like this:

    <td><img style="border: 1px solid #000000; background:url(images/checkpattern.gif)" src="<?php echo HTTP_SERVER . DIR_WS_CATALOG . $images['pngsource']?>" /></td>


    if I remove the DIR_WS_CATALOG and replace it with '//' it sees the image but I'm not sure that this is the correct solution.

    If anyone as seen this or knows how to fix it please let me know.

    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