Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • tekdinet Friend
    #844542

    I have installed JA K2 filter & search module. It was working fine but suddenly it has stopped working.
    Even after selection of any option from the dropdown, nothing happens.

    I tried looking at the Firebug when I change option and I can see:-

    TypeError: $(…).fireEvent is not a function resources.html (line 724, col 3)
    $(‘jak2filter-form-217’).fireEvent(‘submit’);

    Let me know if you have any questions.

    Pankaj Sharma Moderator
    #844707

    Hello tekdinet
    Kindly provide your site FTP details and Super user admin details via Private reply . So we can further investigate the problem on your site

    Luna Garden Moderator
    #845047

    Hi Tekinet,

    Please try this solution, go to file: > modules/mod_jak2filter/assets/asset.php Find for:

    //script
    $doc->addScript($basepath.'js/jak2filter.js?v=2');
    $doc->addScript($basepath.'jquery/jquery-sortable.js');

    change to:

    //script
    JHtml::_('behavior.framework');
    JHtml::script('media/system/js/mootools-more.js');
    $doc->addScript($basepath.'js/jak2filter.js?v=2');
    $doc->addScript($basepath.'jquery/jquery-sortable.js');

    tekdinet Friend
    #845238
    This reply has been marked as private.
    tekdinet Friend
    #846351
    This reply has been marked as private.
    Mo0nlight Moderator
    #847350

    Hi Tekdinet,

    I have fixed the problem via the file: ROOT/templates/t3_bs3_blank/html/mod_jak2filter/default.php

    At approx line : 283-324, change the $ define to

    document.id

    To prevent the js conflict.

    Regards

    tekdinet Friend
    #848639

    Thank you.

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

This topic contains 6 replies, has 4 voices, and was last updated by  tekdinet 8 years, 10 months ago.

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