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

Plugin: wp-slick-slider-and-image-carousel (Used by 3,770 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
l*s*k*5*0.com F 2026-04-22 05:58:54
u*a*z*r*.com (WP 6.8) C 2026-04-22 05:57:47
m*n*o*e*g*o*p.cz (WP 6.9.4) A 2026-04-22 05:52:46
l*s*r*e*i*.com F 2026-04-22 05:47:17
h*m*p*e*c*o*l.com F 2026-04-22 05:43:50
u*a*n*o*s*l*a*t.com (WP 4.4.2) ⚠️ F 2026-04-22 05:42:02
o*a*u*e*a*2*1*1*.com (WP 6.9.4) F 2026-04-22 05:12:04
h*m*n*w*n*w.com (WP 6.9.4) F 2026-04-22 04:30:01
k*b*m*i*e.com (WP 6.9.4) F 2026-04-22 04:25:05
f*r*p*a*e*b*e*p*r*u*.com F 2026-04-22 04:21:05
m*t*o*o*n*m*s*c.com (WP 6.9.4) F 2026-04-22 04:16:21
k*b*-*o*e*k*n.com F 2026-04-22 03:58:56
r*b*c*m*n*.com D 2026-04-22 03:52:15
f*r*f*y*r*u*s*n*a*o*e.com 🔓 F 2026-04-22 03:21:20
a*r*y*d*.com F 2026-04-22 03:19:56
f*r*f*g*t*e*o.com F 2026-04-22 03:06:08
r*b*m*t*c*.com (WP 6.0.11) ⚠️ F 2026-04-22 02:33:00
d*g*i*l*c*a*t.com (WP 6.6.5) F 2026-04-22 02:01:49
o*l*e*i*n*i*r*r*e*.org F 2026-04-22 01:47:49
r*b*n*o*s*e*l*n*c*e*n*n*.com (WP 6.5.8) F 2026-04-22 01:25:33
d*f*e*s*r*u*.com (WP 6.7.4) F 2026-04-22 01:02:07
t*e*g*e*t*w*l*.de D 2026-04-22 00:44:19
k*t*n*s*l*t.c*.uk F 2026-04-22 00:28:23
y*r*s*i*e*r*e*r*t.c*.uk (WP 5.8.2) ⚠️ F 2026-04-22 00:25:31
c*f*-*e*e*b*r.com (WP 6.7.5) F 2026-04-22 00:23:13
s*u*i*9*d*s*g*c*l*.com F 2026-04-22 00:11:41
c*e*n*v*r*i*y.com (WP 6.8.5) F 2026-04-21 23:48:50
h*m*c*r*4*.com (WP 6.9.4) F 2026-04-21 22:34:10
f*n*i*h*p*r*t*o*s.com (WP 6.8.5) F 2026-04-21 21:43:26
h*m*a*p*i*n*e*i*.com A 2026-04-21 21:31:30
c*s*n*r*s*i*e.ca (WP 6.9.4) F 2026-04-21 21:18:37
h*m*-*e*u*.com (WP 6.9.4) F 2026-04-21 20:32:15
m*t*p*o*.com F 2026-04-21 20:15:55
d*m*t*d*b*n.de (WP 6.9.4) F 2026-04-21 19:54:30
h*l*h*u*l*e*e.com D 2026-04-21 19:30:27
m*t*l*r*a*m*n*c*n*e*t*a*e.com (WP 5.2.15) ⚠️ F 2026-04-21 19:25:36
r*t*e*t.j*w*l*b*r*r*n*.com (WP 4.7) ⚠️ F 2026-04-21 19:20:06
f*n*s*s*e*s*n*.com (WP 6.7.5) F 2026-04-21 19:08:13
m*t*l*a*2*.com (WP 5.8.13) ⚠️ F 2026-04-21 18:43:54
o*a*o*h.com (WP 6.4.4) ⚠️ F 2026-04-21 18:25:13
m*t*l*u*s*.com F 2026-04-21 18:14:21
o*a*a*i*k*d*.com F 2026-04-21 18:12:13
d*d*t*n*r*u*.com F 2026-04-21 17:59:26
m*t*l*m*r*c*.com F 2026-04-21 17:34:58
m*t*l*t*e*t*e*t*c*n*e*t*a*e.com (WP 5.2.15) ⚠️ F 2026-04-21 17:31:09
h*l*e*h*i*.com F 2026-04-21 17:24:04
y*m*i*e*r*a*.com D 2026-04-21 17:13:04
k*u*m*.com F 2026-04-21 16:52:28
h*l*o*o*d*h*m*s*s.com F 2026-04-21 15:50:23
s*r*p*e*s*a*a*a.com (WP 4.5.32) ⚠️ F 2026-04-21 15:20:12
h*l*e*s*e*d*h*l*s*l*.com (WP 5.1.9) ⚠️ F 2026-04-21 15:19:23
h*l*e*s*e*d*r*n*p*r*.com (WP 5.1.9) ⚠️ F 2026-04-21 15:19:23
s*r*p*s*u*i*.com (WP 6.2.9) ⚠️ F 2026-04-21 15:04:47
m*s*y*a*e*s*r*.com F 2026-04-21 15:00:26
c*s*a*f.com F 2026-04-21 14:16:59
c*d*g*t*l.com F 2026-04-21 14:16:58
a*t*v*k*o*i*g.no (WP 4.7.29) ⚠️ 🔓 F 2026-04-21 14:12:45
a*k*s*l*b*.com A 2026-04-21 13:38:37
d*a*o*e*t*r*r*s*s.com (WP 6.4.8) ⚠️ 🔓 B 2026-04-21 13:19:10
h*l*d*y*o*s*.com (WP 6.9.1) F 2026-04-21 12:27:49
m*s*h.com F 2026-04-21 12:27:04
d*s*g*e*s*o*a*.com B 2026-04-21 12:12:18
a*i*o*a*o*d*i*e*o*e*s.com (WP 6.9.4) F 2026-04-21 10:33:22
r*f*r*p*o*e*t.com (WP 6.8.3) F 2026-04-21 09:43:54
a*i*a*a*e*t*e.com (WP 4.9.25) ⚠️ D 2026-04-21 09:22:07
9*l*t*e*y.technology (WP 6.7.5) F 2026-04-21 09:14:14
r*s*i*s*l*t*o*s.com (WP 6.9.4) F 2026-04-21 08:48:31
j*b*l*e*m*s*r*b*g*z*e*l*n.de (WP 6.9.4) F 2026-04-21 08:44:39
b*r*n*s*.com (WP 6.7.5) 📡 D 2026-04-21 07:38:24
b*r*g*o*p.com (WP 6.9.4) F 2026-04-21 07:38:23
d*a*o*d*t*a*l*r*.com F 2026-04-21 06:56:01
k*a*a*a*a.es (WP 6.9.4) F 2026-04-21 06:44:31
d*a*o*d*.com F 2026-04-21 06:41:17
d*a*o*d*i*e*.com F 2026-04-21 06:22:10
k*z*k*-*a*o*a.com (WP 6.9.4) F 2026-04-21 06:10:36
k*m*e*l*a*n*u*e*.com F 2026-04-21 06:02:01
c*n*o*t*u*k*v*n*s.c*.uk (WP 6.9.4) D 2026-04-21 04:35:19
o*i*n*p*t*o*e*m.com (WP 6.7.5) C 2026-04-21 04:09:20
s*r*f*o*d.com A 2026-04-21 03:40:26
b*c*a*s*l*s*o*a*e.com F 2026-04-21 03:32:20
r*v*r*i*e*i*i*t*r*g*n*.com F 2026-04-21 03:30:17
s*r*c*s*a*e*.com F 2026-04-21 03:28:59
s*r*c*e*l*.com (WP 6.9.4) F 2026-04-21 03:24:55
s*p*u*a*l*r*y.com (WP 6.9.4) F 2026-04-21 02:37:16
t*x*d*w*a*h*u*e.com F 2026-04-21 02:19:06
a*g*i*e*e*r*h.com F 2026-04-21 01:36:55
s*o*k*d*e*e*n*i*h*u*g.de (WP 6.8.5) F 2026-04-20 23:32:23
s*o*k*a*d*o*e*a.com F 2026-04-20 23:16:28
t*s*n*i*s*n*s.com (WP 6.9.4) F 2026-04-20 22:58:49
h*p*g*o*p.com (WP 6.8.5) F 2026-04-20 22:48:03
t*n*e*l*r*e*t*e*e*u*.fr F 2026-04-20 22:33:35
g*t*w.c*.uk (WP 6.8.5) F 2026-04-20 22:31:11
k*t*m*t*-*o*e*t*t*e*a*y.com F 2026-04-20 22:25:48
h*b*l*w.com F 2026-04-20 22:09:04
k*t*i*a*i*i*5*5.com (WP 6.9.4) F 2026-04-20 22:06:17
s*a*t*o*n*c*i*n*.nl D 2026-04-20 21:58:19
m*n*i*e*i*-*e*-*-*a*l*e*.com F 2026-04-20 21:49:12
h*s*g*o*p.com (WP 6.9.4) F 2026-04-20 21:46:37
h*s*s*k*.com F 2026-04-20 21:46:35
s*o*e*t*o*t*c*m*e*.com F 2026-04-20 21:46:10

Top 50 Plugins

Plugin Count
elementor 2,042,226
contact-form-7 1,910,576
elementor-pro 1,164,210
woocommerce 947,969
revslider 698,969
js_composer 470,163
jetpack 467,685
wp-rocket 350,781
essential-addons-for-elementor-lite 315,823
gravityforms 268,896
header-footer-elementor 253,761
complianz-gdpr 246,928
instagram-feed 244,520
google-analytics-for-wordpress 239,596
elementskit-lite 238,462
gutenberg-core 236,283
cookie-law-info 235,991
google-site-kit 235,154
sitepress-multilingual-cms 217,744
bluehost-wordpress-plugin 207,377
wpforms-lite 170,343
astra-sites 162,891
gutenberg 157,629
litespeed-cache 150,704
cookie-notice 140,280
gtranslate 138,641
coblocks 130,241
the-events-calendar 128,499
popup-maker 121,128
astra-addon 103,285
bb-plugin 102,615
tablepress 102,610
woocommerce-payments 101,312
LayerSlider 101,239
wp-smushit 100,582
premium-addons-for-elementor 98,751
mailchimp-for-wp 96,676
duracelltomi-google-tag-manager 93,550
honeypot 92,216
cleantalk-spam-protect 90,914
akismet 90,531
woocommerce-gateway-stripe 88,997
megamenu 86,393
fusion-builder 84,420
all-in-one-seo-pack 84,296
creame-whatsapp-me 82,848
smart-slider-3 82,792
formidable 82,376
creative-mail-by-constant-contact 80,738
pixelyoursite 79,986

Top 50 Themes

Theme Count
hello-elementor 674,966
Divi 562,521
astra 515,104
pub 160,466
Avada 130,518
flatsome 127,314
generatepress 126,963
oceanwp 92,567
h4 88,883
kadence 84,415
enfold 74,423
salient 71,495
bb-theme 63,882
twentytwentyfour 63,321
twentyseventeen 58,816
cocoon-master 58,267
blocksy 58,168
betheme 56,511
twentytwentyfive 55,512
dt-the7 48,164
neve 42,007
woodmart 41,188
Avada-Child-Theme 36,660
twentytwentyone 36,349
bridge 35,585
gox 34,459
twentytwenty 32,203
lightning 31,394
swell 30,662
twentytwentythree 29,059
bricks 26,436
Impreza 26,399
Newspaper 23,771
twentytwentytwo 23,290
epik-redesign 21,413
pro 19,529
storefront 19,379
uncode 19,357
extendable 19,255
twentysixteen 19,237
sydney 17,595
yith-wonder 17,151
themify-ultra 15,660
Total 15,560
twentyfifteen 13,897
hestia 13,737
porto 13,467
twentynineteen 13,254
yootheme 13,028
thrive-theme 12,935