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

Reply To: 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') Reply To: Uncaught TypeError: Cannot read properties of undefined (reading 'infinite')

#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.