qTranslate and "infinite scroll"
-
I’m setting up a site where the first 10 posts are getting parsed / translated correctly when the user first accesses the site / switches the language. Once he scrolls all the way to the 10th post, the next 10 posts will be loaded “dynamically” (often referred to as “infinite scroll” – this is accomplished with a couple of jQuery functions as far as I’m aware).
These newly added posts will always show up in the default language rather than the language the user is currently using.
I’m mostly OK with PHP, but I think I’d have to manipulate the jQuery functions in some ways to accomplish showing translated posts on the page and I’m not familiar with that. Does anyone have some advice for me how to accomplish this goal?
Thanks in advance.
- The topic ‘qTranslate and "infinite scroll"’ is closed to new replies.