Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • woonydanny Friend
    #148191

    It appears there is a conflict between jomsocial 1.6 (the new version) and the mega menu.

    When on an active menu item page and you move your mouse back over the active menu item, the drop down doesnt work.

    Anyone else have this problem?

    cheer

    woonydanny Friend
    #330931

    what javascript does the mega-menu use and what javascript does jomsocial 1.6 use?

    woonydanny Friend
    #330962

    also doesnt seem to work with latest version of kunena forum (1.5.9)

    Does anyone have the JA Mega Menu working with Jomsocial 1.6 and/or Kunena 1.5.9?

    bryantwest Friend
    #331074

    Oh dear… if anyone does resolve this issue could you please let us know… very intersted in the outcome.

    Phill Moderator
    #331077

    Me too, I am sure there are many more things that will have problems with the menu. I have flagged this one up.

    woonydanny Friend
    #331084

    can anyone actually confirm this issue. I have done more testing and it looks like it could have been me just me doing something that broke it.

    I would like to hear if it is just me (hopefully) or if there is actually a conflict with Jomsocial/ kunena.

    Phill Moderator
    #331311

    peetree21,

    Nope, there is a problem. I’ve done a test install with Kunena and indeed the mega menu fails when on a Kunena page. This I find odd as all the Kunena scripts use the ()no conflict mode of Jquery. I am no expert in .js so I have flagged up this problem. Maybe you should raise a ticket with your individual problems.

    http://support.joomlart.com/index.php?_m=tickets&_a=submit

    Phill Moderator
    #331515

    A quick fix for the Kunena conflict is to do the following

    Open file componentscom_kunenaclass.kunena.php the lines 284 to 291 :

    if (file_exists(KUNENA_ABSTMPLTPATH .DS. 'js' .DS. 'jquery-1.3.2.min.js'))
    {
    define('KUNENA_JQURL', KUNENA_DIRECTURL . 'template/' . $fb_cur_template . '/js/jquery-1.3.2.min.js');
    }
    else
    {
    define('KUNENA_JQURL', KUNENA_DIRECTURL . 'template/default/js/jquery-1.3.2.min.js');
    }

    and comment them out or remove them.

    Anonymous Moderator
    #331655

    Hi guys

    we have fixed this issue and updated for downloading

    To fix this issue, please open templates/ja_template/js/ja.script.js file, at the begin of file, find following code section:


    if ($defined(window.jQuery) && $type(jQuery.noConflict)=='function') {
    jQuery.noConflict();
    jQuery.noConflict();
    }

    and change to:

    if(typeof(jQuery) != "undefined" && $===jQuery){
    jQuery.noConflict();
    }

    GeoVi Friend
    #331837

    <em>@JA Developer 163622 wrote:</em><blockquote>Hi guys

    we have fixed this issue and updated for downloading

    To fix this issue, please open templates/ja_template/js/ja.script.js file, at the begin of file, find following code section:


    if ($defined(window.jQuery) && $type(jQuery.noConflict)=='function') {
    jQuery.noConflict();
    jQuery.noConflict();
    }

    and change to:

    if(typeof(jQuery) != "undefined" && $===jQuery){
    jQuery.noConflict();
    }

    </blockquote>

    Hi,

    I have tried this and it doesn’t work. First of all, I did not have the bit of code in that file. I added it toward the beginning (line 37) to see if it would work but it didn’t.

    My thread is posted here: http://www.joomlart.com/forums/showthread.php?p=163855&posted=1#post163855

    I would appreciate a solution. Thanks!

    Regards,
    Geovi

    Phill Moderator
    #331850

    I have responded in your other thread.

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

This topic contains 11 replies, has 5 voices, and was last updated by  Phill 14 years, 9 months ago.

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