VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: sickenlysweete on November 18, 2013, 03:18:05 AM

Title: how to remove the catagory image?
Post by: sickenlysweete on November 18, 2013, 03:18:05 AM
as seen here
http://dreamslayervisions.com/visionsonline/index.php/en/component/virtuemart/poser

how do i get those blank ones gone??
i do not want anything but the clickable words to display on the page.
thanks
ss
Title: Re: how to remove the catagory image?
Post by: sickenlysweete on November 18, 2013, 03:57:45 AM
ok i used the firebug thing and can see what i need to delete to remove them.
problem is i cant figure out what file it is or where in my server folders it is located...lol
does firebug tell you this?
Title: Re: how to remove the catagory image?
Post by: Spiros Petrakis on November 18, 2013, 15:31:07 PM
Comment or remove line 120

echo $category->images[0]->displayMediaThumb ("", FALSE);

on file default.php in components\com_virtuemart\views\category\tmpl folder
Title: Re: how to remove the catagory image?
Post by: sickenlysweete on November 20, 2013, 03:11:26 AM
thank you very much, that did the trick.......such a simple thing, and its not posted in a sticky anywhere for beginner users...lol
kisses
ss