Alberto
Alberto
It seems to fails from **6.2.4.0** version. By the moment you can specifies previous version in your Gemfile: `gem 'foundation-rails', '6.2.3.0'` If you use **turbolinks** also check https://github.com/zurb/foundation-rails/issues/201 and https://github.com/zurb/foundation-rails/issues/177
Hi @panaak, Try to add `@include foundation-menu-icon` on `foundation_and_overrides.scss` file. Works for me! 😉
@alanjosephwilliams This error **(Undefined operation: "rem-calc(16) times 1.5".)** is for a bad operation in SASS. Do you have a repository where I can wacth your sass files? :wink:
Facebook automatically gets the image from [Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters?locale=en_US) tags. For example: ```erb ``` So, if you want to use `@post.image` you should include this tags inside your ``, something...
☝️Hi @rlgreen91! I would like work on this issue, is possible? 😃
> Hi, @decabeza 😄. > > Not sure I'm following here 🤔. Is this the same feature that was implemented in pull request #4301? > > Sorry if I've misunderstood...
Hi @hpissei! Of course! All yours, thanks! 👌 😌
Hi @jaflutz! Yes, by the moment we don't modify the required fields, so... I think for a good UX is better not show a checkbox on required fields (only allow...
Hi @jaflutz, The field value should be required, I mean, If the user check the checkbox I think it's a good idea use a `value` (with the default label) instead...
Hi @jaflutz, Don't worry! ask all you want! 🙏 😌 By default we should show all checkboxes checked (to maintain the existing behaviour). This issue adds the possibility to change...