test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • stvak Friend
    #192383

    Hello,
    i’v setup JAK2Fitler in http://mousouda.pointin.gr/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=16&Itemid=133 and i have enabled Ajax Filter. Even the ajax request returns the correct results the container keeps saying “No Item found!”. I’v noticed that
    var content = jQuery(text).find('#k2Container');
    in jak2filter.js gives 0 but i’v checked and k2Container exists in the response… Any thoughts?

    Luna Garden Moderator
    #512936

    Hello Stvak,

    In order to fix your problem, please go to file:

    /modules/mod_jak2filter/assets/js/jak2filter.js
    find this line:

    var content = jQuery(text).find('#k2Container');
    change to:

    var content = jQuery(text).filter('#k2Container');
    Remember to backup your file before processing.

    stvak Friend
    #513020

    Hello,
    i works thank you!

    stvak Friend
    #513028

    Is it any way to also fix autocomplete to work with Greek characters?

    Luna Garden Moderator
    #513086

    Hello stvak,

    Autocomplete does work with Greek Characters, it’s fixed since version 1.0.5

    stvak Friend
    #513197

    When i start typing “rott” autocomplete works but when i’m typing “άγνω” response here shows that exists but it doesnt appear under the field “Ράτσα”

    HeR0 Friend
    #513241

    Hi There,

    Please open file components/com_jak2filter/models/suggestions.php and go to line 72.
    – Find code line
    [PHP]$where[] = ‘ extra_fields LIKE ‘%{“id”:”‘ . $xf_id . ‘”,”value”:”%’ . $key_value . ‘%’ ‘;[/PHP]
    – Change it to
    [PHP]$where[] = ‘ extra_fields REGEXP ‘{“id”:”‘ . $xf_id . ‘”,”value”:[^{]*”[^”]*’ . $key_value . ‘[^”]*”‘ ‘;[/PHP]
    Hope this helps.

    stvak Friend
    #513449

    That was the problem… Thank you!

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

This topic contains 8 replies, has 3 voices, and was last updated by  stvak 11 years ago.

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