Page 315 of 710 FirstFirst ... 215265305313314315316317325365415 ... LastLast
Results 3,141 to 3,150 of 7099
  1. #3141
    Join Date
    Jun 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    ok sorry

    the link will be http://scrappythoughts.com/Shoppe

  2. #3142
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by MoonCatcher View Post
    ok sorry

    the link will be http://scrappythoughts.com/Shoppe
    Look at this.

    http://www.zen-cart.com/forum/showpo...postcount=2340

  3. #3143
    Join Date
    Jun 2008
    Posts
    21
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    thnx that did the trick

  4. #3144
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    Quote Originally Posted by tophand View Post
    Tophand,
    I have installed the latest version of IH2 on my 1.3.8a site and works fine.
    What other files have been contributed that I could test, apart from the one you mention?
    Sorry, but this thread is getting humongous, and I cannot find all the latest files.
    Maybe the contribution needs a rewrite?
    Thanks.

  5. #3145
    Join Date
    Nov 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    This thread is getting really long and difficult to search. With that said, after installing IH, everything worked fine except for the large image popup. Since the site in question (www.rondogphotog.com/zencart) sells prints of the images, it is very important to only present images with the copyright watermark, and the popup was referencing the raw image. It took a bit to track down where things were happening, bit I was able to get the following fix to work acceptably. The only issue I have now is the need to use popupWindowPrice, as the plain popupWindow function doesn't automatically resize...

    Any comments or suggestions are welcomed.

    Replace /includes/templates/<your custom>/templates/tpl_modules_main_product_image.php with the following:

    <?php
    /**
    * Module Template
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: tpl_modules_main_product_image.php 3208 2006-03-19 16:48:57Z birdbrain $
    */

    ?>
    <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE));
    $imgsrc=handle_image($products_image_large, $products_name, LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT);
    ?>
    <div id="productMainImage" class="centeredContent back">
    <script language="javascript" type="text/javascript"><!--
    document.write('<?php echo '<a href="javascript:popupWindowPrice(\\\'' . HTTP_SERVER . DIR_WS_CATALOG . $imgsrc[0] . '\\\')">' . zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>'; ?>');
    //--></script>
    <noscript>
    <?php
    echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . $imgsrc[0] . '" target="_blank">' . zen_image($products_image_medium, $products_name, MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT) . '<br /><span class="imgLink">' . TEXT_CLICK_TO_ENLARGE . '</span></a>';
    ?>


    </noscript>
    </div>

  6. #3146
    Join Date
    Nov 2008
    Posts
    25
    Plugin Contributions
    0

    Default Image Border

    I have installed IH2 for one of my clients. the only problem I am having thus far is not being able to put a border around the images.

    Is there an area I can add the {border: .5; border-color:#708773 } code so that the images handles by IH2 will automatically place a boarder around the image.

    I currently have the {border: .5; border-color:#708773 } code in my stylesheet.css but this does not put a border around the images handled with IH2

    Any help would be appreciated. thanks

  7. #3147
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    i install the mod in my zen cart here
    but i don'T SEE anthing ... '


    what need to do see this in auction ?

    http://www.trickid.co.il/

    Thanks .

  8. #3148
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    please need help
    what the problem ? why i can't see the ih2 in auction in my site ?

    www.trickid.co.il


    somtime when i try upload file from Image Handler2
    so i got this error Error TEXT_MSG_NOUPLOAD_LARGE

    Thanks for help

  9. #3149
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Quote Originally Posted by dmagic View Post
    please need help
    what the problem ? why i can't see the ih2 in auction in my site ?

    www.trickid.co.il


    somtime when i try upload file from Image Handler2
    so i got this error Error TEXT_MSG_NOUPLOAD_LARGE

    Thanks for help
    Have you doubled check that you uploaded "All" the IH files?

  10. #3150
    Join Date
    Nov 2008
    Posts
    25
    Plugin Contributions
    0

    Default Re: Image Border

    Quote Originally Posted by leavellwd View Post
    I have installed IH2 for one of my clients. the only problem I am having thus far is not being able to put a border around the images.

    Is there an area I can add the {border: .5; border-color:#708773 } code so that the images handles by IH2 will automatically place a boarder around the image.

    I currently have the {border: .5; border-color:#708773 } code in my stylesheet.css but this does not put a border around the images handled with IH2

    Any help would be appreciated. thanks
    does anyone know how to put a border around the pictures?

 

 

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