This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Uncaught TypeError: Cannot read properties of undefined (reading 'infinite')

Uncaught TypeError: Cannot read properties of undefined (reading 'infinite')

Home Forums Bug reporting, Questions & Suggestions Ajax Search Pro for WordPress Uncaught TypeError: Cannot read properties of undefined (reading 'infinite')

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40160
    AhraleAhrale
    Participant

    Hi,
    I updated to latest version you just created & published (4.24.1)
    however still having the issue.
    With version 4.23 it works well.

    see screenshot

    Thanks,
    Ahrale

    #40194
    AhraleAhrale
    Participant

    You cannot access this content.

    #40195
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The issue is caused by a translator plugin/code. Some attributes on the search shortcode JSON data getting translated, see here, which causes a major problem, as those are object attribute names, and those should never be changed. DOM element attributes should never be translated, except aria-labels or similar.

    #40214
    AhraleAhrale
    Participant

    You cannot access this content.

    #40216
    Ernest MarcinkoErnest Marcinko
    Keymaster

    First, yes, you have a translator plugin: https://i.imgur.com/Yrqal1r.png
    Second, after deactivation it works: https://i.imgur.com/pTSiViU.png
    It is the cause of the issue. It conflicts with modules in the new release, it probably explains the issue with the previous version too. Unfortunately we can not prevent that, as it is making changes to the search output structure, which it should not do in the first place.

    #40220
    AhraleAhrale
    Participant

    You cannot access this content.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Ajax Search Pro for WordPress’ is closed to new topics and replies.