Hi guys, I am using Rails 4, Bootstrap 3 and simple_form and have been having a bit of trouble implementing Flat UI into my existing site. I used the following article to implement: http://joanswork.com/add-flat-ui-pro-to-rails/. When I tried to run my app, my first error was that typeahead.js was missing. So I went into the flatui.js file and removed this. Then I run the app again and this time it loaded. Now when I look at my radio-buttons, all they have is the label, when I click on them, I get a radio button, but it's styling makes it look really cramped. When I click on another radio button, the initial one showed disabled. How do I get to load the correct styling the first time? Am I missing a class designation? I've attached images: fresh page: <https://lh3.googleusercontent.com/-Ytm4DAgpxSc/UxNQA94s_aI/AAAAAAAALKE/tHZVQ9AgUfU/s1600/Screen+Shot+2014-03-02+at+6.35.28+PM.png> clicked on one radio button: <https://lh6.googleusercontent.com/-NyF6TC0KY3s/UxNQJyhv5FI/AAAAAAAALKM/CrWkknhzBTY/s1600/Screen+Shot+2014-03-02+at+6.35.37+PM.png> clicked on second radio button: <https://lh5.googleusercontent.com/-Rvi9vV9YwLQ/UxNQSsiPozI/AAAAAAAALKU/6rXoMW52kUo/s1600/Screen+Shot+2014-03-02+at+6.35.43+PM.png> Am I supposed to used classes to load and style correctly. I'm also trying to style my selects which currently look like this: <https://lh5.googleusercontent.com/-4BwXvh2-Q9M/UxNQplSzcPI/AAAAAAAALKc/119oFr8woqg/s1600/Screen+Shot+2014-03-02+at+6.38.52+PM.png> My gem file looks correct with: # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.0' gem 'jquery-ui-rails' gem 'less-rails-bootstrap' gem 'designmodo-flatuipro-rails' gem 'therubyracer', platforms: :ruby and my css file and js files include the following lines: //= require jquery //= require jquery.ui.button //= require jquery.ui.datepicker //= require jquery.ui.slider //= require jquery.ui.spinner //= require jquery.ui.tooltip //= require jquery.ui.effect //= require flatuipro //= require jquery_ujs //= require turbolinks //= require bootstrap //= require_tree . Any help/pointers are highly appreciated. Thank you! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/91f3b602-33ab-4674-a4cd-570b4fb65c8c%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.