Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 43
  1. #31
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Column Layout grid Mod

    Glad it's working for you now. I'm also glad your question prompted me to check and remove the bad file.

    SEMFUSION -
    If you want the products to use the 3/4-column layout even if there are fewer products than that, comment out this line

    $col_width = floor(90/$num_products_count);

    to get this
    PHP Code:
    if (PRODUCT_LISTING_LAYOUT_STYLE == 'columns') {
    if (
    $num_products_count PRODUCT_LISTING_COLUMNS_PER_ROW || PRODUCT_LISTING_COLUMNS_PER_ROW == ) {
    //$col_width = floor(90/$num_products_count);
    } else {
    $col_width floor(90/PRODUCT_LISTING_COLUMNS_PER_ROW); 

  2. #32
    Join Date
    Sep 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Column Layout grid Mod

    Masters,

    The Column Layout grid Mod allows us to chose the amount of columns to display from the Admin.
    Is there a way to set the amount of rows ?

    Example :
    i have 12 products per sub-cat. I selected 4 columns. That gives me then 3 rows.
    Problem is : my Zen Cart shows only 2 rows and add a "next page" button.

    Click here to access my page

    How can i get everything on 1 page (therefore increase to at least 3 rows)

    Thanks,

    Damien

  3. #33
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Column Layout grid Mod

    Admin > Configuration > Maximum Values > Products Listing- Number Per Page.

  4. #34
    Join Date
    Sep 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Column Layout grid Mod

    It is that easy !??!

    Thank you for your help.

  5. #35
    Join Date
    Nov 2007
    Posts
    72
    Plugin Contributions
    0

    Default Re: Column Layout grid Mod

    I'm using 1.3.7, is there a way that I can have the grid layout only appear in certain categories of products and not others?

  6. #36
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Column Layout grid Mod

    Product_listing.php uses a test for a constant being equal to "rows" or "columns" to decide which bits of code to execute; you could add a test for the value of $_GET['cPath'] in those spots to affect the choice.

  7. #37
    Join Date
    Sep 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Column Layout grid Mod

    i am using v1.3.9d

    i wish to display my products in a grid/clumn format instead of rows.

    i downloaded unzipped the add on i for v1.3.8 and followed the instructions best way i can...

    it did not work,

    when i go to admin.. there is no product listing found under configuration...

    further more when i go to my root file and followed the instuctions to the appropriate sub folder i did nto see the files that i needed to replace... is it possible for version 1.39d that i need te replace other folders?

    thanks in advance

  8. #38
    Join Date
    Jul 2007
    Posts
    88
    Plugin Contributions
    0

    Default Re: Column Layout grid Mod

    Firts thank you for the mod. It worked perfectly for me in v1.3.8
    I have one question re the layout. If you look at this page as an example under the product imge there is a huge gap to 'more info'. Would anyone know how I can make that smaller ???
    Thanks

  9. #39
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Column Layout grid Mod

    Add to your stylesheet

    .listingDescription+br, .listingDescription+br+br, .listingDescription+br+br+br {display: none;}


    You can also edit the <br /> instances in product_listing.php.

  10. #40
    Join Date
    Jul 2007
    Posts
    88
    Plugin Contributions
    0

    Default Re: Column Layout grid Mod

    Quote Originally Posted by gjh42 View Post
    Add to your stylesheet

    .listingDescription+br, .listingDescription+br+br, .listingDescription+br+br+br {display: none;}


    You can also edit the <br /> instances in product_listing.php.
    Thanks so much Glen That worked perfectly.

 

 
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. Column Grid Layout MOD
    By redlightshoppe in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 3 Jun 2011, 09:34 AM
  2. column layout grid mod & 1.3.9g
    By mipavluk in forum Addon Templates
    Replies: 5
    Last Post: 21 Oct 2010, 08:52 PM
  3. Column Layout Grid Mod Issue
    By mw4kids in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 24 Apr 2010, 08:01 PM
  4. Editing layout of Column Grid Layout mod
    By digitalhalo in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jul 2007, 02:14 AM
  5. make column-layout-grid mod to look like special listing layout
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Oct 2006, 02:18 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