VirtueMart Forum

VirtueMart 2 + 3 + 4 => Security (https) / Performance / SEO, SEF, URLs => Topic started by: krsna83_pp on November 02, 2013, 08:03:08 AM

Title: Virtuemart category page not showing product title in my Joomla 2.5 website
Post by: krsna83_pp on November 02, 2013, 08:03:08 AM
Hi there,

I am trying to figure out why the product titles are not showing up in my joomla 2.5 virtuemart 2 based website.

I am not seeing the title in any of the virtuemart category pages. For eg. when i click "Classics" under the top menu item "Books"  with the link

http://bhaktimall.com/index.php?option=com_virtuemart&view=category&virtuemart_category_id=5&Itemid=733

I should be seeing books with titles as i see them in the front page www.bhaktimall.com

Kindly let me know.

Thanks,
Krishna.
Title: Re: Virtuemart category page not showing product title in my Joomla 2.5 website
Post by: jjk on November 02, 2013, 20:04:17 PM
There are several errors on you website and you need to fix them. I don't know if one of these errors is directly related to your product title problem. If you are using the Firefox browser, I would suggest that you install the free 'Firebug' plugin. It will help you to see the errors: https://getfirebug.com/ (https://getfirebug.com/)

With the Firebug plugin enabled, I can see that you are loading two different versions of jQuery from googleapis.com. One might be loaded by VirtueMart (see VM configuration) and the other one by your template. Personally I would suggest to disable both and use only the VM jQuery. Also you are loading three different javascript lightboxes. I can see Slimbox. Picachoose and Fancybox. VirtueMart uses Fancybox (prefered) or Facebox. Try to disable the others.

Another error is this one on every page I looked at: "NetworkError: 404 Not Found - http:.../bhaktimall.com/modules/mod_ccnewsletter/assets/js/results.js"

A general suggestion - do not install anything you don't need for your business and uninstall unused extensions. Many extensions are not tested with VirtueMart or are not up to date with current versions of VirtueMart. If you ask questions in the forum, also mention your versions of Joomla and VirtueMart.

Title: Re: Virtuemart category page not showing product title in my Joomla 2.5 website
Post by: krsna83_pp on November 03, 2013, 12:00:56 PM
JJK, Appreciate a lot . I have started my analysis with Firebug.  The errors are visible as you said. Time to fix them and see if that resolves the issue.
Thanks much!
Krishna.