Open ghost opened 7 years ago
Hello. Can you send me screenshot of your Google Chrome Developer tools console output? Looks like there are any JS-related errors.
i had the same problem, in the example i needed to remove two characters to fix it: 'edge' => 'function(event, slick, direction) { console.log(direction); // left }' ],
I removed this part => ); from the row below //left. And then it works.
Hello, thank you for attention. Should I to correct README.md?
Yes, i think that is better for new users. Saves them time ;-).
the screenshot of output is above installed using composer
steps followed:
C:\xampp\htdocs\fabin>composer require "evgeniyrru/yii2-slick" "*" ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 2 installs, 0 updates, 0 removals
here is my index.php using yii2 basic