Giter VIP home page Giter VIP logo

jquery-slick-rails's People

Contributors

bodrovis avatar cprodhomme avatar dependabot[bot] avatar erpe avatar finist avatar nazark avatar nfabredev avatar raysuelzer avatar techfounder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jquery-slick-rails's Issues

Possible issue with height?

Hi, I don't know if this is an issue or it's intended to be like this. I'm using slick in my rails app, but I encounter a problem with the height of the images. I want my images to have the same height, for that I used adaptiveHeight: false, but this is still happening: gpdi9

Why is that happening? And if is not a issue can you please tell me how to fix this without me fixing the height statically.

Thank you!

Assets not found

After installing the gem, all of slick's functionality works as expected, however I get errors saying that the woff and tiff files cannot be found in my assets directory.

screen shot 2014-12-01 at 11 55 50 pm

Does it support rails 6 so far?

Hi, First of all, thanks for the good gem you provide. It's pretty good!

SO, the question is does it work for rails 6?
If yes, is there any guide or installation recipe for rails 6, If No, do have any upgrade plan on that?

Thanks!!

Could you release version 1.8.1?

Hi! Thanks for packaging Slick as a gem. Slick 1.8.1 was released a few days ago. I'm filing this issue to ask for a gem release with 1.8.1, when you get around to it, and so that I get notified when you do. :)

Error: jquery-ujs has already been loaded!

Get this error every time try to work with slick in a coffee script file, for a particular model, in my case photo.js.coffee.

//
//= require jquery
//= require jquery_ujs
//= require foundation
//= require jquery.slick
//= require turbolinks
//= require_tree .

application.html.erb

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title><%= content_for?(:title) ? yield(:title) : "foundation-rails" %></title>

    <%= stylesheet_link_tag    "application" %>
    <%= javascript_include_tag "vendor/modernizr" %>
    <%= csrf_meta_tags %>
  </head>

  <body>

    <%= yield %>
    <%= javascript_include_tag "application" %>
  </body>
</html>

application.css

 *
 *= require_tree .
 *= require_self
 *= require foundation_and_overrides
 */
@import 'slick';

Modifying slick-style.css

I've made a modified version of slick-style.css and put it in my assets/stylesheets directory. However, in slick-style.css, there are references to the slick fonts. How would I go about revising these references to use wherever this gem's fonts are so that my slider arrows can look like the slick arrows, and not the default arrow characters?

File to import not found or unreadable: slick. on Windows

Win 10, Ruby 2.2.4p230, Rails 5.0.0.1, 'sass-rails', '5.0.6', 'jquery-rails', '4.1.1'

File to import not found or unreadable: slick.
Load paths:
CompassRails::SpriteImporter
...
CompassRails::SpriteImporter
D:/app/assets/config
D:/app/assets/fonts
D:/app/assets/images
D:/app/assets/javascripts
D:/app/assets/stylesheets
D:/vendor/assets/javascripts
D:/vendor/assets/stylesheets
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/ckeditor-4.1.3/app/assets/javascripts
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/ckeditor-4.1.3/app/assets/stylesheets
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/ckeditor-4.1.3/vendor/assets/javascripts
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/jquery-rails-4.1.1/vendor/assets/javascripts
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/coffee-rails-4.2.1/lib/assets/javascripts
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/actioncable-5.0.0.1/lib/assets/compiled
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/turbolinks-source-5.0.0/lib/assets/javascripts
D:/app/assets/stylesheets
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/susy-2.2.12/sass
Compass::SpriteImporter

Sass says file cannot be found slick.

Sass is saying that @import 'slick'; cannot be found, but *= require slick works. Also, can you help me implement this plugin to my view. Ruby on Rails struggles with JavaScript at certain points. I followed the instructions to no avail. Please provide a short tutorial to assist me in getting this working on rails.

Latest Slick version?

I was trying to play around with verticalSwiping, but it doesn't seem like this has the most updated version of slick.

CSS3111: @font-face encountered unknown error

Hi, I'm getting an
CSS3111: @font-face encountered unknown error
slick.eot?#iefix
on the IE9 console which completely blocks the site from rendering. When I remove the slick-theme that error goes away but of course I don't have the default theme. Any idea how to fix the problem?

The slick carousel breaks second time loading page.

The first time I visit a page with the slick carousel on it it operates normally. If I route to another page and then back to the carousel the images will all stack on top of each other and the carousel will be broken. The site is also using bootstrap4 so I don't know if they are clashing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.