test
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • zuesty Friend
    #127221

    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

    heisi Friend
    #244333

    I also have this problem – anyone got a solution

    elsoft Friend
    #244340

    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?
    Thanks

    p.s. no problem with Firefox

    elsoft Friend
    #244358

    I added error detail.
    Any idea on removing error?
    thx

    heisi Friend
    #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?
    Thanks

    p.s. no problem with Firefox</blockquote>
    I’ve got the same error in IE7

    Sean Friend
    #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:

    Sean Friend
    #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 Friend
    #244407

    I’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 Friend
    #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?
    Thanks

    p.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 } ?>

    Nam Nguyen Phi Friend
    #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.


    1. ja.script.zip
    zuesty Friend
    #244422

    Thank you all.

    elsoft Friend
    #244451

    namnp129, thank you very much

    giannis Friend
    #244689

    wrong forum.

    edebee Friend
    #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>

    cacreate Friend
    #259594

    Thank you namnp129; the fix worked like a charm!

Viewing 15 posts - 1 through 15 (of 15 total)

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