You are here

README.txt in Responsive Menus 7

Same filename in this branch
  1. 7 README.txt
  2. 7 styles/mlpm/Readme.txt
Same filename and directory in other branches
  1. 8 README.txt
RESPONSIVE MENUS
----------------
Responsify your menus! Just give me a CSS or jQuery style selector
of your menu and I will make it mobile friendly (when the time is right).
https://drupal.org/project/responsive_menus


CONFIGURATION
-------------
For many use cases, the default settings will be enough.  Turn it on = done.
I am a huge fan of 0-config, too many things to configure in Drupal already.
That said, there are plenty of configuration options at:
/admin/config/user-interface/responsive_menus

Alternatively, you can use Responsive Menus as a Context reaction with all
the same options.

These options vary depending on the style chosen, but may include:
-CSS/jQuery selectors for which menus to responsify
-Text or HTML to use as the menu toggle button
-Screen width to respond to
-Open from Left or Right side of screen
-Remove other classes/id's when responded


GOOD TO KNOW
------------
The 'Simple' and 'MeanMenu' styles are included with this module, the others
must be downloaded.  The URL to download a library will be presented to you if
you try to choose any other style.

MeanMenu & codrops' Multi styles require jQuery 1.7+

Sidr & codrops integrate with the Libraries 2.x module in order to work.
-This can be bypassed using hook_responsive_menus_styles_alter.
-See API & HOOKS below.

Google Nexus style takes over all the time (not just small screen).
-May be updated later to have a mobile only option.


API & HOOKS
-----------
hook_responsive_menus_style_info()
- Declare your own style.
hook_responsive_menus_styles_alter(&$styles)
- Alter existing styles.
@see responsive_menus.api.php


AUTHOR INFO
-----------
Joshua Walker 'drastik'
http://drastikbydesign.com
https://drupal.org/user/433663

File

README.txt
View source
  1. RESPONSIVE MENUS
  2. ----------------
  3. Responsify your menus! Just give me a CSS or jQuery style selector
  4. of your menu and I will make it mobile friendly (when the time is right).
  5. https://drupal.org/project/responsive_menus
  6. CONFIGURATION
  7. -------------
  8. For many use cases, the default settings will be enough. Turn it on = done.
  9. I am a huge fan of 0-config, too many things to configure in Drupal already.
  10. That said, there are plenty of configuration options at:
  11. /admin/config/user-interface/responsive_menus
  12. Alternatively, you can use Responsive Menus as a Context reaction with all
  13. the same options.
  14. These options vary depending on the style chosen, but may include:
  15. -CSS/jQuery selectors for which menus to responsify
  16. -Text or HTML to use as the menu toggle button
  17. -Screen width to respond to
  18. -Open from Left or Right side of screen
  19. -Remove other classes/id's when responded
  20. GOOD TO KNOW
  21. ------------
  22. The 'Simple' and 'MeanMenu' styles are included with this module, the others
  23. must be downloaded. The URL to download a library will be presented to you if
  24. you try to choose any other style.
  25. MeanMenu & codrops' Multi styles require jQuery 1.7+
  26. Sidr & codrops integrate with the Libraries 2.x module in order to work.
  27. -This can be bypassed using hook_responsive_menus_styles_alter.
  28. -See API & HOOKS below.
  29. Google Nexus style takes over all the time (not just small screen).
  30. -May be updated later to have a mobile only option.
  31. API & HOOKS
  32. -----------
  33. hook_responsive_menus_style_info()
  34. - Declare your own style.
  35. hook_responsive_menus_styles_alter(&$styles)
  36. - Alter existing styles.
  37. @see responsive_menus.api.php
  38. AUTHOR INFO
  39. -----------
  40. Joshua Walker 'drastik'
  41. http://drastikbydesign.com
  42. https://drupal.org/user/433663