Hey.
I created a menue link to my virtuemart start page.
Calling that link I get the categories shown, but no category images are displayed.
Everything eles is working fine I also can see all product images.
When I modify my startpage link and remove the itemId parameter of my virtuemart start page link
I can see the images.
/index.php?option=com_virtuemart&view=virtuemart&Itemid=199 --> no images shown
http://www.kleineswunder.eu/index.php?option=com_virtuemart&view=virtuemart&Itemid= --> images shown
In both cases the category images array is available,
so it must be an issue with the displayMediaThumb function.
Does anyone have an idea?