GithubHelp home page GithubHelp logo

phegman / october-cms-slick-slider Goto Github PK

View Code? Open in Web Editor NEW
14.0 14.0 8.0 28.76 MB

Easily create responsive slideshows from the backend and insert them as a component. Supports multiple rows, multiple images per slide, and responsive breakpoints. Built using Ken Wheeler's Slick Slider (http://kenwheeler.github.io/slick/)

License: MIT License

PHP 21.20% Ruby 0.11% CSS 9.97% JavaScript 60.44% HTML 8.28%

october-cms-slick-slider's People

Contributors

antoineraoulimpargo avatar gergo85 avatar santiagogg avatar tonyraoul avatar vannut avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

october-cms-slick-slider's Issues

wrong display in chrome

Hi, good day, currently I'm trying to use the slider but seems than it is not displaying correctly on chrome (in firefox works great), I attach the images

on firefox
ok

on chrome
screenshot_2

I've tried enabling and disabling

I attach my config (I've tried several configs with the same result)

confi1
confi2
confi4

hope you can notice the problem here...thank you so much!!!...

Slider from posts?

Hi!

with this slider can I make a slider with posts from my blog to put on my index?

Cheers =)

Problem with slickslider when used in relationship

Hey there, So I've opened an issue with October, but they asked me to forward it to you... so here I am. So I've used your plugin in relation with a custom one I created. However, when I use it on my backend interface, everything gets messed up. The first slide loses its image and gets pushed to last position, settings disappear and so on. The funny thing is that if I refresh the page, everything shows up properly.

The easiest way to reproduce the bug is with the following method:

  1. Download my fork of the October test plugin located here
  2. Once correctly installed, navigate to the backend interface and choose the "Playground" option
  3. Go to the "Galleries" section
  4. There you'll see a "Featured" element in the list, click on it to edit it
  5. Navigate to the "slideshow" tab and click on the "create" button
  6. Add a couple of slides with images and click "create"

Now as you come back to the main interface, you'll immediately notice that things get messed up. Try and update the plugin and you'll make an even bigger mess. Refresh the page on the other hand and everything shows up just fine.

Exception after October Update

After I did an October CMS update, I get an exception on every page I use the slider. The exception screen won't tell me where the problem is but it has to do with the count() method. The full message is: "count(): Parameter must be an array or an object that implements Countable".

Is there a solution for this?
*perhaps something to do with PHP 7.2?

slider script included three times

Hey there, I'm currently using your plugin together with the Static Page plugin. The thing is that if I create a very basic slideshow and include it in a static-page, I get JavaScript errors because I have three times the

$(document).ready()

If I import the slideshow on a normal page, it works correctly. It's only on a static page that it does this. I'm not sure if the problem resides with you or with the Static page plugin, but I'll open an issue with them too, just to be safe.

Banners can't save changes

Hello,
Plugin worked perfectly until I updated october to version 455.

But the problem is that the modifications of the banners in the backend are not saving.

Does anyone know how to solve it?

Extension for Slick Slider

I created an extension for the plugin, and wanted to hear if the maintainers of the plugin would welcome a PR to add the functionality into the plugin or if a 3rd party extension would be the preferred way to go. The intended functionality is:

Add a 2nd Component to the Plugin which works in conjunction with Rainlab.StaticPages. This component would not have the option to select a slideshow, but would instead inject a field into Static-Pages to give Content-Managers the option to select the Slider.

A proof-of-concept plugin is hosted here:
https://github.com/gbaumeister/slicksliderstaticpages

Extension for Slick Slider

I created an extension for the plugin, and wanted to hear if the maintainers of the plugin would welcome a PR to add the functionality into the plugin or if a 3rd party extension would be the preferred way to go. The intended functionality is:

Add a 2nd Component to the Plugin which works in conjunction with Rainlab.StaticPages. This component would not have the option to select a slideshow, but would instead inject a field into Static-Pages to give Content-Managers the option to select the Slider.

A proof-of-concept plugin is hosted here:
https://github.com/gbaumeister/slicksliderstaticpages

Backend Configurations Not Altering Anything On The Front End

Hello Peter.

I am trying to use your slick slider for an application on my job. The issue I'm having is that any configuration changes I'm making in the settings on the backend admin panel are not changing anything on the front end.

I do not have any JavaScript errors, and my permission settings on the main folders I believe that are involved are:
775 plugins (group: www-data)
775 themes (group: www-data)

The version of jQuery I have is 3.2.1. Bootstrap version is 4.0.0-alpha.6-dist which is the latest. And I have all of the required included files for bootstrap (tether.js and utils.js). No errors are there.

However, I do see that your plugin is still loading jQuery 3.1.1 min after my version is already loaded. I've tried to disable this in the plugin's settings panel, but again the front end is not reading the configurations. Do you have any suggestions?

error in update 1.0.14

"1.0.14 Update makes it possible to include the slider component within the static-pages plugin by Rainlab"
If include the two slider components and specify different slideshow, the result is displayed two identical slideshow.

How to implement multiple sliders

hi, thanks for this plugin, i want to use it in one page building two different sliders, i've been trying this:

{% component 'slider' slide_show_id = 1 %}
{% component 'customName1' %}

{% component 'slider' slide_show_id = 2 %}
{% component 'customName2'  %}

with no success

Problem with responsive breakpointJson

I configure everything but when I put it into my partial and load the frontend, it does not show the slideshow with error

Uncaught SyntaxError: Unexpected token }

When I expand the component's code it seems that the part

......
......
	zIndex: {{slider.slides.slideShows.z_index ?: 1000}},
	responsive: {{slider.slides.breakpointJson|raw}}
};
......
......

where the variable slider.slides.breakpointJson|raw has not value and empty.
Please let me know where gone wrong, thanks

SQL Error When Trying To Uninstall Slider Plugin

So this is the error that I'm getting:

"SQLSTATE[42804]: Datatype mismatch: 7 ERROR: column "slide_show_height" cannot be cast automatically to type integer HINT: You might need to specify "USING slide_show_height::integer". (SQL: ALTER TABLE peterhegman_slickslider_slide_shows ALTER slide_show_height TYPE INT)" on line 664 of /var/www/new-site/developers/deva/vendor/laravel/framework/src/Illuminate/Database/Connection.php

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.