Updated zurb-foundation gem from 4.2.3 to 4.3.1 - Orbit no longer works -
i updated zurb-foundation gem 4.2.3 4.3.1 - orbit no longer works.
the dots show , cycle, no images displayed.
i need either new version working, or revert previous version worked.
<div id="featured"><ul data-orbit> <li><img src="http://placehold.it/1200x500&text=slide image 1" alt="slide image"> <div class="orbit-caption">caption 1</div> </li> <li><img src="http://placehold.it/1200x500&text=slide image 2" alt="slide image"> <div class="orbit-caption">caption 2</div> </li> <li><img src="http://placehold.it/1200x500&text=slide image 3" alt="slide image"> <div class="orbit-caption">caption 3</div> </li> </ul></div>
is html code. i'm using default css styling , linking foundation.min.js. if change link foundation.js, doesn't work @ , see ginormous list.
please - i'm on deadline , have wasted couple of days on this.
i having similar problem when updated foundation in gemfile. getting errors abide , orbit. turns out changed few things in "foundation_and_overrides.scss" file causing strange unintended issues.
my fix copy out changes had made file , run install again foundation.
rails g foundation:install
i didn't want overwrite of files, when asked, told skip them.
hope helps someone! frustrating issue , unable receive zurb on matter.
Comments
Post a Comment