Plugin / Black Studio Touch Dropdown Menu

Black Studio

Frequently Asked Questions (FAQ)

This section describes how to install and use the plugin. Install automatically through the Plugins menu and Add New button (or upload the entire black-studio-touch-dropdown-menu folder to the /wp-content/plugins/ directory) Activate the plugin This plugin has no options, it only modifies the behavior of navigation dropdown menus, by including a javascript file on the frontend of your site
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'; }
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; }
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

Ratings

4.2
22 reviews

Rating breakdown

Details Information

Version

1.0.1

First Released

31 Aug, 2012

Total Downloads

39,961

Wordpress Version

3.0 or higher

Tested up to:

4.9.12

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.