Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • longvu76 Friend
    #160265

    Fresh installation of QuickStart Package of JA Teline IV for Joomla 1.6 and got the error jse9f88.js right out of the box.

    JA Team, please advise!
    ————————————————————————————————————————————————-

    Sherlock Friend
    #377123

    Dear longvu76,

    The jse9f88.js is just a Temporary which was gen by the T3V2 Framework when you turn optimize js on,please turn this off so we can detect exactly the js file that cause the problem.

    longvu76 Friend
    #377220

    I’ve tried to uninstall JA Teline IV Joomla 1.6 Quickstart package. Next, I just install fresh joomla 1.6, then upload JA Teline IV template only and apply it as default template. However, it still gives js error.

    So, turned off the T3V2 Framework as you suggested and js error still exists

    Sherlock Friend
    #377270

    Dear longvu76,

    I tried to install a fresh quickstart for checking but it is hard to see the problem, please give me your url, admin account, FTP Info via the ticket SAT-530-91190, I will have further checking on the issue for you.

    longvu76 Friend
    #377476

    I’ve sent the URL, Admin account and FTP info via the support ticket system. Please take a look.

    longvu76 Friend
    #377829

    Hello dathq,

    I’ve submitted all the info that you request. This is a fresh install of template on Joomla 1.6 (no other modules/components yet).

    Please have a look at it asap.

    Sherlock Friend
    #377852

    Dear longvu76,

    I did as following
    Open the file of templatesja_teline_ivjsmega.more.js,you would see this line of code
    var ul = $E(‘#ja-megamenu .level0’);
    Change it to
    var ul = $(‘ja-megamenu’).getElement(‘.level0’);

    And i think it help solve the issue in IE,Please check it again yourself.

    longvu76 Friend
    #378632

    Although it fixed in Menu Style “Mega”. However, I still have the same problem if I switch Menu Style to “Drop Line”, “CSS”, or “Slit”

    Sherlock Friend
    #378712

    Dear longvu76,

    Please provide me the correct admin account and the FTP Info via the ticket of SAT-530-91190 I will check again on the issue for you.

    longvu76 Friend
    #378740

    Hi dathq,

    I’ve updated username/pass of admin and FTP info via the ticket of SAT-530-91190.

    Since you are in my site, could you check this error also : http://www.joomlart.com/forums/topic/japopup-not-working-joomla-1-6/

    Thanks!

    Sherlock Friend
    #379454

    Dear longvu76,

    You can try as following
    Open the file of templatesja_teline_ivjsmega.more.js,you would see this code
    window.addEvent(‘load’, function (){
    mega_fix_arrow_pos.delay(10);
    });

    Change it to
    window.addEvent(‘load’, function (){
    if($(“ja-megamenu”) != null){
    mega_fix_arrow_pos.delay(10);
    }
    });

    I thinkt hat would help !

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

This topic contains 11 replies, has 2 voices, and was last updated by  Sherlock 13 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum