Noticed a bug where I needed my individual slider items to be a <li>
instead of the preset <div>
HTML tag.
When I changed the Slide to <li>
, on the front end all the auto defined classes were stripped away so that there were no classes for the individual slides. In addition, any custom added classes were stripped away as well (I tried to add the preset ones back in).
Also when changing the Slide Container element to a <ul>
tag, it’s preset classes were removed as well.
This then loses the default styling on the front end. The odd thing though is that it’s styling is displayed correctly in Cornerstone builder.