How to add Slick slider in Magento 2 Custom theme
- March 5, 2023
No Comments
Follow these easy step for adding Slick slider in Magento 2 Custom theme
1.) Download the Slick library
2.) Include css files in theme .copy slick.less and slick-theme.less to the /web/css/source folder. Also add both files to /web/css/source/_extend.less.
@import "slick.less";
@import "slick-theme.less";
3.) update the theme’s requirejs-config.js file.
theme_path/requirejs-config.js
var config = {
paths: {
slick: 'js/slick.min'
},
shim: {
slick: {
deps: ['jquery']
}
}
};
4.) After these steps, clear the cache and perform a static content deployment.
Now you can use the slider in any phtml file by initializing the slider
<ul class="my-product-slider">
<li>1st Product</li>
<li>2nd Product</li>
<li>3rd Product</li>
<li>4th Product</li>
<li>5th Product</li>
<li>6th Product</li>
<li>7th Product</li>
<li>8th Product</li>
</ul>
<script>
require([
'jquery',
'slick',
'domReady!'
], function ($) {
$(".my-product-slider").slick({
dots: true,
infinite: true,
speed: 300,
slidesToShow: 4,
slidesToScroll: 1
});
});
</script>
Please contact us for Magento 2 theme customizations and Magento 2 frontend development Contact .
About us and this blog
We are a digital magento 2 development agency with a focus on helping our customers achieve great results across several key areas.
More From Our Blogs
See all posts
Shopify: The All-in-One Commerce Platform for Businesses In the ever-evolving world of eCommerce, businesses need a…
Magento 2 SEO Checklist 2025: Ultimate Guide to Higher Rankings As eCommerce competition rises, optimizing your…
The Complete Shopify Admin Guide: Manage Your Online Store Like a Pro Running a successful Shopify…
Shopify Login Guide – How to Access Your Shopify Store & Admin Dashboard If you’re new…
Frequently Asked Questions About Shopify Development & Services If you’re planning to launch or scale your…
Unlock eCommerce Growth with Professional Shopify Development Services The world of eCommerce moves fast — and…
No Comments
Recent Posts
- Shopify: The All-in-One Commerce Platform October 14, 2025
- Magento 2 SEO Checklist 2025 October 14, 2025
- Shopify Admin Guide October 14, 2025
All Website Tags
custom module
Magento2
Magento 2 custom block
Magento 2 custom controller
Magento 2 custom layout
Magento 2 custom module
Magento 2 custom module development
Magento 2 custom template
Magento 2.4.6
Magento 2.4.6 developer in United Kingdom
Magento 2.4.6 development in United Kingdom
Magento 2.4.6 update services in United Kingdom
Magento 2.4.6 version upgrade services in United Kingdom
Magento security
PHP8.2
product slider
slick
slider
Upgrade to PHP8.2