Hello. Built out a custom theme and slides 1-3 are maintaining the default css properties when globally looped. All content and custom modules to add and edit work just fine. I have it index with this as the start.
{%if forloop.index > 0%}
When 2 additional slides are added, slides #2 does not show content and slide #5 loses default css properties as well.
Essentially, slides 1-3 becomes 3,4,5 as the 2 extra slides are added to the beginning of the loop.