• Resolved a3web

    (@a3web)


    Hello,
    We have a problem with the grid template /wp-content/plugins/modern-events-calendar/app/skins/grid/render.php

    A div is open at the begining but this one is not close every time.when we have an even count of events it works but not when we have an odd count.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @a3web,

    I didn’t see any issue on code!
    https://ticksy_attachments.s3.amazonaws.com/9612179138.png

    Could you please send a live URL?
    So I’ll forward this issue to our developer team and they are working to fix it in the next updates.

    Regards

    Thread Starter a3web

    (@a3web)

    Hello,

    Here is a link: https://www.julie.fr/formations-en-region/

    At this page, the footer is broken, It is not working when we have an odd number of events.
    Thanks & Regards

    Thread Starter a3web

    (@a3web)

    Maybe this div is not closed if we had only one event and it is if we have two.
    At the end of plugins/modern-events-calendar/app/skins/grid/render.php

    echo ‘</article></div>’;

    if($rcount == $count)
    {
    echo ‘</div>’;
    $rcount = 0;
    }

    $rcount++;
    ?>
    <?php endforeach; ?>
    <?php endforeach; ?>
    </div>
    </div>

    Plugin Contributor webnus

    (@webnus)

    Hello,

    I have forwarded it to the developer team to be checked and fixed
    will be fixed for the next updates

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘incomplete row in grid template’ is closed to new replies.