WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: wp-slick-slider-and-image-carousel (Used by 3,065 domains)

WP Slick Slider and Image Carousel

✅ Now that you have your website ready then why don’t you download and try out this slick slider/ carousel to give it better functionality.

Download now and display multiple slick image slider and carousel using shortcode with category. Fully responsive, Swipe enabled, Desktop mouse dragging and Infinite looping. Fully accessible with arrow key navigation Autoplay, dots, arrows etc.

FREE DEMO | PRO DEMO

Download Now this slick slider because It is proven that slick sliders have been a powerful tool to present your content in a very neat manner with the help of fancy sliders and customized designs.

Your customer might like the professional and fancy vibe of your site with slick sliders

✅ This plugin displays your images using :

  • Slick Slider (5 designs)
  • Slick Carousel (1 designs)

Download Now it today and explore all the features.

✅ Features :

When you want to makeover your WordPress website theme with something extraordinary and creative, you must consider the slick slider/ carousel.

Help your website get a slide-wise display to show the custom posts. Not just eye appealing, it is also loved by visitors as they find it quite easy to locate custom posts.

Display an unlimited number of custom posts slider and carousel in a single page or post with different sets of options like category, limit, autoplay, arrow, and navigation type. You can also display image slider on your website header.

Also added Gutenberg block support.

✅ Here is the plugin shortcode example

Slick Slider

[slick-slider]

Slick Carousel

[slick-carousel-slider]

To display only slick 4 post:

[slick-slider limit="4"]

Where limit define the number of posts to display. You can use same parameter with Carousel shortcode.

If you want to display Slider Slider by category then use this short code:

[slick-slider category="category_ID"]

You can use same parameter with Carousel shortcode.

✅ We have given 5 designs. For designs use the following shortcode:

[slick-slider design="design-1"] 

Where designs are : design-1, design-2, design-3, design-4, design-5. You can use same parameter with Carousel shortcode but in Carousel we have given only 1 design i.e. design-1.

✅ Here is Template code

 
 

✅ Use Following Slick Slider parameters with shortcode

[slick-slider]
  • limit : [slick-slider limit=”-1″] (Limit define the number of images to be display at a time. By default set to “-1″ ie all images. eg. if you want to display only 5 images then set limit to limit=”5”)
  • category: [slick-slider category=”category_ID”] ( ie Display slider by their category ID ).
  • design : [slick-slider design=”design-1″] (You can select 5 design( design-1, design-2, design-3, design-4, design-5 ) for your slider ).
  • show_content : [slick-slider show_content=”true” ] (Display content OR not. By default value is “true”. Options are “true OR false”).
  • Pagination and arrows : [slick-slider dots=”false” arrows=”false”]
  • Autoplay and Autoplay Interval: [slick-slider autoplay=”true” autoplay_interval=”100″]
  • Slide Speed: [slick-slider speed=”3000″]
  • fade : [slick-slider fade=”true” ] (Slider Fade effect. By default effect is slide. If you set fade=”true” then effect change from slide to fade ).
  • lazyload : [slick-slider lazyload=”ondemand” ] (Use lazyload with slick slider. By default there is no lazyload enabled. If you want to set lazyload then use lazyload=”ondemand” OR lazyload=”progressive” ).
  • loop : [slick-slider loop=”true”] (Create a Infinite loop sliding. By default value is “true”. Options are “true” OR “false”.)
  • hover_pause : [slick-slider hover_pause=”true”] (Pause slider autoplay on hover. By default value is “true”. Options are “true” OR “false”.)
  • image_size : [slick-slider image_size=”full”] (Default is “full”, values are thumbnail, medium, medium_large, large, full)
  • image_fit : [slick-slider image_fit=”false”] (image_fit parameter is used to specify how an image should be resized to fit its container. By default value is “false”. Options are “true OR false”). NOTE : image_fit=”true” work better if sliderheight is given. if image_fit=”false”, no need to use sliderheight parameter.
  • sliderheight : [slick-slider sliderheight=”400″ ] (Set image wrap height. NOTE : This parameter work better if image_fit=”true” ).
  • rtl : [slick-slider rtl=”true”] (for rtl mode. By default value is “false”. Options are “true OR false”).
  • extra_class : [slick-slider extra_class=””] (Enter extra CSS class for design customization ).

✅ Use Following Slick Carousel parameters with shortcode

[slick-carousel-slider]
  • limit : [slick-carousel-slider limit=”-1″] (Limit define the number of images to be display at a time. By default set to “-1″ ie all images. eg. if you want to display only 5 images then set limit to limit=”5”)
  • design : [slick-carousel-slider design=”design-1″]
  • category: [slick-carousel-slider category=”category_ID”] ( ie Display slider by their category ID ).
  • image_size : [slick-carousel-slider image_size=”full”] (Default is “full”, values are thumbnail, medium, medium_large, large, full)
  • slidestoshow : [slick-carousel-slider slidestoshow=”3″ ] (Display number of images at a time. By default value is “3”).
  • slidestoscroll : [slick-carousel-slider slidestoscroll=”1″ ] (Scroll number of images at a time. By default value is “1”).
  • Pagination and arrows : [slick-carousel-slider dots=”false” arrows=”false”]
  • Autoplay and Autoplay Interval: [slick-carousel-slider autoplay=”true” autoplay_interval=”100″]
  • loop : [slick-carousel-slider loop=”true”] (Create a Infinite loop sliding. By default value is “true”. Options are “true” OR “false”.)
  • hover_pause : [slick-carousel-slider hover_pause=”true”] (Pause slider autoplay on hover. By default value is “true”. Options are “true” OR “false”.)
  • Slide Speed: [slick-carousel-slider speed=”3000″]
  • lazyload : [slick-carousel-slider lazyload=”ondemand” ] (Use lazyload with slick slider. By default there is no lazyload enabled. If you want to set lazyload then use lazyload=”ondemand” OR lazyload=”progressive” ).
  • centermode : [slick-carousel-slider centermode=”true” ] ( Display main image on center. By default value is “false” ).
  • variablewidth : [slick-carousel-slider variablewidth=”true” ] (Variable width of images in slider. By default value us “false”)
  • image_fit : [slick-carousel-slider image_fit=”false” ] (image_fit parameter is used to specify how an image should be resized to fit its container. By default value is “false”. Options are “true OR false”). NOTE : image_fit=”true” work better if sliderheight is given. if image_fit=”false”, no need to use sliderheight parameter.
  • sliderheight : [slick-carousel-slider sliderheight=”400″ ] (Set image wrap height. NOTE : This parameter work better if image_fit=”true” ).
  • rtl : [slick-carousel-slider rtl=”true”] (for rtl mode. By default value is “false”. Options are “true OR false”).
  • extra_class : [slick-slider extra_class=””] (Enter extra CSS class for design customization ).

Note: Due to lots of feedback from your users side, we have made image_fit=”false” by default. Previously it was image_fit=”true”. We made image resize option now optional. If you want to resize the image, please use image_fit=”true” and sliderheight=”400″ (400 is just an example. Please use this value as per your need) shortcode parameters.

Checkout demo for better understanding

FREE DEMO | PRO DEMO

Essential Plugin Bundle Deal

Annual or Lifetime Bundle Deal

✅ Features include:

  • Added Gutenberg block support.
  • Slick slider
  • Slick carousel
  • Easy to add.
  • Also work with Gutenberg shortcode block.
  • Elementor, Beaver and SiteOrigin Page Builder Native Support (New).
  • Divi Page Builder Native Support (New).
  • Fusion Page Builder (Avada) Native Support (New).
  • Touch-enabled Navigation.
  • Given 5 designs.
  • Media size i.e. thumbnail, medium, medium_large, large and full
  • Responsive.
  • Responsive touch slider.
  • Mouse Draggable.
  • Use for header image slider.
  • You can create multiple post slider with different options at single page or post.
  • Fully responsive. Scales with its container.
  • 100% Multi Language.

How to install :

Privacy & Policy

  • We have also opt-in e-mail selection, once you download the plugin , so that we can inform you and nurture you about products and its features.
DomainExposuresHeadersLast Checked
m*n*t*r*r*d*s.com (WP 7.0.2) F Aug 3, 2026
s*n*t*i*s*o*t*b*r*.lv (WP 7.0.2) F Aug 3, 2026
a*r*m*y*c*t*n*.hr D Aug 3, 2026
p*n*a*l*p*y*h.ca F Aug 3, 2026
c*i*a*h*n*e*.com (WP 6.0.12) F Aug 3, 2026
p*l*a*i*y*e*t*s*r*.com F Aug 3, 2026
a*j*n*.fr (WP 5.6.17) D Aug 3, 2026
d*o*e*i*o*e*z*.it (WP 7.0.2) F Aug 3, 2026
c*f*n*i.it (WP 6.8.6) F Aug 2, 2026
s*o*t*c*i*s*i*u*e.org (WP 6.1.10) F Aug 2, 2026
e*w*-*i*o.c*.jp F Aug 2, 2026
c*r*e*v*l*a*e.c*m.au (WP 7.0.2) F Aug 2, 2026
o*t*o*r*n.com (WP 7.0.2) F Aug 2, 2026
o*i*t*o.com (WP 7.0.2) F Aug 2, 2026
l*n*2.sk (WP 4.9.4) F Aug 2, 2026
o*s*r*v*l.com (WP 7.0.2) F Aug 2, 2026
h*m*r*h.org F Aug 2, 2026
m*-*h*p.c*.jp (WP 5.3.21) F Aug 2, 2026
k*g*-*e*.jp F Aug 2, 2026
a*k*s*r*i*e.de (WP 7.0.2) F Aug 2, 2026
a*k*n*u*t*r*.de (WP 7.0.2) F Aug 2, 2026
m*d*c*n*-*o*.ru (WP 4.9.26) F Aug 2, 2026
u*s*n*t*k*.pl (WP 6.9.5) F Aug 2, 2026
e*c*l*-*n*i*e*h*p.com (WP 7.0.2) C Aug 2, 2026
u*k*m*.ru (WP 7.0.2) F Aug 2, 2026
a*c*f*.nl F Aug 2, 2026
d*p*l*o*c*p*.pl F Aug 2, 2026
b*g*r*p*r*i*s*u*e.com (WP 5.8.13) F Aug 2, 2026
n*w*i*c.com (WP 7.0.2) F Aug 2, 2026
e*e*a*t*.c*.jp (WP 7.0.2) F Aug 2, 2026
b*o*a*s*d*n*n*.net (WP 6.7.4) F Aug 2, 2026
s*n*d*.org F Aug 2, 2026
z*n*i*i*n.c*m.my F Aug 2, 2026
n*g*r*o*t*n*.com (WP 6.3.5) F Aug 2, 2026
b*g*e*r*r*n*l*n.com F Aug 2, 2026
k*t*w*s*.c*.uk F Aug 2, 2026
b*d*p*o*.com (WP 6.8.3) F Aug 2, 2026
m*a*u*t*.com F Aug 2, 2026
m*a*1.ru (WP 6.1.10) F Aug 2, 2026
t*e*.ru (WP 6.1.10) F Aug 2, 2026
t*i*g*s*l*e*.com (WP 6.4.8) F Aug 2, 2026
t*i*g*o*v*r.com (WP 6.4.8) F Aug 2, 2026
t*a*y*u*i*s*.com F Aug 1, 2026
t*i*n*u*t*e*.com (WP 7.0.2) F Aug 1, 2026
b*b*s*a*k*.com (WP 6.9.5) F Aug 1, 2026
m*a*m*r*i*h*t*c*n*q*e*e*t*l*a*.com F Aug 1, 2026
h*t*l*t*e*n*c*.cz (WP 6.7.5) D Aug 1, 2026
e*p*r*o*e*p*n*i*n*s.c*m.co F Aug 1, 2026
b*b*c*r*i*u*u*.com F Aug 1, 2026
d*o*e*i*o*r*n*o*m*r*.it (WP 6.7.5) F Aug 1, 2026
b*b*d*i*k*a.com F Aug 1, 2026
t*e*i*n*n*s*i*n*.com (WP 7.0.2) F Aug 1, 2026
s*o*p*n*a*.com F Aug 1, 2026
e*s*-*a*e.fr F Aug 1, 2026
c*p*c.info F Aug 1, 2026
t*e*i*u*l*s*e*t.com F Aug 1, 2026
t*e*i*l*g*c*o*e*a*i*e.com (WP 7.0.2) F Aug 1, 2026
m*o*e*l*k*e*o*a*r*e.nl F Aug 1, 2026
d*m*i*e*-*a*a*u.com F Aug 1, 2026
a*t*i*e*o*e*x.com F Aug 1, 2026
3*b*h*a*n.com (WP 6.8.6) F Aug 1, 2026
m*r*a*w*l*d*n.com D Aug 1, 2026
m*l*d*s*m.com F Aug 1, 2026
a*h*a*i*g*c.com (WP 6.7.5) F Aug 1, 2026
m*r*m*i*i*i*t*v*.org (WP 7.0.2) F Aug 1, 2026
m*d*-*y*n*a*.com (WP 7.0.2) F Aug 1, 2026
m*r*i*s*g*.com F Aug 1, 2026
a*a*.com D Aug 1, 2026
g*r*t*x*.com (WP 6.8.6) F Aug 1, 2026
g*r*g*s*i*k.com D Aug 1, 2026
m*n*s*a*m*.com (WP 6.2.8) F Aug 1, 2026
a*a*i*e.jp (WP 6.4.8) F Aug 1, 2026
t*e*c*o*a*m*m.com F Aug 1, 2026
b*g*h*a*t*c*r*.com (WP 5.7.2) F Aug 1, 2026
m*n*m*s*i*h*.com F Aug 1, 2026
b*c*a*e*.com (WP 7.0.2) F Aug 1, 2026
f*e*i*a*a*i*e.com (WP 6.2) F Aug 1, 2026
a*i*t*.com (WP 7.0.2) F Aug 1, 2026
a*i*a*c*i*e*t*r*p*.com (WP 5.9.13) D Aug 1, 2026
a*i*p*i*a.com (WP 6.7.5) F Aug 1, 2026
f*e*o*s*a*u*o*s*r*n*e.com A Aug 1, 2026
m*l*r*h*m*.com (WP 6.4.8) F Aug 1, 2026
a*w*m*n*.com (WP 7.0.2) F Aug 1, 2026
b*s*c*a*.com F Aug 1, 2026
f*e*t*s*m*n*g*r.com (WP 7.0.2) F Aug 1, 2026
t*e*a*l*y*g*.com (WP 7.0.2) D Jul 31, 2026
i*a*m*d*a.com (WP 5.7.15) F Jul 31, 2026
a*a*s*r.com (WP 7.0.2) F Jul 31, 2026
f*e*l*t*f*.com F Jul 31, 2026
i*c*i.com (WP 7.0.2) F Jul 31, 2026
a*a*-*r*.com (WP 6.8.2) D Jul 31, 2026
b*-*a*u.com F Jul 31, 2026
a*w*l*a*o.com F Jul 31, 2026
f*e*d*m*a*h*l*b.com F Jul 31, 2026
m*l*l*r*e*.com (WP 7.0.2) F Jul 31, 2026
i*s*d*g*t*l.com (WP 7.0.2) F Jul 31, 2026
a*s*i*c*n*i*i*n*n*.com (WP 7.0.2) F Jul 31, 2026
i*f*r*a*h*o*.com (WP 6.7.5) F Jul 31, 2026
b*l*n*-*e*.ru F Jul 31, 2026
d*n*h*t*a*h*n*.com (WP 4.9.23) F Jul 31, 2026

Top 50 Plugins

Plugin Count
elementor 1,770,342
contact-form-7 1,750,915
elementor-pro 1,052,644
woocommerce 816,483
revslider 608,510
jetpack 454,420
js_composer 419,725
wp-rocket 342,266
essential-addons-for-elementor-lite 264,611
gravityforms 257,031
complianz-gdpr 257,016
google-site-kit 232,607
cookie-law-info 228,155
instagram-feed 224,607
sitepress-multilingual-cms 210,587
header-footer-elementor 206,506
google-analytics-for-wordpress 205,459
bluehost-wordpress-plugin 192,302
elementskit-lite 179,973
gutenberg 167,201
cookie-notice 148,778
litespeed-cache 144,156
gtranslate 124,739
wpforms-lite 123,682
the-events-calendar 122,284
astra-sites 113,047
popup-maker 109,572
woocommerce-payments 109,182
gutenberg-core 103,126
tablepress 102,385
honeypot 97,718
astra-addon 93,722
wp-smushit 90,758
duracelltomi-google-tag-manager 90,301
layerslider 89,210
all-in-one-seo-pack 89,010
bb-plugin 86,794
coblocks 86,593
akismet 84,953
premium-addons-for-elementor 84,325
cleantalk-spam-protect 82,484
ml-slider 82,220
mailchimp-for-wp 81,704
megamenu 80,173
woocommerce-gateway-stripe 79,380
jet-engine 78,032
fusion-builder 77,009
ewww-image-optimizer 76,700
wp-pagenavi 76,449
smart-slider-3 76,095

Top 50 Themes

Theme Count
hello-elementor 620,730
Divi 495,621
astra 413,779
flatsome 138,511
Avada 120,930
generatepress 114,754
oceanwp 80,295
kadence 78,796
pub 72,272
enfold 68,702
salient 65,121
twentyseventeen 54,278
bb-theme 53,318
betheme 52,418
twentytwentyfour 52,156
blocksy 50,809
cocoon-master 49,207
dt-the7 45,418
twentytwentyfive 44,964
woodmart 43,625
neve 38,090
Avada-Child-Theme 36,893
gox 36,252
h4 36,037
bridge 31,289
twentytwentyone 30,266
lightning 29,956
twentytwenty 28,736
swell 27,987
bricks 26,481
Impreza 26,080
Newspaper 24,196
twentytwentythree 22,096
epik-redesign 19,111
twentytwentytwo 18,764
uncode 18,484
pro 17,626
twentysixteen 17,600
sydney 16,483
storefront 16,300
Total 14,372
hello-theme-child-master 14,018
factory-templates-4 13,729
themify-ultra 12,943
extendable 12,726
hestia 12,588
yootheme 12,493
yith-wonder 12,085
porto 11,938
twentyfifteen 11,857