Page 287 of 710 FirstFirst ... 187237277285286287288289297337387 ... LastLast
Results 2,861 to 2,870 of 7099
  1. #2861
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Image Handler 2 Support

    There is a ZC base name, IH2 will add names to your additional images based on that one.
    You cannot name your base image cobra-76xtr-pkg.jpg and your additional cobra-76xtr-2.jpg, notice the pkg is missing, so's the underscore.
    I suggest you do not attempt to rename your additionals at all and let IH2 do the job.

  2. #2862
    Join Date
    Jul 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Is it only the includes/templates/custom folder I need to use the override system for this?

  3. #2863
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I finally seem to have it working. Don't know what I did, other than play with the file names a little.

    I do have one other question though. Is there any way to place the additional images underneath the main image instead of at the bottom of the page?
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

  4. #2864
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support/moving additional images

    Ok, I figured that one out. How to move the additional images where you want them. It's done in:

    includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php

    Look near the bottom, around line 168 for
    PHP Code:
    <!--bof Additional Product Images -->
    <?php
    /**
     * display the products additional images
     */
      
    require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
    <!--eof Additional Product Images -->
    Highlite and copy that portion of code (ALL of it) and just past it anywhere in tpl_product_info_display.php you want it to appear (leave the origional line where it was so you can always revert back to the origional position). Paste and Undo, Upload and reload, Paste and Undo, Upload and reload until you are satisfied that you either love it or hate it. If you love it, then delete the one at the bottom of the page, upload and go!

    But remember, KEEP AN UNTOUCHED COPY OF tpl_product_info_display.php SOMWHERE SAFE so if you mess up the one you are playing with, you still have the origional to keep your site safe and sound with. BACK UP BACK UP BACK UP!!!!!!!!
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

  5. #2865
    Join Date
    Jul 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support/moving additional images

    Where did you put it to get directly under the main image? Save me the hassle ;)

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

    Default Re: Image Handler 2 Support

    Yay,

    There is a contrib. for that, "Additional images relocated with CSS", look in the download area.

  7. #2867
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support/moving additional images

    Quote Originally Posted by monkeypeach View Post
    Where did you put it to get directly under the main image? Save me the hassle ;)
    I tried to put the addtional images directly under the primary image and it doesn't look too good. I put mine at the top like this, CLICK HERE, If you want to do that, you place the code like this: (note, code in RED is the code to move around, and is always "sandwiched between an <!--eof blah blah-->and a <!--bof blah blah-->)

    Code:
    <!--eof Prev/Next top position-->
    
    <!--bof Additional Product Images -->
    <?php
    /**
     * display the products additional images
     */
      require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
    <!--eof Additional Product Images -->
    
    <!--bof Main Product Image -->
    However, if you insist on putting the additional images below the primary image, you would do it like this:

    Code:
    <!--eof Main Product Image-->
    
    <!--bof Additional Product Images -->
    <?php
    /**
     * display the products additional images
     */
      require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
    <!--eof Additional Product Images -->
    
    <!--bof Product Name-->
    Hope that helps
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

  8. #2868
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    in IH use add image, it does ALL the work for you!!!


    Quote Originally Posted by wtashby View Post
    So I'm going to assume that no one actually has a clue how to make IH2 work with additional images?

  9. #2869
    Join Date
    Oct 2006
    Location
    New Jersey, USA
    Posts
    118
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    wtashby

    Glad to see that your additional images are showing up. Looks like you've resolved your problem.

    John

  10. #2870
    Join Date
    Mar 2005
    Location
    Helsinki
    Posts
    570
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    I'm really not a fan of the zen logic how to handle images.. What I'm trying to achieve is get rid of those annoying med and lrg extensions and only have productimage.jpg, productimage_detail.jpg, productimage_detail2.jpg etc.

    - I wouldn't use large images at all.. only the medium sized product images
    - Additional images could be changed via mouseclick (I know there is a mod for this but it does not work with IH2 - at least i don't know how)
    - What I'd need IH to do is to create thumbs just for the product listings etc..

    Any help on this matter would be really appreciated..

 

 

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