I resolved this problem, but now I have another. Shortcode has a probelm. I use this shortcode
<?php
$cat = get_category( get_query_var( ‘cat’ ) );
$category = $cat->slug;
echo do_shortcode(‘[ajax_load_more category=”‘.$category.'” offset=”20″ scroll=”false”]’);
?>
but plugin cannot read scroll and offset options.