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?:)
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. :) :D
Re: Column Layout Grid for Product Listing
thanks i will look around the settings:-)
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
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:-)
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
Re: Column Layout Grid for Product Listing
Quote:
Originally Posted by
bromleysid
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
Re: Column Layout Grid for Product Listing
Quote:
Originally Posted by
kobra
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?
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
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.