- Posts: 19
- Thank you received: 0
Newsflash module doesn't work on IE
-
mosskit
Inactive member - Topic Author
- New Member
Less
More
13 years 11 months ago #4853
by mosskit
Newsflash module doesn't work on IE was created by mosskit
Hi.
Another problem.
I've noticed that my, almost done site KLiCK!! doesn't work properly on IE 8.0. The newsflash module doesn't rotate, and moreover it's unable to click any button. On FF everything is fine.
IE ERROR:
Agent użytkownika: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; InfoPath.2)
Sygnatura czasowa: Tue, 25 Jan 2011 00:28:41 UTC
INFO: Object doesn't support this property or method.
Row: 228
Symbol: 3
Code: 0
ID URI: synergia-krosno.eu/czlonkowie
Hope you help to solve the issue.
Another problem.
I've noticed that my, almost done site KLiCK!! doesn't work properly on IE 8.0. The newsflash module doesn't rotate, and moreover it's unable to click any button. On FF everything is fine.
IE ERROR:
Agent użytkownika: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; InfoPath.2)
Sygnatura czasowa: Tue, 25 Jan 2011 00:28:41 UTC
INFO: Object doesn't support this property or method.
Row: 228
Symbol: 3
Code: 0
ID URI: synergia-krosno.eu/czlonkowie
Hope you help to solve the issue.
Please Log in to join the conversation.
-
mosskit
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
13 years 11 months ago - 13 years 11 months ago #4876
by mosskit
Replied by mosskit on topic Re: Newsflash module doesn't work on IE
Well, now Newsflash module doesn't rotate even on Firefox. What's wrong? There wasn't any changes on the configurations.
and IE suggest error:
Agent użytkownika: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; InfoPath.2)
Sygnatura czasowa: Wed, 26 Jan 2011 03:57:08 UTC
Wiadomość: Object doesn't support this property or method.
Row: 23
Znak: 10
Kod: 0
Identyfikator URI: www.synergia-krosno.eu/media/system/js/mootools.js
Wiadomość: Object doesn't support this property or method.
Row: 59
Znak: 102
Kod: 0
Identyfikator URI: www.synergia-krosno.eu/media/system/js/mootools.js
Wiadomość: Object doesn't support this property or method.
Row: 229
Znak: 3
Kod: 0
Identyfikator URI: www.synergia-krosno.eu/
Wiadomość: Obiekt nie obsługuje tej właściwości lub metody.
Row: 471
Znak: 1106
Kod: 0
Identyfikator URI: www.synergia-krosno.eu/modules/mod_hot_n.../js/jquery-ui.min.js
and IE suggest error:
Agent użytkownika: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; InfoPath.2)
Sygnatura czasowa: Wed, 26 Jan 2011 03:57:08 UTC
Wiadomość: Object doesn't support this property or method.
Row: 23
Znak: 10
Kod: 0
Identyfikator URI: www.synergia-krosno.eu/media/system/js/mootools.js
Wiadomość: Object doesn't support this property or method.
Row: 59
Znak: 102
Kod: 0
Identyfikator URI: www.synergia-krosno.eu/media/system/js/mootools.js
Wiadomość: Object doesn't support this property or method.
Row: 229
Znak: 3
Kod: 0
Identyfikator URI: www.synergia-krosno.eu/
Wiadomość: Obiekt nie obsługuje tej właściwości lub metody.
Row: 471
Znak: 1106
Kod: 0
Identyfikator URI: www.synergia-krosno.eu/modules/mod_hot_n.../js/jquery-ui.min.js
Last edit: 13 years 11 months ago by mosskit.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4891
by ivan.milic
Replied by ivan.milic on topic Re: Newsflash module doesn't work on IE
Hi,
Error happens because of this script block.
<script type="text/javascript">
jQuery(function() {
jQuery('#gallery a').lightBox();
});
</script>
when there us no html element with id="gallery" , containing <a>. Go to Template Manager , Edit HTML and change that to look like this:
<script type="text/javascript">
try{
jQuery(function() {
if(jQuery('#gallery a')[0])
jQuery('#gallery a').lightBox();
});
}catch(exc){}
</script>
Error happens because of this script block.
<script type="text/javascript">
jQuery(function() {
jQuery('#gallery a').lightBox();
});
</script>
when there us no html element with id="gallery" , containing <a>. Go to Template Manager , Edit HTML and change that to look like this:
<script type="text/javascript">
try{
jQuery(function() {
if(jQuery('#gallery a')[0])
jQuery('#gallery a').lightBox();
});
}catch(exc){}
</script>
Please Log in to join the conversation.
-
mosskit
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
13 years 11 months ago #4896
by mosskit
Replied by mosskit on topic Re: Newsflash module doesn't work on IE
Hi.
I did like you suggested but it still doesn't work. Buttons rotate but description from newsflash module doesn't change. To have it changed I need to click button in which I'm interested and then refresh the Page. I was trying to change some parameteres in newsflash module configuration:
-Load jQuery
-Enable no conflict mode
..with no result.
The same thing on FF like on IE. What's wrong???
It stopped working just like that.. I hadn't done any changes in code before.
I did like you suggested but it still doesn't work. Buttons rotate but description from newsflash module doesn't change. To have it changed I need to click button in which I'm interested and then refresh the Page. I was trying to change some parameteres in newsflash module configuration:
-Load jQuery
-Enable no conflict mode
..with no result.
The same thing on FF like on IE. What's wrong???
It stopped working just like that.. I hadn't done any changes in code before.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4901
by ivan.milic
Replied by ivan.milic on topic Re: Newsflash module doesn't work on IE
Please Log in to join the conversation.
-
mosskit
Inactive member - Topic Author
- New Member
Less
More
- Posts: 19
- Thank you received: 0
13 years 11 months ago - 13 years 11 months ago #4903
by mosskit
Replied by mosskit on topic Re: Newsflash module doesn't work on IE
I replaced mentioned files.. still with no result. Now it's even worst - There's no active button any more (it doesn't rotate), not to mention about text switching.
Do you thing it's host problem?
I'd send you FTP/joomla access on priv, may you check what's wrong?
Do you thing it's host problem?
I'd send you FTP/joomla access on priv, may you check what's wrong?
Last edit: 13 years 11 months ago by mosskit.
Please Log in to join the conversation.
Time to create page: 0.096 seconds