Firebug error: jQuery.hjt is undefined

  • kokgreat
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago - 1 year 10 months ago #21754 by kokgreat
Hello!

Thanx for module!

After installation HOT VM Scroller and replacing 2 files (helper.php, hot_vmscroller.js) in Firebug console output error:
Code:
TypeError: jQuery.hjt is undefined if(jQuery.hjt.hotvmscroller){

Help me.

Testing resourse: habradev .ru

ps: sorry for my english.
Last edit: 1 year 10 months ago by milos.

Please Log in to join the conversation.

More
11 years 6 months ago - 11 years 6 months ago #21759 by ivan.milic
Hi open:
modules\mod_vmscroller\helper.php
and replace:
Code:
if(jQuery.hjt.hotvmscroller){ jQuery(document).ready(VmsInit".$this->slideid."); }else{ if (window.addEventListener) { window.addEventListener('load', VmsInit".$this->slideid.", false); } else if (window.attachEvent) // Microsoft { window.attachEvent('onload', VmsInit".$this->slideid."); } }

with just:

Code:
if (window.addEventListener) { window.addEventListener('load', VmsInit".$this->slideid.", false); } else if (window.attachEvent) // Microsoft { window.attachEvent('onload', VmsInit".$this->slideid."); }
Last edit: 11 years 6 months ago by ivan.milic.

Please Log in to join the conversation.

  • kokgreat
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago #21767 by kokgreat
After changing firebug output error:
TypeError: jQuery("#VMScrollBoth1").hotvmscroller is not a function
direction:'horizontal'

Please Log in to join the conversation.

More
11 years 6 months ago - 1 year 10 months ago #21771 by ivan.milic
Ok, just give me access to admin (use Report To Moderator to send login info), before that install xEtplorer RC5
Last edit: 1 year 10 months ago by milos.

Please Log in to join the conversation.

  • kokgreat
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 6 months ago - 11 years 6 months ago #21789 by kokgreat
I'm testing in FF15.
After reinstall module - no bugs in firebug, but module dont work correctly.
After Ctrl+F5 module not work, next F5 - work, Ctrl+F5 again not work & etc.

In Opera 12 module dont work correctly.
Last edit: 11 years 6 months ago by kokgreat.

Please Log in to join the conversation.

More
11 years 6 months ago - 1 year 10 months ago #21798 by ivan.milic
Ok done, I uploaded this file from attachment and enabled load jquery
Last edit: 1 year 10 months ago by milos.
The following user(s) said Thank You: kokgreat

Please Log in to join the conversation.

Time to create page: 0.156 seconds
Powered by Kunena Forum