Why the first with flexslider appears as blank on my code?

Resolved

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