1. bludove
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 28 October 2019
  5.  Subscribe via email
I'm trying to add passive event listener for Kinvara template and although I followed Google's directions I am still getting an error.

Website -- ocklawahariver.com

It's in --- file "/js/slideout.js" in template "j51_kinvara".

Here's the current line of code, line 205:
this.panel.addEventListener(touch.start, this._resetTouchFn);
The error I get: Does not use passive listeners

Here's what I changed it to
this.panel.addEventListener(touch.start, this._resetTouchFn {passive: true});
The error saying there is not a passive listener goes away and is replaced with: Uncaught SyntaxError: missing ) after argument list

Any ideas how I can fix this?

I'm also getting one other error:
jquery.min.js:2 Uncaught ReferenceError: Slideout is not defined
at HTMLDocument.<anonymous> ((index):37)
at e (jquery.min.js:2)
at t (jquery.min.js:2)



By the way --- I'm using jquery easy as you recommended from another post.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I'm now having this same issue with another template. Can I send you login access to that one so we can get this resolved? It seems to be an issue on ALL of the templates we get from Joomla51

Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

As suggested, please send temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!