Hi everybody,
This is very strange, the plugin working fine with virtuemart products (
www.breslow.com/index.php/Alutex-Awnings/Alutex-CapeCod-Retractable-Awning/ilvm_fly_admirable.tpl.html) but when I try to put the gallery into a category it opens in a new window instead of raise the popup (all browsers have same behavior). Here are an example:
www.breslow.com/index.php/Window-Blinds/View-all-products.html
I've checked the generated html code and I've seen that a javascript variable that is instanciated in the products but not in the categories
<script>var slimboxurl = '/com_virtuemart/js/slimbox' </script> but I don't inspect the code of the plugin yet.
Inspecting with the firebug, it gives me this error in categories page:
$$($$("a").filter(function (el) {return el.rel && el.rel.test(/^lightbox/i);})).slimbox is not a function
but no in the products page. I've been looking for a solution to that but none of I've found helps me.
Also I've noticed that in teh source code the fetchscript function of virtuemart brings a slimbox js in the product page but not in the category page, again, this problem drives me crazy.
The version of the plugin is 2.2 and joomla 1.5.20
First I thought that it may be a conflict with jQuery which I use in the header rotator but I removed it and the problem still remains.
Any help will be welcome
Fernando