Re: VMScroller not working IE Joomla1.7

  • dav_jos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago #15018 by dav_jos
Still the same.
Attachments:

Please Log in to join the conversation.

  • dav_jos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago #15019 by dav_jos



Still the same.
Attachments:

Please Log in to join the conversation.

More
13 years 2 months ago #15025 by ivan.milic
Open modules\mod_vmscroller\helper.php , find this around line 110:
Code:
if (!INCLUDES[jsFile]) { var oHead = document.getElementsByTagName('head')[0]; var oScript = document.createElement('script'); oScript.type = 'text/javascript'; oScript.charset = 'utf-8'; oScript.src = jsFile; oHead.appendChild(oScript); }


replace:

if (!INCLUDES[jsFile]) {

with:

if (!window.INCLUDES[jsFile]) {

Please Log in to join the conversation.

  • dav_jos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago #15030 by dav_jos

see attached
Attachments:

Please Log in to join the conversation.

More
13 years 2 months ago - 2 years 11 months ago #15035 by ivan.milic
Try this then
Last edit: 2 years 11 months ago by milos.

Please Log in to join the conversation.

  • dav_jos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 2 months ago #15038 by dav_jos
great...It works...

and with the language pack, it works as well. I tried it with J1.5.25.

Thanks alot...

Please Log in to join the conversation.

Time to create page: 0.103 seconds
Powered by Kunena Forum