Hi,
it would be great to be able to adjust the touch threshold. or maybe you can help me to do that with code. I have not been successful with the below.
Thanks!
jQuery(document).ready(function($) {
$(".slick-slider")
.not('.slick-initialized')
.slick({
touchThreshold: 100,
});
console.log($('.slick-slider').slick('getSlick').options); // Log the settings
});
]]>
Thank you for your good plugin.
If you change the responsive settings, save the page and then reload the editor, an error appears.
If you now click on “Restore block”, the settings are restored to default.
Can you please fix this?
Thanks in advance.
Device adaptation in your plugin applies to all sliders on the page. In every version of your plugin, I have to disable frontend scripts to fix them. However, the implementation in the editor is top-notch.
]]>Hi, I can’t find an option to turn on Infinite loop sliding. Am I just missing this or is this feature missing? It’d be great to toggle infinite loop sliding on/off within the block settings.
Thank you!
]]>I would like to contribute to the plugin. Can you link to a git repo with the src files? ??
]]>Hello,
Love the plugin!
I have two requests that I think would make it so much better!
Thanks so much for making this!
]]>Hello,
thank you for creating this plugin, I find it very useful. I need to control the number of slides and options in general for different breakpoints, is it possibile (I can use code, if it’s necessary)?
Thank you!
]]>If you add classes to the Advanced->Additional CSS Class(es) field they are not added to the gb-for-slick-slider
container.