Using the Uber template, the product names for the Virtuemart products are not being displayed on the page that displays all the products. If you click on an individual product and it opens a page relating to a specific product, the product name is displayed. This is an Uber issue because changing the template to JA_Megastore displays the product names consistently.
Page displaying all products - http://towshop.users62.interdns.co.uk/index.php/shop Specific product page example - http://towshop.users62.interdns.co.uk/index.php/shop/bikes/cruiser-floral-standard-detail
trevorellis Try add this to custom.css file :
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2{display:block !important;}
aman204 Thanks for the speed of your reply. It's fixed the problem.