VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: microzones on January 31, 2014, 15:43:55 PM

Title: Photo gallery problem and the module VM-category
Post by: microzones on January 31, 2014, 15:43:55 PM
Hello,
I use Joomla 2.5 and VM 1.5, and I use VM as catalog.

I have two different problems:
1) http://www.microzone-dev.com/boistiere/index.php/nos-produits/panneaux-rigides/panneaux-axis-detail  (http://www.microzone-dev.com/boistiere/index.php/nos-produits/panneaux-rigides/panneaux-axis-detail)
My gallery does not work well. Indeed impossible to see the other pictures, no zoom and when I click on the image, it opens in a new page. I think it is a conflict of JQuery ... But what should I do?

2) http://www.microzone-dev.com/boistiere/ (http://www.microzone-dev.com/boistiere/)
On the home page, I use the VM-Category module and I can not have photos of 2 columns. I'm changing the settings in the module, nothing changes. What is what is due? And what can I do to make 2 columns?

Thank you for your answers and help!
Title: Re: Photo gallery problem and the module VM-category
Post by: jenkinhill on February 03, 2014, 16:48:23 PM
Quote from: microzones on January 31, 2014, 15:43:55 PM
I use Joomla 2.5 and VM 1.5,

We don't have a VM1.5??    http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: Photo gallery problem and the module VM-category
Post by: microzones on February 03, 2014, 17:04:01 PM
Yes you are right, I was wrong: VM 2.0.26d  ;)
Title: Re: Photo gallery problem and the module VM-category
Post by: jenkinhill on February 03, 2014, 17:54:52 PM
OK.
1. You have a JavaScript error, TypeError: jQuery(...).fancybox is not a function

Most likely this is a result of loading a jQuery version which fancybox will not work with. Looks like the culprit is
<script src="/boistiere/components/com_jrealtimeanalytics/js/jquery.js" type="text/javascript"></script>

So try without that component, or maybe prevent its jQuery version from loading.    http://forum.virtuemart.net/index.php?topic=119638.0

2. Edit the module's template file modules/mod_virtuemart_product/tmpl/default.php  (and maybe some css) to get your required layout. Use the edited file as a template override.   See http://docs.virtuemart.net/tutorials/33-templating-layouts.html and http://www.ostraining.com/blog/joomla/overrides