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

    I have installed JA K2 Filter and Search Component in dev site.
    I have config for plugin, module success.
    Now Filter block was display in category page (http://devsite.discoverwish.com/en/city/shanghai.html)
    But when I search, I responsed error “The cron job will be run on…”.
    Can you help me?
    Thank you so much.
    I look forward to your response soon.
    Have a nice day.

    Thanh Nguyen Viet Friend
    #543333

    Hello,

    That is an issue of JA K2 filter component working with sh404 component, since sh404 created duplicated SEF url for both cron page and search result page.

    I have remove this duplicated in URL manager page of sh404 control panel, search page seem works properly now.
    Please have a look.

    brychao Friend
    #543397

    Hi Sir,
    Thank you so much, it’s working :).
    But now, I’m having problem with ajax pagination. When I go to another page, style will break.
    http://devsite.discoverwish.com/en/city/shanghai.html

    Thank you so much.
    I look forward to your response soon.
    Have a nice day.

    Thanh Nguyen Viet Friend
    #543540

    Hello,

    This issue occured because your K2 theme overrided markup of pagination, so javascript to make ajax pagination did not work.

    To resolve this issue, please open the file:
    modules/mod_jak2filter/assets/js/jak2filter.js

    Find the code snippet:

    var pages = container.find('ul.pagination-list li a');
    if(!pages.length) {
    pages = container.find('.k2Pagination ul.pagination li a');
    }

    And add this code below after it:

    if(!pages.length) {
    pages = container.find('ul.pagination li a');
    }

    PS: I have just installed the latest version of JA K2 filter (version 1.1.5) on your site, and it overrided your customization on search form here
    http://devsite.discoverwish.com/en/jak2filter.html?isc=1

    Please help me to get it back from your back-up.
    Next times, please override template files of extension in your template, so it won’t be overrided when you upgrade extensions to new versions.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 10 years, 4 months ago.

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