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

    Default Layout weirdness for New Products, All, Featured...

    This issue has been driving me mad for quite some time and I've seen it on ALOT of Zencart sites.

    Here is the Cherry Zen test site for example:
    http://www.cherryzen.sagefish.com/in...e=products_all

    The issue also happens with the 'New Products' and 'Featured Products' links.


    Take a look at the above link with Firefox - looks good

    Now take a look with Internet Explorer 7 - the product info get pushed way to the right.

    Internet Explorer 8 - now both the product image and product info get pushed way to the right.

    I've noticed if you have a smaller number of characters in the Admin - 'Configuration/All Listing(New Listing/Featured Listing)/Display Product Description' of say 80 characters it goes away. However the larger the number the further to the right it gets pushed.

    Same issue I've been having on my site. Even happens with the standard Zencart install.

    If anyone has any idea for a fix it would be greatly appreciated.

    Thanks for any help...

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Layout weirdness for New Products, All, Featured...

    includes/templates/template_default/templates/tpl_modules_products_all_listing.php

    Line 119:

    Code:
    <td width="<?php echo IMAGE_PRODUCT_ALL_LISTING_WIDTH + 10; ?>" valign="top" class="main" align="center">
    Change to:
    Code:
    <td width="<?php echo IMAGE_PRODUCT_ALL_LISTING_WIDTH + 10; ?>" valign="top" class="main" align="left">
    Maybe that'll keep you out of the sanitarium.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

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

    Default Re: Layout weirdness for New Products, All, Featured...

    Much thanks for pointing me in the right direction!

    Your solution works for moving the product image left, however the product details are still pushed way to the right.

    I've found a solution for this however.

    I changed this line:

    Code:
    <td width="<?php echo IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH + 10; ?>" valign="top" class="main" align="center">
    to

    Code:
    <td width="<190>" valign="top" class="main" align="center">
    I dropped this part of the code:
    ?php echo IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH + 10; ?

    and replaced it with a hard-coded 190 which is appropriate for my images.

    Now it looks good in Firefox, IE7, IE8, etc!

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Layout weirdness for New Products, All, Featured...

    Quote Originally Posted by Zandig View Post
    Now it looks good in Firefox, IE7, IE8, etc!

    Glad to hear you got it.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

Similar Threads

  1. Grid layout on New, Featured, All, and Search Results pages
    By candy1245 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 23 Feb 2013, 11:58 PM
  2. all products, product listing, featured, special and new product layout
    By rbarbour in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Sep 2010, 01:27 AM
  3. Change to Gallery view for New / Featured / All products link?
    By alimtlai in forum Basic Configuration
    Replies: 5
    Last Post: 31 Aug 2009, 05:07 PM
  4. Would you please teach me about Column Layout Grid for new,featured,all page?
    By nicetomeetyou in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Oct 2008, 12:42 AM
  5. Featured Products/All Products - having layout issues!
    By jessiebags in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 May 2007, 10:14 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