Just doesn\'t seem to work... :-( Have seen more complaints about it but I can\'t find the answer.
The Problem: Infinite scroll works but not the ma
I made the following tweak to ensure the navigation link showed up after being clicked the first time:
jQuery("#clickable_element").click(function(){ jQuery('#main_content_container').infinitescroll('retrieve'); jQuery('#pagination').show(); return false; });