Page 16 of 29 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 285
  1. #151
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    fixed it on my own







    Quote Originally Posted by ATSWorld View Post
    Hi all I have read though all 15 pages and not come across my problem
    I have installed it on my test site and all was OK
    I then tried on my actual site and it doesn't install properly
    uploaded picture as My site is working .but that is how it looks
    pic included

    then when I go to config/product listing/layout style all I get is this
    pic included

    thanks for any help

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

    Default Re: Column Layout Grid for Product Listing

    Quote Originally Posted by bromleysid View Post
    Hi Thank you.

    Im trying to figure out how to remove the spaces between the price and title lookign for the <br>s, which file is it in?
    I used

    .listingDescription {
    padding-left: 10px;
    padding-right: 10px;
    }

    posted by seethrou in other thread to fix my space problem (I increased px for mine) but hope this works for you.

    I also tried below code as he posted (to reduce the space between the title and "...more info") but it didn't work for me...

    .centerBoxContentsProducts .itemTitle {
    margin-bottom: -1em;
    }

    I am not 100% sure but I am looking for <br /> location to reduce the space between the price and "...more info". I see 2 <br /> from the source view... (or there maybe other way to reduce this space).

  3. #153
    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

  4. #154
    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

  5. #155
    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:-)

  6. #156
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    I just searched and found that this error is because I already ran such script before...Another uestion I would like to ask is:

    I was just customising the look of my product listing page and in Admin I have selectedroduct Listing-Layout Style (its value was rows) and I just wanted to see what happens if I try to change it... I clicked on "update" and then "edit" and it changed itself to blank...THere was nothing available to edit it but somehow it has change itself and now my product listing is empty. it looks like this:

    Any ideas why it went that way?Please help to change it back:-)

    TIA

  7. #157
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    the look is in this jpg file...
    Attached Images Attached Images  

  8. #158
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    these are my admin view: when I go to layout style i see
    10.jpg and then after i choose update, i get 9.jpg and that is it...there is no choice of options. how can I change it back to rows or make the columlar grid work for me?...any help or advice will be greatly appreciated.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	9.jpg 
Views:	122 
Size:	18.6 KB 
ID:	8447   Click image for larger version. 

Name:	10.jpg 
Views:	94 
Size:	14.9 KB 
ID:	8448  

  9. #159
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Hi again,

    I had a closer look on my problem and discovered that if I upload the new product_listing.php to ZEN_CART_HOME_DIR/includes/modules/YOURTEMPLATE/product_listing.php then I have this problem that my listing is empty. If I delete this file but still upload the new tpl_modules_product_listing.php to:
    ZEN_CART_HOME_DIR/includes/templates/YOURTEMPLATE/templates/tpl_modules_product_listing.php then everything works but shows as before in rows. I assume that something is wrong with the file product_listing.php in my case. If I upload both files I get blank listing. Maybe anybody may have any idea what could be wrong here?..

    Thanks in advance

  10. #160
    Join Date
    Oct 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    this is EXACTLY what I'm going through. thanks for that picture ms_x, that is EXACTLY what I see, there are no radio buttons to choose between rows or columns and i see that <br/> instead of the going to the next line. i am using 1.3.9g.

    any ideas please? :) thanks in advance!
    Last edited by mayleine; 23 Nov 2010 at 02:54 AM.

 

 
Page 16 of 29 FirstFirst ... 6141516171826 ... 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

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