-
AuthorPosts
-
zuesty Friend
zuesty
- Join date:
- February 2008
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
April 4, 2008 at 7:17 am #127221Hi all,
I keep getting an error on the page once I activate this template. I thought it was my host or something so I installed it on another site to test and same happens.
Any thoughts?
Thanks in advance,
Hooman
April 4, 2008 at 9:06 am #244333I also have this problem – anyone got a solution
elsoft Friendelsoft
- Join date:
- March 2008
- Posts:
- 4
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 2 posts
April 4, 2008 at 10:19 am #244340Got same problem with IE (IE6, IE7) on h**p://www.cralansaldo-na.org (joomla 1.5.2);
Here is the error details in IE7:” row: 58
char: 2
error: “null” is null or not an object “Any solution?
Thanksp.s. no problem with Firefox
elsoft Friendelsoft
- Join date:
- March 2008
- Posts:
- 4
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 2 posts
April 4, 2008 at 2:23 pm #244358I added error detail.
Any idea on removing error?
thxApril 4, 2008 at 3:13 pm #244364<em>@elsoft 47265 wrote:</em><blockquote>Got same problem with IE (IE6, IE7) on h**p://www.cralansaldo-na.org (joomla 1.5.2);
Here is the error details in IE7:” row: 58
char: 2
error: “null” is null or not an object “Any solution?
Thanksp.s. no problem with Firefox</blockquote>
I’ve got the same error in IE7April 4, 2008 at 8:22 pm #244394$E is not defined
jaAddFirstItemToTopmenu()ja.script.js (line 184)
(no name)()ja.script.js (line 192)
[Break on this error] li = $E(‘#ja-footer ul li’);Sent a PM to Hung with no answer as of yet. Used FireBug for FireFox to find out the details. I am still researching a fix. :confused:
April 4, 2008 at 8:32 pm #244397//Add span to module title
jaAddFirstItemToTopmenu = function() {
li = $E(‘#ja-footer ul li’);
if(li) {
li.addClass(‘ja-firstitem’);
}
}That is the code in the “ja.script.js” for your information. 😉
zuesty Friendzuesty
- Join date:
- February 2008
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
April 5, 2008 at 12:25 am #244407I’m really sorry guys but I’m new to Joomla and don’t understand what exactly I need to do per Sean’s response. I did find the “ja.script.js” file, the code is the same as what Sean posted:
//Add span to module title
jaAddFirstItemToTopmenu = function() {
li = $E(‘#ja-footer ul li’);
if(li) {
li.addClass(‘ja-firstitem’);
}
}Could someone help me get this fixed please?
Thanks in advance,
Hooman
Nam Nguyen Phi FriendNam Nguyen Phi
- Join date:
- September 2014
- Posts:
- 248
- Downloads:
- 3
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 57 times in 29 posts
April 5, 2008 at 2:38 am #244417<em>@elsoft 47265 wrote:</em><blockquote>Got same problem with IE (IE6, IE7) on h**p://www.cralansaldo-na.org (joomla 1.5.2);
Here is the error details in IE7:” row: 58
char: 2
error: “null” is null or not an object “Any solution?
Thanksp.s. no problem with Firefox</blockquote>
To fix this bug, open /templates/ja_edenite/index.php, replace
<!-- END: BOTTOM SPOTLIGHT -->
<?php } ?>by
<!-- END: BOTTOM SPOTLIGHT -->
<?php } else { ?>
<div id="ja-botsl" class="clearfix"></div>
<?php } ?>3 users say Thank You to Nam Nguyen Phi for this useful post
Nam Nguyen Phi FriendNam Nguyen Phi
- Join date:
- September 2014
- Posts:
- 248
- Downloads:
- 3
- Uploads:
- 35
- Thanks:
- 20
- Thanked:
- 57 times in 29 posts
April 5, 2008 at 2:56 am #244420<em>@zuesty 47254 wrote:</em><blockquote>Hi all,
I keep getting an error on the page once I activate this template. I thought it was my host or something so I installed it on another site to test and same happens.
Any thoughts?
Thanks in advance,
Hooman</blockquote>
For some reason, there is a redundant line code in your ja.script.js. That is:
//Add span to module title
jaAddFirstItemToTopmenu = function() {
jaAddFirstItemToTopmenu()ja.script.js <-- this line is redundant
li = $E('#ja-footer ul li');
if(li) {
li.addClass('ja-firstitem');
}
}Pls open /templates/ja_edenite/js/ja.script.js and remove that code.
Or you can replace that file by my attached file.Regards.
zuesty Friendzuesty
- Join date:
- February 2008
- Posts:
- 12
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
April 5, 2008 at 4:31 am #244422Thank you all.
elsoft Friendelsoft
- Join date:
- March 2008
- Posts:
- 4
- Downloads:
- 4
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 2 posts
April 5, 2008 at 1:59 pm #244451namnp129, thank you very much
giannis Friendgiannis
- Join date:
- April 2008
- Posts:
- 7
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 7, 2008 at 11:44 am #244689wrong forum.
June 11, 2008 at 7:02 pm #253101🙂 thanks this fix my error in ja edenite template
<em>@namnp129 47361 wrote:</em><blockquote>To fix this bug, open /templates/ja_edenite/index.php, replace<!-- END: BOTTOM SPOTLIGHT -->
<?php } ?>by
<!-- END: BOTTOM SPOTLIGHT -->
<?php } else { ?>
<div id="ja-botsl" class="clearfix"></div>
<?php } ?>
</blockquote> -
AuthorPosts
This topic contains 15 replies, has 8 voices, and was last updated by cacreate 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum