Hi dcooney
Seems like the qtrans_getLanguage() function was working wrong, for some reason it returned “en” (I still don’t get it, it works correctly in other places of my theme).
Anyway, I rewrote the Repeater displaying content like
$post = get_page(get_the_ID()); echo qtrans_use($lang, $post->post_content,false);
And this worked for me.
Hey dcooney! I already managed to integrate them a little bit. At least the initial feed is available for both ajax load more and ajax search. Not sure if I can put load more into filtered feed, but I’ll try 🙂
Thanks anyway! Ajax Load More is a great plugin.
If someone’s interested:
I used the plugin for turning drop-downs into radio buttons in variable products. It uses it’s own variable.php and for some reason the button was outside the “variations form cart” there.
Moving the button code inside this form solved the problem.