Plugin Author
ndre
(@ndre)
In order to show categories in the same template as product you can switch the Categories Display option in Products > Settings. If you set it to “Template” it will show image.
Is it what you are looking for?
Thread Starter
JVCode
(@jvcode)
How did I not see that option?!!! thanks alot!
I have another problem now, it only displays two images per line? the dimensions are huge! I have 5 products set to display per line but it’s being ignored ?
Plugin Author
ndre
(@ndre)
Can you please provide a URL with the error?
I cannot replicate this on our test servers. Are you using the newest version of eCommerce Product Catalog?
Thread Starter
JVCode
(@jvcode)
The site in question isn’t open for public abuse at the moment, I can link you to a screenshot though? Here if you’re unable to get what you need from the images, I’ll setup access for you.
Regards,
Plugin Author
ndre
(@ndre)
Unfortunately the screenshot does not allow to examine the problem.
Are you sure that you set 5 products per row for classic grid?
Thread Starter
JVCode
(@jvcode)
Yes, I’m certain. I’ve added another login for the site so you can view the issue in question.
Go here
Username: demo
Password: users
Plugin Author
ndre
(@ndre)
Thank you for the access. The fix will be included with the next update (Monday).
If you need it immediately you can use the following CSS code in your theme CSS file:
.classic-grid.archive-listing {
width: 18.8%;
}
Thread Starter
JVCode
(@jvcode)
Thanks very much, it’s fixed 🙂