W
by Dabuuker
4.3 (4 reviews)
WP Owl Carousel
Owl Carousel integration for Wordpress
Tested up to WP 4.4.34 (Current: 6.9.4)
v1.1.3
Current Version v1.1.3
Updated 10 years ago
Last Update on 09 Mar, 2016
Refreshed 6 hours ago
Last Refreshed on
Rank
#11,777
—
No change
Active Installs
200+
—
No change
KW Avg Position
74.5
+1 better
Downloads
11.5K
+3 today
Support Resolved
0%
—
No change
Rating
86%
Review 4.3 out of 5
4.3
(4 reviews)
Next Milestone 300
200+
300+
298
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 17 more installs to reach 300+
Rank Changes
Current
#11,777
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.3
4 reviews
Overall
86%
5
1
(25%)
4
3
(75%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| owl carousel | 20 | — | Tag | 1 day ago |
| slideshow | 129 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.1.3
- Last Updated
- Mar 09, 2016
- Requires WP
- 4.0+
- Tested Up To
- 4.4.34
- PHP Version
- N/A
- Author
- Dabuuker
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.3
- Reviews
- 4
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,701
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#952
Firelight Lightbox
200K+ installs
#257
Performance Lab
200K+ installs
#279
Photo Gallery by 10Web - Mobile-Friendly Image Gallery
200K+ installs
#280
Frequently Asked Questions
Common questions about WP Owl Carousel
First you'll need to tell the plugin not to enqueue the assets. For all files: add_filter('wp_owl_carousel_enqueue_assets','__return_false'); For individual files: add_filter('wp_owl_carousel_enqueue_css','__return_false'); - Owl Carousel css add_filter('wp_owl_carousel_enqueue_theme_css','__return_false'); - Owl Carousel Theme css, loaded after the main css add_filter('wp_owl_carousel_enqueue_owl_js','__return_false'); - Owl Carousel minified javascript, loaded after jquery add_filter('wp_owl_carousel_enqueue_plugin_js','__return_false'); - Plugin's own javascript, initializes the carousels, depends on plugin's JS And now just use the 'wp_enqueue_scripts' action hook and wp_enqeue_script/wp_enqueue_style functions somewhere in your code. There's also the get_wp_owl_carousel_url() function to easily get this plugin's url if you don't want to copy the assets over somewhere.