Page 18 of 29 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 285
  1. #171
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    I can understand u,even though i don't work at night,but i have 2 small kids so some night are sleepless for us :-)max value is 12,but as u can see from my pic, they are all shown in one column in the center...hm by the way why in the center of the page?:)

  2. #172
    Join Date
    Oct 2010
    Posts
    25
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    For all the other questions, i think it's just a matter of changing the values under the Configuration> Product Listing.

    I don't want to deprive you that joy of finding the answer on your own. :)

  3. #173
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    thanks i will look around the settings:-)

  4. #174
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Just looked in admin,everything looks fine there,I guess I have to edit stylesheet file.I have found code in css file,which relates to listing:
    .productListing{
    border:none;
    border-top:1px dashed #21303c;
    }
    .productListing-odd{
    margin-bottom:5px;
    border:1px solid #EEE;
    padding:3px 3px;
    background:#F9FAFC;

    }
    .productListing-even{
    margin-bottom:5px;
    border:1px solid #EEE;
    padding:3px 3px;
    }
    .productListing-rowheading{
    height:25px;
    background:#21303c;
    color:#FFF;
    font-weight:bold;

    }

    .productListing-heading{
    vertical-align:middle;
    }
    .productListing-heading a,.productListing-heading a:link,.productListing-heading a:visited{
    color:#FFF;

    text-decoration:none;
    }
    productListing-heading a:hover,.productListing-heading a:active{
    color:#FFF;

    text-decoration:underline;
    }

    .specialsListBoxContents{
    margin-top:15px;
    font-size:12px;

    float:left;
    }
    .current{
    font-weight:bold;
    color:#FFF;
    background:#21303c;

    }

    I just wanted to ask maybe anyone knows how can I make price look bold and my columns look fine,not just 1 column in the middle of the page(setting in admin:columns 3,products per page:12)...and where(which file can I find "Help
    Product Image
    ITEM DETAILS-
    Price" from the header of the listing...

    TIA

  5. #175
    Join Date
    Mar 2010
    Posts
    196
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Sorry for so many uestions...how can I make all products,new products and on sale product listings look columlar as well?

    Thanks:-)

  6. #176
    Join Date
    Apr 2004
    Location
    new mexico usa
    Posts
    27
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    I ran into the same issue and have gotten it cleared up some. with the debugging activated (enable_error_logging.php) found Division by 0 ....includes/classes/split_page_results.php on line 76

    $this->number_of_pages = ceil($this->number_of_rows / $this->number_of_rows_per_page);

    so this was in Configuration: Product Listing:
    Product Listing - Layout Style columns
    Product Listing - Columns Per Row 4

    changed to
    Product Listing - Columns Per Row 3

    and it corrected the error and products showing again as they should. if I increase the per row to greater then 3 I get the SQL error.
    still learning of the various options for display and not sure why can't have more then 3 columns, the images are large and 3 is ok for now till I get more comfortable with mod.

    hope this helps someone else that sees the above
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-0, 0' at line 7
    in:

    sql error.

    fashions

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

  8. #178
    Join Date
    Jan 2010
    Location
    New Jersey
    Posts
    9
    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;
            }
    Hi,
    I'm happy about the way my images display on my column grid, but I've been trying to change the font size and color of the price to my h3 style. I can only change both the product model and the price, but not the price by itself.

    Some help, please?

  9. #179
    Join Date
    Jan 2011
    Posts
    29
    Plugin Contributions
    0

    Default Re: Column Layout Grid for Product Listing

    Hello,

    I am having an odd problem. I installed the mod, and it works and shows great only and only if I have at least two products in a category. But, if I have only one product in a category, it shows as though I wouldn't have installed the mod, like if I were using the zencart default product listing.

    Any ideas?

    THanks

  10. #180
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Re: Column Layout Grid for Product Listing

    @ekon79 - Do you have a url where it can be seen.

    Normally when you have only one product in a category, instead of the product showing as a listing in a category, you would normally go straight to that product page instead of the product listing page.

 

 
Page 18 of 29 FirstFirst ... 8161718192028 ... 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