AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Ollie on July 08, 2014, 10:00:51 AM

Title: Product subcategories not displaying properly
Post by: Ollie on July 08, 2014, 10:00:51 AM
For some reason, some subcategories in my shopping cart are not displaying properly. Blanks are shows instead of the images. See examples of good and bad.

GOOD:
http://assistech.com/store/index.php?rt=product/category&path=43
http://assistech.com/store/index.php?rt=product/category&path=58

BAD:
http://assistech.com/store/index.php?rt=product/category&path=36
http://assistech.com/store/index.php?rt=product/category&path=52

Questions: Why is this happening? And how to fix it?

Thank you for your help.
Title: Re: Product subcategories not displaying properly
Post by: abolabo on July 10, 2014, 05:44:47 AM
try to set subcategory name font from 16 to 14px in your style.css line 79
Title: Re: Product subcategories not displaying properly
Post by: Ollie on July 10, 2014, 06:23:29 PM
try to set subcategory name font from 16 to 14px in your style.css line 79
I don't see any subcategory name in style.css
Title: Re: Product subcategories not displaying properly
Post by: Basara on July 11, 2014, 01:48:49 AM
try to set subcategory name font from 16 to 14px in your style.css line 79
I don't see any subcategory name in style.css

Hello, Ollie
You should NOT see subcategory name in CSS files. (CSS is a style language that defines layout of HTML documents.) Just try to modify file with abolabo solution.  If you modify your css the client browser won't know the difference - please clear browser cache after any changes in CSS files.
Title: Re: Product subcategories not displaying properly
Post by: Ollie on July 28, 2014, 09:04:27 AM
The solution I found was to shorten the text for the subcategories I was having trouble with. By doing so I was able to change from 2-line to 1-line display and this seems to have solved the problem!