Results 1 to 10 of 285

Hybrid View

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

    Default Re: Column Layout Grid for Product Listing

    I found it! Go to... Product Listing --> Display Product Description and set the number to "10" (or any other length...) and now it shows "This product..." at Product Listing

    If I only could find the solution for moving up the "...more info" close to the price... Anybody?

    Thanks in advance.

  2. #2
    Join Date
    Aug 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Quote Originally Posted by Shinmai View Post
    I found it! Go to... Product Listing --> Display Product Description and set the number to "10" (or any other length...) and now it shows "This product..." at Product Listing

    If I only could find the solution for moving up the "...more info" close to the price... Anybody?

    Thanks in advance.
    Hi what file did you edit to remove the spaces on the column layout grid?

    Many thanks in advance for your help

  3. #3
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    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
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	123.jpg 
Views:	95 
Size:	9.7 KB 
ID:	8423   Click image for larger version. 

Name:	125.PNG 
Views:	98 
Size:	8.5 KB 
ID:	8424  

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

  5. #5
    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 what file did you edit to remove the spaces on the column layout grid?

    Many thanks in advance for your help
    Hi there,
    My problem was that whole length of my product description was showing between Item Title and Price at 3 colums/3 rows of my Product Listing page. I thought it was because of the mod but it was simply I didn't set number correctly at the Admin Console

    I went to Configuration -->Product Listing --> choose "Display Product Description" and changed length of characters to "10" (or any length) instead of "150" so the short sentence will be shown at the Product Listing.

  6. #6
    Join Date
    Aug 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Quote Originally Posted by Shinmai View Post
    Hi there,
    My problem was that whole length of my product description was showing between Item Title and Price at 3 colums/3 rows of my Product Listing page. I thought it was because of the mod but it was simply I didn't set number correctly at the Admin Console

    I went to Configuration -->Product Listing --> choose "Display Product Description" and changed length of characters to "10" (or any length) instead of "150" so the short sentence will be shown at the Product Listing.
    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?

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

    Default Re: Column Layout Grid for Product Listing

    /includes/modules/your_template/product_listing.php.

    The breaks are scattered through a very complex bit of code with various options for price element display depending on the existence of sales, specials, etc., and add to cart options. They ought to have been coded so that the break would only display if its element is present, but it is what it is now.

  8. #8
    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).

  9. #9
    Join Date
    Dec 2010
    Location
    san francisco, i think?
    Posts
    19
    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 know i'm quoting a super old post, but i ran into this too and thought i would share my way around it. no idea if it's the best way to go, but it worked for me, and i did it all in css.

    first i added a new line in my css-
    Code:
    .centerBoxContentsProducts br{
    	display:none;
    }
    that got rid of all the brakes, but made the other bits in the class=centerBoxContentsProducts line up.
    however, lucky for me, all of the fields in the center box have their own classes, so it was just a matter of making a second entry in my css file-

    Code:
    .normalprice,.productSalePrice,.etcetera{
    	display:block;
    }
    and it all behaved how i wanted, no extra spaces between lines.

    i'm pretty new to all of this though, there may very well be a better way to go around it. i just wanted a way to do it without going into the php.

    see it in action here if you like-dellortodirect.com
    Last edited by terrydean; 10 Dec 2010 at 07:46 AM.

 

 

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