Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27
  1. #21
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Problem with Column Grid Layout in 1.3.5 - Please Help!

    No...I'm still seeing two descriptions when I look at it.

    It's doing it on all of my Product Info listings.
    The New and All Listings are okay.
    Last edited by Boggled; 2 Oct 2006 at 03:31 AM.

  2. #22
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Problem with Column Grid Layout in 1.3.5 - Please Help!

    OKay. When I actually read the text I saw what you were talking about...

    Guessing, and hoping that you placed it in your override folder...
    Look in includes/templates/sage/templates > for a tpl_modules_product_listing.php that came with the column/grid module and if you have removed the module insure that this file is also deleted or at least re-named to tpl_modules_product_listing.old

    Se if this squares this away???
    Zen-Venom Get Bitten

  3. #23
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Problem with Column Grid Layout in 1.3.5 - Please Help!

    I really appreciate your help!!
    I just renamed it to '.old' and it didn't change anything.

    I haven't unstalled the mod, just turned it off in the Admin...would that make a difference?

  4. #24
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Problem with Column Grid Layout in 1.3.5 - Please Help!

    remove this from the contrib product_listing.php module file:
    Code:
        if (PRODUCT_LIST_DESCRIPTION > 0 && PRODUCT_LISTING_LAYOUT_STYLE == 'rows') {
          $rows++;
          if ($extra_row == 1) {
            $list_box_description = "productListing-data-description-even";
            $extra_row=0;
          } else {
            $list_box_description = "productListing-data-description-odd";
            $extra_row=1;
          }
          $list_box_contents[$rows][] = array('params' => 'class="' . $list_box_description . '" colspan="' . $zc_col_count_description . '"',
                                              'text' => zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION));
        }
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #25
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Problem with Column Grid Layout in 1.3.5 - Please Help!

    Thanks Dr. Byte! That got rid of the extra description.

    Now...just have to figure out how to get my spacing back in there between the rows.

  6. #26
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Problem with Column Grid Layout in 1.3.5 - Please Help!

    Thanks DrByte!!! I missed the product_listing.php file...
    Zen-Venom Get Bitten

  7. #27
    Join Date
    May 2009
    Location
    Kansas
    Posts
    39
    Plugin Contributions
    0

    Default Re: Problem with Column Grid Layout in 1.3.5 - Please Help!

    Quote Originally Posted by kobra View Post
    reddog73 & others,

    Try adding/editing this in your stylesheet.css file
    Code:
    .categoryListBoxContents {
    	float: left;
    	}

    Kobra's suggestion didnt work for me but the style below did-- to fix the column layout grid showing only one column. Thanks for the hint, Kobra.
    Using 1.3.9f


    .centerBoxContentsProducts {
    float: left;
    }

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v139h Column Layout Grid v1.3.8 Problem with first row
    By AvaAdorn in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 22 Aug 2013, 07:02 AM
  2. Replies: 2
    Last Post: 23 Mar 2012, 03:28 PM
  3. Replies: 5
    Last Post: 17 Feb 2010, 05:13 PM
  4. Please help with product column layout problem
    By elnaraniall in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Dec 2009, 12:47 AM
  5. Problem with column layout grid
    By erezw in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 Nov 2008, 10:35 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