Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Feb 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Multiple Images Questions

    Not neccessary... This problem has been driving me batty, but now it's
    SOLVED!

    I should have thought of the fact that this was initially a Template Monster Template. I opened up the page templates/tpl_product_info_display.php and was able to find the line of code for additional images.

    The folks at Template Monster had commented that line of code to ensure that their layout would look good... not necessarily work well!

    Now all I have to do is figure out how to move the thumbnail image closer to the main image display...

    KOBRA, thanks for all your help here and throughout my other posts. It's greatly appreciated.

  2. #12
    Join Date
    Feb 2008
    Posts
    12
    Plugin Contributions
    0

    Default Re: Multiple Images Questions

    Quote Originally Posted by kobra View Post
    manifest,

    Is this a template monster template?
    Looks like you beat me to it!

    bugyoutoo: look right around Line 139 in includes/templates/yourtemplate/templates/tpl_product_info_display.php

    Find the section of code that looks like this:
    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 -->
    and remove the comment slashes before the require statement so it looks like this:
    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 -->

  3. #13
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Multiple Images Questions

    manifest,
    Check your private messages

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Multiple language multiple category images?
    By Luxifer in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 9 Feb 2011, 07:17 PM
  2. multiple image layout questions
    By wygk in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Sep 2009, 10:28 PM
  3. Multiple Questions PLEASE HELP!
    By hamspots in forum General Questions
    Replies: 4
    Last Post: 24 Jan 2009, 11:37 AM
  4. Multiple Questions
    By Dagger in forum Customization from the Admin
    Replies: 2
    Last Post: 29 Jun 2008, 12:40 AM
  5. Multiple Images for One Listing Questions
    By Donn in forum Templates, Stylesheets, Page Layout
    Replies: 47
    Last Post: 9 Nov 2007, 07:41 AM

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