We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Henrik Holm Nielsen
  2. General Discussion
  3. Wednesday, 20 August 2014
  4.  Subscribe via email
Hello,

I have a conflict between T3V3 and a Virtuemart Scroller, which is driving me nuts. And since the developer of the VM Scroller has not come up with anything useful, i'm now starting to get a bit desperate and hope someone here have an idea whats going on.

A few facts about the site:
Joomla 2.5.24
Virtuemart 2.0.22c - upgrade to 2.6 planned in a few months, when we have control over the custom settings made to templates etc.
T3V3 Framework 2.3.1 and BS3 template 2.1.6 (issue happens in both bootstrap and regular T3 template)
URL: http://design.2ndlevel.dk/ebike_center (please remove underscore in ebikecenter - inserted because of missing "nofollow" attribute on the link)

Also - switcing to a non-T3V3 based template, solves the problem immediately.

The Problem:
On the front page (and a number of sub pages) we have a module showing Virtuemart products based on various criterias. The problem is, that the product title is a link - but it is NOT working in T3V3 based templates! When you click it, nothing happens :( If you right-click and select "Open in new browser/tab" it works fine :(

I have tried disabling custom.css stylesheet as well as module overrides, but to no avail :(
I have also tried to disable all css styles using Firebug / Developer tools, but still no difference :(

So - I really really hope, someone in here would have a suggestion as to where the solution to this issue lies? And what the culprit is?

Cheers,
Henrik Holm Nielsen
Comment
There are no comments made yet.
Accepted Answer
Accepted Answer Pending Moderation
0
Votes
Undo
You're welcome Henrik.

I've just printed all events fired after clicking this link (manually of course).

jQuery("body").bind("click", function(e) {
console.log(e);
});


Same is possible in firebug ;)

I found this event. (image shows you all events on this link)

type=mousedown?

This is the problem. It should be click not mousedown. So it's no wonder that after one second hold down on this link it works (cause of mousedown).

I don't know where and WHY this event was set, but with unbind you can destroy it.

Regards and good luck,
Eugen
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # Permalink
Accepted Answer Pending Moderation
0
Votes
Undo
Eugen,

Thanx for the explanation!

Best of luck to you to - and thanx again!!

Cheers
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 21
Accepted Answer Pending Moderation
0
Votes
Undo
Just followed all your discussion, it's great solution @Eugen and congratulation @Henrik :)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 22
  • Page :
  • 1
  • 2


There are no replies made for this post yet.
However, you are not allowed to reply to this post.