If anyone having a similar issue, the solution is that you need to initialize foobox after the ajax content is loaded so that foobox script can detect the new html code added to the page via ajax. So for that I’m using a following code and it works fine:
$(document).on('afterAjaxSuccess.tribeEvents', function(e){
FOOBOX.init();
});
Hi @zorem ,
Can you please let us know any ETA for this.
Thanks mate.
Hi @rkoms
Thanks for the solution, but to be honest its overkill solution to easy problem. If he just adds that parameter to filter, it will help us to make many other conditional redirections.