Results 1 to 2 of 2
  1. #1
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Feature - Special Products - Images per row

    I am looking for help to get the layout of images correct on my site. www.relaxme.com.au I am a novice at Zen and this is my first attempt at a site. I have set the number of images per row to 3 - but it always displays them on the first 2 colmuns only. This also happens with specials etc, also on the Categorys - eg if you select "Livvys Lights Soy Candles" the Category images shown are 3 wide - in the settings I selected 4 wide but again it leaves out the last column. I have tried resizing etc but nothing seems to work.

    Nick

  2. #2
    Join Date
    May 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: Feature - Special Products - Images per row

    I have fixed the problem, finally found a post that could help

    http://www.zen-cart.com/forum/showthread.php?t=100171

    Had to change mine to -2 but it has worked.

    Also changed one extra line to fix up catagory spacing.

    includes/modules/category_row.php
    Was
    $col_width = floor(100/MAX_DISPLAY_CATEGORIES_PER_ROW);

    Changed to
    $col_width = floor(100/MAX_DISPLAY_CATEGORIES_PER_ROW)-2;

    Note the the above single change may not work without changing the other lines in post mentioned above.

 

 

Similar Threads

  1. 3 additional product images per row
    By karine in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 29 Apr 2013, 09:21 AM
  2. Replies: 4
    Last Post: 30 Apr 2009, 06:19 PM
  3. Images per row
    By txscubarat in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 7 Feb 2009, 08:47 PM
  4. Category Images per row...FF vs. IE
    By wasana in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Jul 2007, 03:31 PM

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