Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ajax Search Issues in foreign languages › Reply To: Ajax Search Issues in foreign languages
June 13, 2022 at 2:49 pm
#38007
Keymaster
I’m afraid that is not going to help.
The issue is not on the existing page – but within the ajax request, the actual response text is translated, which is returned from the server side. Using a selector of this type is not going to work, as the response is not a valid HTML, but a custom encoded text with HTML+JSON data.
Is there any hook or something programmatical to exclude certain actions/hooks/ajax requests from the server side translation?