Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Posts
    141
    Plugin Contributions
    0

    Default Help needed - additional images covering each other

    As per here:
    example, I've buggered up my additional images after downloading the 'Product Info Display With Additional Images Relocated' mod from the downloads section. I love the changes its made, looks much more natural, but if I have more than one additional image it does this - covers one over with another.

    In the downloaded file, it references tpl_modules_additional_images.php so I looked in that to see if there's anything obvious to change the layout of multiple images to be vertical rather than horizontal, but couldn't see anything. THAT file then references tpl_columnar_display.php so I looked there too, without success. Any advice please?
    The instructions say Insert Disk 3, but only two will fit...
    www.shedtraders.co.uk
    www.tobermorychocolate.co.uk

  2. #2
    Join Date
    Oct 2008
    Posts
    141
    Plugin Contributions
    0

    Default Re: Help needed - additional images covering each other

    Managed to find this, should anyone else encounter a similar problem. The page that has this define is /includes/modules/additional_images.php, and the relevant section is:

    Code:
        // List Box array generation:
        $list_box_contents[$row][$col] = array('params' => 'class="additionalImages centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"',
    Just change it to:

    Code:
       // List Box array generation:
        $list_box_contents[$row][$col] = array('params' => 'class="additionalImages centeredContent back"' . ' ' . 'style="height:' . $col_width . '%;"',
    and problem solved!
    The instructions say Insert Disk 3, but only two will fit...
    www.shedtraders.co.uk
    www.tobermorychocolate.co.uk

  3. #3
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Help needed - additional images covering each other

    nice one, but how do you get the pictures to align either to the left or the right of the description?

    I'm having some difficulty with this as you can see here:

    http://www.dystynction.com/index.php...&products_id=1

 

 

Similar Threads

  1. v150 Combined Shipping: each additional item is less... Help Needed!!
    By McCrockett in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 17 Jul 2012, 11:48 PM
  2. How to get additional images to align next to each other?
    By JHouse in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jul 2009, 07:27 PM
  3. Help needed with additional images
    By Susi in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 23 Mar 2009, 10:58 AM
  4. Additional Images help needed
    By awoman in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 19 Aug 2006, 10:16 PM
  5. additional images help needed
    By awoman in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jun 2006, 10:52 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