Page 459 of 710 FirstFirst ... 359409449457458459460461469509559 ... LastLast
Results 4,581 to 4,590 of 7099
  1. #4581
    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 ethanolic View Post
    Thanks for the advice i have checked all the troubleshoot could not find the problem.. watermarking works for my medium and large image .. just not the main image..
    Your main product image should be your medium image..

  2. #4582
    Join Date
    Mar 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Your main product image should be your medium image..
    yes that is correct.. but when i click on the main product image.. the pop up image does not appear at all.. just a blank page.. but when i switch back off the IH2 watermark the image comes back on.

  3. #4583
    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 ethanolic View Post
    yes that is correct.. but when i click on the main product image.. the pop up image does not appear at all.. just a blank page.. but when i switch back off the IH2 watermark the image comes back on.
    Honestly it's hard to help you unless you post a link to your site.. I will repeat what I say here frequently.. If IH2 is not working as it should it either means 1 of three things..

    1. Installed incorrectly (missing or corrupted files)
    2. Configured incorrectly (one or more IH2 settings is wrong)
    3. Another mod which has files in common with IH2 has not been merged correctly..

  4. #4584
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I installed the image handler just fine. Everything seems to be working great except for one small thing. The main product listing, Ex: category listings, all listing, and new listing pages, do not show the zoom button. But when I click on the product and am viewing the specific product page, I see it but it does not pop up the image when I hover. Is my coding off, or the settings, or is it supposed to do that?

    Any help would be great!

    lauriesscraps.com/store

    Another question..... the pop up windows position on the images in my sidebars show up at the top of the browser even when the image is towards the bottom of the page and therefore is not visible. It only does this in Google Chrome as far I can see for now. Is this the browser issue or something I can fix? Thanks again.
    Last edited by lauriesscraps; 13 Dec 2009 at 11:03 PM.

  5. #4585
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    31
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi!

    I have got a problem with ih2 that I can not deal with.

    My html code looks like this:

    <img width="100" height="80" onmouseout="hidetrail();" onmouseover="showtrail(&#39;bmz_cache44209fb57ceea0b93cd1e2ae25e8da1d2.image.206 x190.jpg&#39;,&#39;Komplet klucz nasadowych 1/4 &quot; - 40/9/4&#39;,86,80,,,this,0,0,86,80);" style="position: relative;" title=' Komplet klucz nasadowych 1/4 " - 40/9/4 ' alt='Komplet klucz nasadowych 1/4 " - 40/9/4' src="bmz_cachecc07932f9ac4a6e28fb765fa847ddcb45.image.86x80.jpg"/>

    Its easy to notice that there are no "/" in image paths. Images are there in correct folders but image path generated in html is inncorrect. I was looking in php files and there is code for those images in file functions_bmz_io.php:

    function getCacheName($data, $ext='') {
    global $bmzConf;

    $md5 = md5($data);
    $file = $bmzConf['cachedir'] . '/' . $md5{0} . '/' . $md5.$ext;
    io_makeFileDir($file);
    return $file;
    }

    So I think its ok.

    I supose that maybe there was different installation of ih before and it wasn't properly unistalled but I don't know what to look for now.

    Site address is: http://www.forast.pl/
    Zen cart version: 1.3.8a

  6. #4586
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    31
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I tried to apply default template and it didn't help so probably error is somewhere else.

    Other installed modules: SSU, module manager, admin profiles.

  7. #4587
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    31
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Preview option in admin area doesn't work as well.

  8. #4588
    Join Date
    Mar 2006
    Posts
    42
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Honestly it's hard to help you unless you post a link to your site.. I will repeat what I say here frequently.. If IH2 is not working as it should it either means 1 of three things..

    1. Installed incorrectly (missing or corrupted files)
    2. Configured incorrectly (one or more IH2 settings is wrong)
    3. Another mod which has files in common with IH2 has not been merged correctly..
    Hi DivaVocal just PM you.
    Thanks

  9. #4589
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by lauriesscraps View Post
    I installed the image handler just fine. Everything seems to be working great except for one small thing. The main product listing, Ex: category listings, all listing, and new listing pages, do not show the zoom button. But when I click on the product and am viewing the specific product page, I see it but it does not pop up the image when I hover. Is my coding off, or the settings, or is it supposed to do that?

    Any help would be great!

    lauriesscraps.com/store

    Another question..... the pop up windows position on the images in my sidebars show up at the top of the browser even when the image is towards the bottom of the page and therefore is not visible. It only does this in Google Chrome as far I can see for now. Is this the browser issue or something I can fix? Thanks again.

    So I have been searching this forum and found this post:
    That fixed the problem for me, BUT it is not EXACTLY what I was hoping for.

    I wanted to be able to have the hover image pop up on all product pages, but due to the nature of my product, (digi scrapping) I was hoping to have the images that are listed in each category page, down the center, be a little bigger, but still have the hover pop up.

    In order for the images in the side bar (Ex: specials, featured, and new) to fit in the sidebox, they have to be smaller, and therefore the main product image must match to allow the hover pop up to work. But I want the images for the main product listing displayed when you click on the category to be bigger, like 225. Now they are set at 150 in order for the other images to fit inside the side columns.

    I hope this makes sense. It is a very specific thing, and hard to accurately explain, but I think it might be able to be changed with coding, not sure.

    Here is a link:
    lauriesscraps.com/store/index.php?main_page=index&cPath=65

    Thanks in advance!

  10. #4590
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Short answer is that IH2 in it's current state will not work the way you would like.

    Can it work differently?? Like all software it's a matter of customization. If someone in the community knows how to achieve this, I'm sure they will share how. If not, and it's a feature you can't live without, you could try posting this as a commercial request in the commercial request forum..

    Wish I could give you a different answer.

    Quote Originally Posted by lauriesscraps View Post
    So I have been searching this forum and found this post:


    That fixed the problem for me, BUT it is not EXACTLY what I was hoping for.

    I wanted to be able to have the hover image pop up on all product pages, but due to the nature of my product, (digi scrapping) I was hoping to have the images that are listed in each category page, down the center, be a little bigger, but still have the hover pop up.

    In order for the images in the side bar (Ex: specials, featured, and new) to fit in the sidebox, they have to be smaller, and therefore the main product image must match to allow the hover pop up to work. But I want the images for the main product listing displayed when you click on the category to be bigger, like 225. Now they are set at 150 in order for the other images to fit inside the side columns.

    I hope this makes sense. It is a very specific thing, and hard to accurately explain, but I think it might be able to be changed with coding, not sure.

    Here is a link:
    lauriesscraps.com/store/index.php?main_page=index&cPath=65

    Thanks in advance!

 

 

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