Remove Category 'Product Image Unavailable' images

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 16, 2013 2:27 am
Reply with quote
Report this post
Hi all,

I am wondering if someone can help please?

When someone clicks on a Category on my website - the category image is attempting to appear. I have not set any product category images and do not intend to at the moment. Is there any way that I can remove the 'Product image Unavailable' image / message and for my products to appear instead.

E.g. http://hasled.com/led-lighting

I would like images in the 'LED Lighting' category to appear on top - instead of the 'Product Image Unavailable' image / message.

Can anyone help?

Thanks in advance.

Prit
User avatar
Gold Boarder

GK User
Mon Dec 16, 2013 8:28 am
Reply with quote
Report this post
Please edit: /templates/gk_instyle/css/override.css and add at its end:
Code: Select all
div.category-view div.category div.spacer > a {display: none;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Dec 16, 2013 12:20 pm
Reply with quote
Report this post
Hi,

That worked great. However - it still leaves the category headings - such as 'Folding LED Lamp' and 'LED Clock'.

Is it possible not to display this either?

Thanks in advance.

Prit
User avatar
Gold Boarder

GK User
Mon Dec 16, 2013 5:00 pm
Reply with quote
Report this post
Please replace previous code with this one:
Code: Select all
#gkMainbody div.category-view {display: none;}
User avatar
Moderator


cron