WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

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

WP Slick Slider and Image Carousel

👤 Essential Plugin 📦 v3.7.8 🔗 Plugin Homepage

✅ 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
d*o*e*i*o*r*n*o*m*r*.it (WP 6.7.5) F 2026-06-06 09:42:45
b*b*d*i*k*a.com 👤 F 2026-06-06 08:35:26
t*e*i*n*n*s*i*n*.com (WP 7.0) F 2026-06-06 08:04:08
j*b.c*f*a*b*n*.ru (WP 5.7.15) ⚠️ 👤 D 2026-06-06 06:05:46
s*o*p*n*a*.com F 2026-06-06 04:34:22
m*b*o*.com F 2026-06-06 04:22:19
p*g*o*s*r*s.org (WP 6.9.4) F 2026-06-06 03:36:56
e*s*-*a*e.fr 👤 F 2026-06-06 03:15:50
c*p*c.info 👤 F 2026-06-06 02:24:32
t*e*i*u*l*s*e*t.com F 2026-06-06 02:12:01
t*e*i*l*g*c*o*e*a*i*e.com (WP 6.9.4) F 2026-06-06 01:12:13
m*o*e*l*k*e*o*a*r*e.nl 🔓 F 2026-06-06 00:27:37
d*m*i*e*-*a*a*u.com F 2026-06-05 22:51:30
a*t*i*e*o*e*x.com F 2026-06-05 22:51:30
m*r*a*w*l*d*n.com F 2026-06-05 21:39:55
j*m*a*.d*g*t*l*o*i*n.io (WP 7.0) 👤 F 2026-06-05 21:37:25
f*u*g*o*e*u.com F 2026-06-05 21:29:59
m*l*d*s*m.com F 2026-06-05 20:24:16
a*h*a*i*g*c.com (WP 6.7.5) F 2026-06-05 20:13:53
m*r*m*i*i*i*t*v*.org (WP 7.0) F 2026-06-05 19:51:42
m*r*i*-*o*n*c*-*n*l*t*c*.com (WP 7.0) 👤 F 2026-06-05 18:53:13
f*s*h*s*m.de 👤 D 2026-06-05 18:32:37
m*d*-*y*n*a*.com (WP 7.0) F 2026-06-05 18:17:47
m*r*i*s*g*.com 👤 F 2026-06-05 18:04:27
a*a*.com D 2026-06-05 17:55:39
g*r*t*x*.com (WP 6.8.5) 👤 F 2026-06-05 16:18:13
c*.cl F 2026-06-05 16:14:02
g*r*g*s*i*k.com D 2026-06-05 15:30:23
t*i.l*m*.e*u.pk (WP 4.7.28) ⚠️ F 2026-06-05 14:05:47
a*u*i*o*s*i.com F 2026-06-05 13:55:45
m*n*s*a*m*.com (WP 6.2.8) ⚠️ F 2026-06-05 13:31:16
b*o*.s*p*i*c*r*a*n*.com (WP 6.2.9) ⚠️ F 2026-06-05 12:43:12
a*a*i*e.jp (WP 6.4.8) ⚠️ F 2026-06-05 11:47:21
t*e*e*t*n*l*c*.com (WP 6.9.1) F 2026-06-05 11:10:21
t*e*c*o*a*m*m.com F 2026-06-05 10:08:58
b*g*h*a*t*c*r*.com (WP 5.7.2) ⚠️ F 2026-06-04 06:09:56
m*n*m*s*i*h*.com F 2026-06-04 04:52:29
b*c*a*e*.com (WP 7.0) F 2026-06-04 03:19:42
t*e*i*l*s.com (WP 6.9.4) 🔓 F 2026-06-04 02:03:47
a*i*t*.com (WP 7.0) F 2026-06-04 01:51:05
f*e*i*a*a*i*e.com (WP 6.2) ⚠️ F 2026-06-04 01:50:43
a*i*a*c*i*e*t*r*p*.com (WP 5.9.13) ⚠️ D 2026-06-04 01:33:52
a*i*p*i*a.com (WP 6.7.5) F 2026-06-04 01:23:09
f*e*o*s*a*u*o*s*r*n*e.com A 2026-06-04 00:34:30
a*w*m*n*.com (WP 7.0) F 2026-06-03 23:41:23
b*s*c*a*.com (WP 7.0) F 2026-06-03 22:49:15
f*e*t*s*m*n*g*r.com (WP 7.0) F 2026-06-03 22:43:15
t*e*a*f*l*s.com (WP 5.7.15) ⚠️ F 2026-06-03 22:27:52
t*e*a*l*y*g*.com (WP 6.9.4) D 2026-06-03 21:42:11
i*a*m*d*a.com (WP 5.7.15) ⚠️ F 2026-06-03 21:29:38
b*b*b*.com (WP 4.7.29) ⚠️ F 2026-06-03 21:24:25
a*a*s*r.com (WP 7.0) F 2026-06-03 20:53:34
f*e*l*t*f*.com F 2026-06-03 20:22:23
v*g*o*p.c*m.au (WP 6.9.4) F 2026-06-03 20:01:53
i*c*i.com (WP 6.9.4) F 2026-06-03 19:05:51
a*a*-*r*.com (WP 6.8.2) D 2026-06-03 19:04:14
b*-*a*u.com F 2026-06-03 18:42:33
a*w*l*a*o.com F 2026-06-03 18:39:45
f*e*d*m*a*h*l*b.com F 2026-06-03 18:19:31
i*s*d*g*t*l.com (WP 7.0) F 2026-06-03 18:00:14
m*i*a*c*n*r*s*.com (WP 6.4.4) ⚠️ F 2026-06-03 17:38:32
o*s.w*c*o*a.pl (WP 7.0) F 2026-06-03 17:38:16
i*o*o*e*s.com (WP 5.0.22) ⚠️ F 2026-06-03 17:18:02
a*s*i*c*n*i*i*n*n*.com (WP 6.9.4) F 2026-06-03 17:13:04
i*f*r*a*h*o*.com (WP 6.7.5) F 2026-06-03 15:11:31
b*l*n*-*e*.ru F 2026-06-03 15:06:29
d*n*h*t*a*h*n*.com (WP 4.9.23) ⚠️ F 2026-06-03 14:24:10
a*i*a*r*o*d*t*o*i*g*i*m*.com (WP 5.3.21) ⚠️ F 2026-06-03 14:22:29
m*a*t*a*e*i*k.com (WP 6.8.2) F 2026-06-03 13:49:14
i*e*i*e*v.com F 2026-06-03 13:46:57
i*e*i*e*e*e*i*i*n.com F 2026-06-03 13:46:57
a*y*i*.c*g*i.it F 2026-06-03 13:43:35
m*k*s*l*i*a*a*t.com (WP 6.0.12) ⚠️ F 2026-06-03 13:14:20
p*t*-*h*p.de (WP 6.7.5) F 2026-06-03 12:42:17
t*e*e*p*e*f*m*a*t.com (WP 7.0) F 2026-06-03 12:09:37
t*g*r*g*o*a*.c*.jp (WP 7.0) F 2026-06-03 11:42:10
b*w*c*r*a*s*r*e*y.com (WP 6.9.4) 🔓 F 2026-06-03 11:34:56
b*w*l*l*a*w*l*.com F 2026-06-03 11:26:49
i*e*-*a*h.com F 2026-06-03 10:17:52
m*k*n*a*.com F 2026-06-03 09:57:22
m*k*m*s*u*.com (WP 6.9.4) F 2026-06-03 09:47:29
m*t*s*u*l*i*g*a*e*i*l*.com (WP 7.0) F 2026-06-03 09:37:16
m*t*s*m.com (WP 7.0) F 2026-06-03 09:37:16
m*j*c*a*e*.com (WP 7.0) F 2026-06-03 08:54:55
t*e*x*o*d*a*r*o*.com F 2026-06-03 08:33:32
t*e*t*r*a.com (WP 7.0) F 2026-06-03 07:40:57
p*l*c*o*e*r*s*a*-*a*z*n*l*o.com (WP 6.9.4) F 2026-06-03 07:40:33
i*y*r*s*h*a*.com F 2026-06-03 07:32:24
p*k*l*s*n*i*e.com (WP 7.0) F 2026-06-03 06:29:30
f*b*i*a*i*.ru (WP 7.0) F 2026-06-03 06:27:39
d*o*e*i.t*r*n*.it F 2026-06-03 06:07:22
t*e*p*n*o*k*o*k.com (WP 6.6) F 2026-06-03 06:00:24
i*o*o*t*o*r.com (WP 6.9.4) F 2026-06-03 05:03:15
i*o*d*v*l*p*e*t*n*.com (WP 7.0) F 2026-06-03 04:00:18
a*a*e*y.w*b*a*n*.com F 2026-06-03 03:38:15
f*m*k*n*.de (WP 7.0) F 2026-06-03 03:20:15
b*o*.p*a*m*t*.eu (WP 7.0) F 2026-06-03 03:10:49
m*r*n*c*n*t*u*t*o*.com F 2026-06-03 03:01:37
t*e*s*e*i*i*.com (WP 7.0) F 2026-06-03 02:54:18
j*r*a*a*.p*o*r*m*d*c*n*.com F 2026-06-03 02:50:55

Top 50 Plugins

Plugin Count
elementor 1,868,053
contact-form-7 1,839,138
elementor-pro 1,086,956
woocommerce 843,096
revslider 638,354
jetpack 478,746
js_composer 447,519
wp-rocket 347,732
essential-addons-for-elementor-lite 308,278
gravityforms 300,257
complianz-gdpr 269,093
cookie-law-info 241,775
instagram-feed 235,701
google-site-kit 229,472
sitepress-multilingual-cms 229,144
google-analytics-for-wordpress 220,437
elementskit-lite 217,876
header-footer-elementor 217,110
bluehost-wordpress-plugin 192,383
gutenberg 166,413
gutenberg-core 165,241
cookie-notice 160,147
litespeed-cache 140,996
the-events-calendar 137,971
wpforms-lite 133,159
gtranslate 132,650
astra-sites 122,378
popup-maker 119,986
tablepress 115,666
woocommerce-payments 115,555
coblocks 103,081
honeypot 101,592
astra-addon 98,381
duracelltomi-google-tag-manager 97,229
wp-smushit 96,743
all-in-one-seo-pack 96,258
LayerSlider 94,649
bb-plugin 92,877
megamenu 90,546
premium-addons-for-elementor 89,861
akismet 88,120
mailchimp-for-wp 86,426
cleantalk-spam-protect 85,881
woocommerce-gateway-stripe 85,506
ml-slider 84,529
borlabs-cookie 83,528
wp-pagenavi 82,783
fusion-builder 82,411
ewww-image-optimizer 81,669
smart-slider-3 80,822

Top 50 Themes

Theme Count
hello-elementor 638,947
Divi 528,350
astra 437,220
flatsome 147,608
generatepress 130,535
Avada 128,533
pub 113,783
twentytwentyfour 87,839
oceanwp 86,469
kadence 82,000
sydney 75,827
enfold 74,519
salient 68,746
twentyseventeen 58,508
h4 58,354
bb-theme 56,485
betheme 53,931
blocksy 53,040
cocoon-master 52,732
dt-the7 47,785
twentytwentyfive 46,005
neve 41,043
Avada-Child-Theme 38,823
woodmart 34,431
gox 34,352
bridge 33,904
twentytwentyone 33,206
lightning 32,337
twentytwenty 31,198
swell 29,067
voxel 27,638
Impreza 27,599
bricks 26,946
twentytwentythree 24,833
Newspaper 24,711
sinatra 24,616
kubio 22,257
twentytwentytwo 20,450
uncode 19,869
epik-redesign 19,288
twentysixteen 19,161
storefront 18,527
pro 18,211
Total 15,275
extendable 15,037
yith-wonder 14,135
hello-theme-child-master 13,902
yootheme 13,495
themify-ultra 13,469
hestia 13,422