Page 1 of 2 12 LastLast
Results 1 to 10 of 285

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Never mind --- I've finally figured out. My mistake. Txs anyway!!!!

  2. #2
    Join Date
    Feb 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Hello again, I'm happy with the columns but now can't figure out where to go to increase the space between the rows. right now the images of the products almost touch each other. I assume it has something to do with "cellpadding". I have tinkered with the various files, but none of the cellpaddings that I have changed had an effect (i've changed it back to the original when it didn't work). Do you know which file I need to adjust? If it's not cell-padding, can you tell me how to do it? TXS!

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

    Default Re: Column Layout Grid for Product Listing

    but now can't figure out where to go to increase the space between the rows.
    Add this entry to your stylesheet.css file and adjust as desired

    Code:
    .listingProductImage {
            margin: 2em 0em 0em 0em;
            }

  4. #4
    Join Date
    Feb 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Awesome, this is it; I would have never thought of that. You've made my day. Thanks a ton

  5. #5
    Join Date
    Apr 2009
    Posts
    14
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    I read this post and would like to use "Column Layout Grid for Product Listing" on my zencart (for those reading this as well in the future, here is the link http://www.zen-cart.com/index.php?ma...products_id=77)

    But, I am having problems installing it. Actually, i have not even attempted it because the instructions don;t correspond with my settings. I have ZC 1.3.8a and the read me file instructions say "(1) Copy the product_listing.php module file into the includes/modules/YOURTEMPLATE folder in your shop;"

    No such folder exists for me. I am starting at the root directory of my server and going to "public_html/store/includes/modules/" but no folder for MYTEMPLATE exists in this arrea. I see "classic" "debug_blocks" "order_total" "payments" "shipping" but nothing which refers to my template folder.

    My template folder is in /includes/templates/mytemplate

    So, can someone please tell me what i am missing or what directions should I follow?

    Thank you.

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

    Default Re: Column Layout Grid for Product Listing

    (for those reading this as well in the future, here is the link
    Always provide link if seeing your site will assist in an answer
    No One will look back through posts to find your site
    No such folder exists for me. I am starting at the root directory of my server and going to "public_html/store/includes/modules/" but no folder for MYTEMPLATE exists in this arrea.
    "YOURTEMPLATE" references what ever your your template name is and if you have not created one - Now is a good time to do so - even if you just copy the "classic" template files and edit the template_info.php with a unique name - there are many reasons to do this:

    https://www.zen-cart.com/tutorials/i...hp?article=346
    https://www.zen-cart.com/tutorials/i...hp?article=232
    https://www.zen-cart.com/tutorials/i...hp?article=142

  7. #7
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Quote Originally Posted by kobra View Post
    Add this entry to your stylesheet.css file and adjust as desired

    Code:
    .listingProductImage {
            margin: 2em 0em 0em 0em;
            }
    Could I be Le Dunce du Jour and ask what side of a grid box each of those four settings addresses? I did some Googling and found this:

    'margin-top', 'margin-right', 'margin-bottom', and 'margin-left'
    but (since what I wanted was to increase vertical spacing between the rows of my grid), when I modified my stylesheet.css file with this line,

    margin: 2em 0em 10em 0em;
    there was no difference whatsoever. Am I correct to assume the third value is the bottom value? I actually fiddled with all four values, coming up with several different combinations, and they never produced any kind of spacing or padding.

    Clearly I'm lacking a basic understanding of something here...

    Thanks in advance for any suggestions!
    Gary

  8. #8
    Join Date
    Jan 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    I'm quite sorry to bug everyone again, but I've gone up and down through every pertinent post here, investigated in all the suggested files, experimented with modifications and basically tried everything I could think of, but still can't get this done. I was optimistic when I saw posts 6 & 7 of this thread suggest this addition to the stylesheet.css file:
    .listingProductImage {
    margin: 2em 0em 0em 0em;
    }
    but that modification produced no difference whatsoever, no matter what values I put in there.

    Can someone please suggest a method by which I can increase the vertical spacing between rows of a grid? I have ZC 1.3.9, if that helps.

    Quote Originally Posted by hawks67 View Post
    Could I be Le Dunce du Jour and ask what side of a grid box each of those four settings addresses? I did some Googling and found this:
    'margin-top', 'margin-right', 'margin-bottom', and 'margin-left'
    but (since what I wanted was to increase vertical spacing between the rows of my grid), when I modified my stylesheet.css file with this line,
    margin: 2em 0em 10em 0em;
    there was no difference whatsoever. Am I correct to assume the third value is the bottom value? I actually fiddled with all four values, coming up with several different combinations, and they never produced any kind of spacing or padding.

    Clearly I'm lacking a basic understanding of something here...

    Thanks in advance for any suggestions!
    Gary

  9. #9
    Join Date
    Aug 2009
    Location
    Canada
    Posts
    42
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Hi there,
    I just fixed my space problem.
    I added following to my override stylesheet file:

    .listingDescription {
    padding-left: 25 px;
    padding-right: 25 px;
    }
    .itemTitle {
    padding-left: 25 px;
    padding-right: 25px;
    }
    #productListing br {
    line-height: 0;
    }
    .listingProductImage {
    margine: 2em 0em 0em 0em;
    }

    It might be different px for some people but above worked for me. I added these because all the great people in this forum posted each one in separate threads related to space issue (so I added each one to my css). Great forum

  10. #10
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    I have just downloaded and tried to install this addon :
    http://www.zen-cart.com/index.php?ma...products_id=77

    I have 1.3.9.g version of zen cart.

    and when i run sql script through my admin:
    INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
    configuration_description, configuration_group_id, sort_order,
    last_modified, date_added, use_function, set_function)
    VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
    'Select the layout style:<br />Each product can be listed in its own row (rows option)
    or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
    now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');

    INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
    configuration_description, configuration_group_id, sort_order,
    last_modified, date_added, use_function, set_function)
    VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
    'Select the number of columns of products to show in each row in the product listing.
    The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);

    and I get this error:

    1062 Duplicate entry 'PRODUCT_LISTING_LAYOUT_STYLE' for key 2
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:<br />Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    what is it about and how can I change it?anyone installed this addon before?

    thanks:-)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Column Layout Grid for Product Listing:
    By rlexyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 May 2010, 04:07 AM
  2. Column Layout Grid for Product Listing
    By groove8k in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 14 Dec 2009, 07:38 AM
  3. Column layout grid for product listing - one column only
    By london mummy in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 26 Oct 2009, 10:06 AM
  4. Column Layout Grid for Product Listing v1.3.6 + v1.3.7
    By weflorencekoh in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 14 May 2007, 03:21 AM
  5. Column Layout Grid for Product Listing
    By mohinder in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Mar 2007, 06:46 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