test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bagriy Friend
    #870484

    I have already configured "sort by: Ordering" in
    k2 category settings,
    menu item settings,
    JA filter module settings,
    JA filter component settings,
    but every time i try to filter items i got the same incorrect result.

    Example:
    1) http://www.dom2000.ru/projects opens, 1st project is "Ирис", 1floor (Этаж), ordering is correct.
    2) I try to filter projects with one floor with filtering module, "Ирис" must be the 1st again, but now we have "PL-112" project.

    Luna Garden Moderator
    #871297

    Hi,

    It’s confirmed that it’s a bug from JA K2 Filter extension and we’ve fixed it. The fix will be updated in the next version of extension.

    I attached the package here, pls take a backup of your site and try to update into your site.


    1. com_jak2filter-1.zip

    bagriy Friend
    #874293

    the package helps, thanks! Can you make RESET FILTER button multilingual? I lost this my changes after upgrade. And how to edit "Loading" in animation?

     type="button" name="btnReset" value="<?php echo JText::_('JAK2_RESET'); ?>
    JAK2_RESET="Reset"
    Luna Garden Moderator
    #875244

    Hi,

    In the package, it’s

    type="button" name="btnReset" value="<?php echo JText::_('RESET'); ?>"

    not JAK2_RESET

    In order to edit ‘Loading’ Text, go to file: jaec/modules/mod_jak2filter/assets/js/jak2filter.js look for:

    function jak2AjaxStart() {
        if(!jQuery('#jak2-loading').length) {
            jQuery('body').append('<div id="jak2-loading">Loading</div>');
        }
        jQuery('#jak2-loading').css({'display': 'block'});
    }

    change text ‘Loading’ to any text you want.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Luna Garden 8 years, 10 months ago.

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