by Black Studio
4.2 (22 reviews)
Black Studio Touch Dropdown Menu
Add support for navigation dropdown menus on mobile / touch devices.
Tested up to WP 6.0.11 (Current: 6.9.4)
v1.0.2
Current Version v1.0.2
Updated 3 years ago
Last Update on 01 Jul, 2022
Refreshed 6 hours ago
Last Refreshed on
Rank
#5,566
—
No change
Active Installs
1K+
—
No change
KW Avg Position
22
—
No change
Downloads
52.2K
+5 today
Support Resolved
0%
—
No change
Rating
84%
Review 4.2 out of 5
4.2
(22 reviews)
Next Milestone 2K
1K+
2K+
263
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 135 more installs to reach 2K+
Rank Changes
Current
#5,566
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.2
22 reviews
Overall
84%
5
16
(73%)
4
2
(9%)
3
0
(0%)
2
0
(0%)
1
4
(18%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| touchscreen | 22 | — | Tag | 18 hours 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.0.2
- Last Updated
- Jul 01, 2022
- Requires WP
- 3.0+
- Tested Up To
- 6.0.11
- PHP Version
- N/A
- Author
- Black Studio
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.2
- Reviews
- 22
- 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,718
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#960
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#272
Frequently Asked Questions
Common questions about Black Studio Touch Dropdown Menu
By default the plugin applies its behavior to all hyperlinks that are direct children of nested unordered list. This is corresponding to the following jQuery selector: li:has(ul) > a, which is very generic and should fit with almost every theme. In some case the use of this generic selector may cause unexpected behaviors on nested unordered lists that are not navigation menus and do not have any dropdown effect applied. To workaround this, the plugin provides the filter black_studio_touch_dropdown_menu_selector, that allows advanced users to customize the selector to use. Example (based on Twenty Eleven theme markup): add_filter( 'black_studio_touch_dropdown_menu_selector', 'my_custom_selector' ); function my_custom_selector( $selector ) { return 'nav li:has(ul) > a'; } Forcing plugin's behavior on iOS The plugin behavior is intentionally disabled on Apple devices with iOS version 5 or later, as it should be provided natively by the devices. Anyway, if you want to force the application even on these devices, there's a filter hook for that. You may use the following snippet: add_filter( 'black_studio_touch_dropdown_menu_force_ios5', 'my_force_ios5' ); function my_force_ios5( $force ) { return true; } Troubleshooting If you think the plugin doesn't work as expected. please post a message in the Support forum, providing the following information: Description of the problem and steps to reproduce it Error messages if any (especially in the browser javascript console) Browser / OS / Device in use Wordpress version in use Wordpress theme in use List of other Wordpress plugins installed