Page 453 of 710 FirstFirst ... 353403443451452453454455463503553 ... LastLast
Results 4,521 to 4,530 of 7099
  1. #4521
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Please know this is not intended to be a smart a$$ed reply.. But the way to see the hover effect is to copy over the mod files, and then "activate" it (install) from the store admin.. The effect is IMMEDIATE.. If you are not seeing it, then it means that something is not installed correctly.. Without seeing your store files, it's hard to say what... A link to you site would help provide cluesto know if you have IH2 installed correctly..
    Diva, I didnt take it personal

    the site is blackriverangler.com, I loaded the files as necessary. the is a chance I screwed up the "template name" part..

  2. #4522
    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 wagnerguy View Post
    Diva, I didnt take it personal

    the site is blackriverangler.com, I loaded the files as necessary. the is a chance I screwed up the "template name" part..
    I just took a quick look at your site source, and this would be the issue.. and that would be why you are not seeing the hover effect.. IH2 is missing files that are in the template folders.. (looks like in your case it's missing the CSS file)

    You need to rename the YOUR_TEMPLATE folder in the IH2 files to MATCH the name of YOUR template folder.. Since you didn't, the javascript and CSS needed to create the hover effect is in a folder named YOUR_TEMPLATE.. (Hence why it's not working)

  3. #4523
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Please know this is not intended to be a smart a$$ed reply.. But the way to see the hover effect is to copy over the mod files, and then "activate" it (install) from the store admin.. The effect is IMMEDIATE.. If you are not seeing it, then it means that something is not installed correctly.. Without seeing your store files, it's hard to say what... A link to you site would help provide cluesto know if you have IH2 installed correctly..
    Quote Originally Posted by DivaVocals View Post
    I just took a quick look at your site source, and this would be the issue.. and that would be why you are not seeing the hover effect.. IH2 is missing files that are in the template folders.. (looks like in your case it's missing the CSS file)

    You need to rename the YOUR_TEMPLATE folder in the IH2 files to MATCH the name of YOUR template folder.. Since you didn't, the javascript and CSS needed to create the hover effect is in a folder named YOUR_TEMPLATE.. (Hence why it's not working)

    I actually just moved the files over from template_custom folder to my CUSTOM folder..

  4. #4524
    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 wagnerguy View Post
    I actually just moved the files over from template_custom folder to my CUSTOM folder..
    Like I said I can't see your site files, but based on doing a view source of your site I can see CLEARLY that you do not have all the IH2 files in the correct locations.

    From your site:
    Code:
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dotline.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dropshadow.css" />
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/cherry_zen/css/print_stylesheet.css" />
    <script type="text/javascript" src="includes/templates/template_default/jscript/jscript_imagehover.js"></script>
    If you installed IH2 correctly here's what you should see (please note the items highlighted in red - these are MISSING form your store):
    Code:
     
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/style_imagehover.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dotline.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dropshadow.css" />
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/cherry_zen/css/print_stylesheet.css" />
    <script type="text/javascript" src="includes/templates/cherry_zen/jscript/jscript_imagehover.js"></script>
    <script type="text/javascript" src="includes/templates/template_default/jscript/jscript_imagehover.js"></script>
    Double check all your uploads, make sure that you copied the files to the correct template folder.. You mention copying files from a template_custom folder to a CUSTOM folder; make sure you have activated the template that corresponds to that location.. Currently it looks as if you are using the Cherry Zen template which is in a different folder..

  5. #4525
    Join Date
    Aug 2008
    Posts
    333
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by DivaVocals View Post
    Like I said I can't see your site files, but based on doing a view source of your site I can see CLEARLY that you do not have all the IH2 files in the correct locations.

    From your site:
    Code:
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dotline.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dropshadow.css" />
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/cherry_zen/css/print_stylesheet.css" />
    <script type="text/javascript" src="includes/templates/template_default/jscript/jscript_imagehover.js"></script>
    If you installed IH2 correctly here's what you should see (please note the items highlighted in red - these are MISSING form your store):
    Code:
     
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/style_imagehover.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dotline.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/cherry_zen/css/stylesheet_dropshadow.css" />
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/cherry_zen/css/print_stylesheet.css" />
    <script type="text/javascript" src="includes/templates/cherry_zen/jscript/jscript_imagehover.js"></script>
    <script type="text/javascript" src="includes/templates/template_default/jscript/jscript_imagehover.js"></script>
    Double check all your uploads, make sure that you copied the files to the correct template folder.. You mention copying files from a template_custom folder to a CUSTOM folder; make sure you have activated the template that corresponds to that location.. Currently it looks as if you are using the Cherry Zen template which is in a different folder..
    Ohhhh, i see.. Ok, please nominate me for the idiot of the month..

    thanks for your help

  6. #4526
    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 wagnerguy View Post
    Ohhhh, i see.. Ok, please nominate me for the idiot of the month..

    thanks for your help
    No nomination needed.. $h!t happens sometimes.. Happy to help.. This is one of the EASIEST mods to install so I knew it had to be something fairly simple.. Glad you didn't take it personal.. Seems I've run into a rash of folks lately that got bent out of shape when all I was doing was TRYING to help..

  7. #4527
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    No idea what went wrong here... but I'm getting the following message from my /admin/ after copying the files over:

    Warning: require_once(/root/includes/extra_configures/bmz_image_handler_conf.php) [function.require-once]: failed to open stream: No such file or directory in /root/admin/includes/extra_configures/bmz_image_handler_conf.php on line 12

    Fatal error: require_once() [function.require]: Failed opening required '/root/includes/extra_configures/bmz_image_handler_conf.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /root/admin/includes/extra_configures/bmz_image_handler_conf.php on line 12
    Any idea what went wrong?

  8. #4528
    Join Date
    Nov 2008
    Posts
    164
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    UPDATE: Turns out dreamweaver didn't upload properly, but didn't report any errors. Re-uploaded the files and it's back up.

  9. #4529
    Join Date
    Apr 2008
    Posts
    22
    Plugin Contributions
    0

    Default PNG error

    Hi

    I've installed IH2, changed my directory permissions correctly, and have the correct PHP configuration. ZC v1.3.8a.

    But, whenever I upload a PNG, I get errors related to the preview of that image.

    Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home/oleoadmin/oleo.co.nz/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png error: setjmp returns error condition in /home/oleoadmin/oleo.co.nz/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png: fatal libpng error: zlib error in /home/oleoadmin/oleo.co.nz/includes/classes/bmz_image_handler.class.php on line 646

    Warning: imagepng() [function.imagepng]: gd-png error: setjmp returns error condition in /home/oleoadmin/oleo.co.nz/includes/classes/bmz_image_handler.class.php on line 646
    By preview, I mean in the admin section under the Manager and Preview tabs. In the Manager tab, the PNG preview for each size is blank, although the image has been confirmed as successfully uploaded. And it has. It shows up on my product page just fine.

    On the Preview tab, the preview sizes for PNG are tiny dots, not the actual sizes like the GIF and JPEG previews.

    Plus, there's that disconcerting error message.

    BTW, the GIF and JPEG uploads and previews work perfectly.

    I'm sure I'm not the only one who's had this error.

    I've uninstalled and reinstalled IH2 a couple of times, and cleared the image cache. Also, I have no other image handling plugins.

    Any thoughts?

    Thanks in advance.

  10. #4530
    Join Date
    Oct 2009
    Location
    Great Northwest
    Posts
    80
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I have just installed IH2 and everything is fine with the exception of the zoom image being WAY up and on the very top left of my screen, even well above the top header of my home page. I HAVE searched this thread and the closest solution I can find is a fix for IE that is supposed to fix this issue. While I do default to using IE I also loaded my site with FF and get the same result so I don't think it's an IE issue. The image is barely visible when I mouse over a product on my main page in the upper left of the screen and the first time I tryit, my entire home page drops down to make room for the zoom image..... I can see a small corner of the zoom pic but that's about it.

    Here's the link I found for the IE fix but it's apparently dead now.

    http://forum.zen-cart.com/showpost.p...postcount=1252

    Any idea why my zoom graphic is nowhere near being around or near the graphic I moused over? I tried all the southwest, northeast, etc. settings but makes no diff.

    Thanks in advance for any help.

    R.

 

 

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