Maxi Menu / Slideshow and IE8 with Joomla 3.x
12 years 5 months ago - 12 years 5 months ago #7082
by gareschke
Maxi Menu / Slideshow and IE8 with Joomla 3.x was created by gareschke
Hallo,
I'm just developing my own template in Joomla 3.01. Therefor I'm using MaxiMenu and Slideshow on the frontpage. With Firefox everything is OK but with IE8 there is dedected an error in your script:
The generatet Code is:
[deleted because useless]
Normly (with debugging off in IE8) the slideshow is'nt shown and there is an error in showing the submenu-items - I think javascript is dropped out!
Please can you help me fixing the bug?
My configuration: Windows 7, Joomla 3.01 on XAMPP-Server with PHP 5.3.5, own template with MaxiMenu CK (for Joomla 3.0) with plugin MobileMenu CK and Slideshow CK.
Best regards
G.-A. Reschke
I'm just developing my own template in Joomla 3.01. Therefor I'm using MaxiMenu and Slideshow on the frontpage. With Firefox everything is OK but with IE8 there is dedected an error in your script:
( this was copied from the IE8 Debugger)jQuery(document).ready(function($){
jQuery('#maximenuck').DropdownMaxiMenu({fxtransition : 'linear',dureeIn : 0,dureeOut : 500,menuID : 'maximenuck',testoverflow : '1',orientation : 'horizontal',behavior : 'mouseover',opentype : 'open',fxdirection : 'normal',directionoffset1 : '30',directionoffset2 : '30',showactivesubitems : '0',ismobile : 0,fxduration : 500});});
The generatet Code is:
[deleted because useless]
Normly (with debugging off in IE8) the slideshow is'nt shown and there is an error in showing the submenu-items - I think javascript is dropped out!
Please can you help me fixing the bug?
My configuration: Windows 7, Joomla 3.01 on XAMPP-Server with PHP 5.3.5, own template with MaxiMenu CK (for Joomla 3.0) with plugin MobileMenu CK and Slideshow CK.
Best regards
G.-A. Reschke
Last edit: 12 years 5 months ago by ced1870.
The following user(s) said Thank You: ced1870
Please Log in or Create an account to join the conversation.
12 years 5 months ago #7084
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Maxi Menu / Slideshow and IE8 with Joomla 3.x
Hi
thank you for pointing this out. I'm looking at the issue. Could you please copy/paste the error code that you have in your debugger ?
CEd
thank you for pointing this out. I'm looking at the issue. Could you please copy/paste the error code that you have in your debugger ?
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 5 months ago #7085
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Maxi Menu / Slideshow and IE8 with Joomla 3.x
found the issue, in the file maximenuck.js, just move el=$(el) before the hasclass statement like this (line 277) :
this will be fixed in the next release
ced
Code:
el = $(el);
// test if dropdown is required
if (el.hasClass('nodropdown')) {
this will be fixed in the next release

ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 5 months ago #7090
by gareschke
Replied by gareschke on topic Maxi Menu / Slideshow and IE8 with Joomla 3.x
Hallo. thanks for your answer. I fixed the error - but there is still the same problem as mentioned in last mail.
I'm posting the error-message (in German!): Das Objekt unterstützt diese Eigenschaft oder Methode nicht. Error occured in line 61, char 13 of the html-code (says the debugger.
But I've now another error: on line 77, char 13 of maximenuck.js :
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E; Tablet PC 2.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)
Zeitstempel: Mon, 26 Nov 2012 11:08:05 UTC
Meldung: Bezeichner, Zeichenfolge oder Zahl erwartet
Zeile: 77
Zeichen: 33
Code: 0
URI: http://localhost/ids3/modules/mod_maximenuck/assets/maximenuck.js
What is that?
Regards Gabriel-Alexander
I'm posting the error-message (in German!): Das Objekt unterstützt diese Eigenschaft oder Methode nicht. Error occured in line 61, char 13 of the html-code (says the debugger.
But I've now another error: on line 77, char 13 of maximenuck.js :
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E; Tablet PC 2.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)
Zeitstempel: Mon, 26 Nov 2012 11:08:05 UTC
Meldung: Bezeichner, Zeichenfolge oder Zahl erwartet
Zeile: 77
Zeichen: 33
Code: 0
URI: http://localhost/ids3/modules/mod_maximenuck/assets/maximenuck.js
What is that?
Regards Gabriel-Alexander
Please Log in or Create an account to join the conversation.
12 years 5 months ago #7091
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Maxi Menu / Slideshow and IE8 with Joomla 3.x
line 77 I have
try to remove the coma like this :
because by my side it works ...strange.
Code:
marginTop: 0,
Code:
marginTop: 0
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 5 months ago - 12 years 5 months ago #7092
by gareschke
Replied by gareschke on topic Maxi Menu / Slideshow and IE8 with Joomla 3.x
I deleted the coma. Now a new issue:
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E; Tablet PC 2.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)
Zeitstempel: Mon, 26 Nov 2012 11:16:42 UTC
Meldung: Bezeichner, Zeichenfolge oder Zahl erwartet
Zeile: 89
Zeichen: 33
Code: 0
URI: http://localhost/ids3/modules/mod_maximenuck/assets/maximenuck.js
Details zum Fehler auf der Webseite
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E; Tablet PC 2.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)
Zeitstempel: Mon, 26 Nov 2012 11:16:42 UTC
Meldung: Bezeichner, Zeichenfolge oder Zahl erwartet
Zeile: 89
Zeichen: 33
Code: 0
URI: http://localhost/ids3/modules/mod_maximenuck/assets/maximenuck.js
Last edit: 12 years 5 months ago by gareschke. Reason: found more errors and fixed them myself
Please Log in or Create an account to join the conversation.
Time to create page: 0.215 seconds