Results 1 to 7 of 7
  1. #1
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Help needed with additional images

    On Zencart 1.3.8 when I add two or more additional images they display in a column. How can I have them displaied in a row one next each other?
    Thanks for your help

  2. #2
    Join Date
    Mar 2007
    Posts
    86
    Plugin Contributions
    0

    Default Re: Help needed with additional images

    Hi Susi,

    A web address would help to see what you mean.
    Rottie

  3. #3
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Help needed with additional images


  4. #4
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default More info...

    Don't know if this can help.. my tpl-modules-additional images reads

    require(DIR_WS_MODULES . zen_get_module_directory('additional_images.php'));
    ?>
    <?php
    if ($flag_show_product_info_additional_images != 0 && $num_images > 0) {
    ?>
    <div id="productAdditionalImages">
    <?php
    require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php'); ?>
    </div>
    <?php
    }
    ?>


    Is that "columnar_display.php the problem? How do I change that?

  5. #5
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help needed with additional images

    you have inline style that is set to 100%

    <div style="width: 100%;" class="additionalImages centeredContent back">

    change this width to 35%

    you can locate this by using Developers tool kit and searching for additionalImages keyword

  6. #6
    Join Date
    Aug 2006
    Location
    UK
    Posts
    449
    Plugin Contributions
    0

    Default Re: Help needed with additional images

    have you checked the admin configuration??

    Configuration -> Images -> Product Info - Number of Additional Images per Row
    ~Steve~

  7. #7
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Help needed with additional images

    Thanks Steve... you suggestion worked great... such a silly modification, but I was not able to figure it out.
    Many thanks to all you guys for your help

 

 

Similar Threads

  1. Help needed - additional images covering each other
    By travellers in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Jan 2009, 10:06 PM
  2. help needed with new product type which allow images with different size to download
    By ashishgandhi in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 19 Feb 2008, 08:57 AM
  3. Help needed with extra images
    By jas99villa in forum Basic Configuration
    Replies: 2
    Last Post: 14 Jan 2008, 12:53 PM
  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