Flexslider empty slide

I solved issue with putting integer to -1,don’t know really why this helped but if someone get same problem then maybe this will help to him.

<?php $i = -1;
 if (have_posts() ) : while ( have_posts() ) : the_post();
 if ($i%2 == 1) echo '</li><li>'; 
 ?>