- Posts: 16
- Thank you received: 0
Re: VMScroller not working IE Joomla1.7
-
dav_jos
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 2 months ago #15018
by dav_jos
Replied by dav_jos on topic Re: VMScroller not working IE Joomla1.7
Still the same.
Please Log in to join the conversation.
-
dav_jos
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
13 years 2 months ago #15019
by dav_jos
Replied by dav_jos on topic Re: VMScroller not working IE Joomla1.7
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #15025
by ivan.milic
Replied by ivan.milic on topic Re: VMScroller not working IE Joomla1.7
Open modules\mod_vmscroller\helper.php , find this around line 110:
replace:
if (!INCLUDES[jsFile]) {
with:
if (!window.INCLUDES[jsFile]) {
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
-
Less
More
- Posts: 16
- Thank you received: 0
13 years 2 months ago #15030
by dav_jos
Replied by dav_jos on topic Re: VMScroller not working IE Joomla1.7
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago - 2 years 11 months ago #15035
by ivan.milic
Replied by ivan.milic on topic Re: VMScroller not working IE Joomla1.7
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
-
Less
More
- Posts: 16
- Thank you received: 0
13 years 2 months ago #15038
by dav_jos
Replied by dav_jos on topic Re: VMScroller not working IE Joomla1.7
great...It works...
and with the language pack, it works as well. I tried it with J1.5.25.
Thanks alot...
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