You are here

README.txt in Smartmenus.js 7

Same filename and directory in other branches
  1. 8 README.txt
# Smartmenus jQuery Plugin - Drupal module

This module provides Drupal integration with the Smartmenus.js advanced jQuery
website menu plugin. Mobile first, responsive and accessible list-based website
menus that work on all devices. This is the library that was included in core
for BackdropCMS, and is most commonly used with Bootstrap.


### INSTALLATION

1) Install the Smartmenus jQuery plugin in one of two ways:

  Using Drush Make
  ----------------

  a) Add the Smartmenus project to a drush make file and the library will
     automatically be downloaded into the sites/all/libraries folder.

  Manually Install
  ----------------

  a) Download the Smartmenus jQuery plugin from github:
     https://github.com/vadikom/smartmenus

  b) Unpack the Smartmenus jQuery plugin into your libraries directory
     (usually sites/all/libraries)

  c) Rename the unpacked directory to simply 'smartmenus' without the version.

4) Install the Smartmenus module as usual (see below)
   http://drupal.org/project/smartmenus


### USAGE

1) Navigate to the blocks administration at admin/structure/blocks

2) Place the Responsive Main Menu (Smartmenus) block into a region

3) Profit


### REQUIREMENTS

* Libraries API module (http://drupal.org/project/libraries)
* Smartmenus jQuery Plugin (https://www.smartmenus.org)


### MAIN CONTRIBUTORS

* jQuery Plugin created by Vasil Dinkov (https://github.com/vadikom)
* Drupal 7 module created by Jen Lampton (http://drupal.org/user/85586)

File

README.txt
View source
  1. # Smartmenus jQuery Plugin - Drupal module
  2. This module provides Drupal integration with the Smartmenus.js advanced jQuery
  3. website menu plugin. Mobile first, responsive and accessible list-based website
  4. menus that work on all devices. This is the library that was included in core
  5. for BackdropCMS, and is most commonly used with Bootstrap.
  6. ### INSTALLATION
  7. 1) Install the Smartmenus jQuery plugin in one of two ways:
  8. Using Drush Make
  9. ----------------
  10. a) Add the Smartmenus project to a drush make file and the library will
  11. automatically be downloaded into the sites/all/libraries folder.
  12. Manually Install
  13. ----------------
  14. a) Download the Smartmenus jQuery plugin from github:
  15. https://github.com/vadikom/smartmenus
  16. b) Unpack the Smartmenus jQuery plugin into your libraries directory
  17. (usually sites/all/libraries)
  18. c) Rename the unpacked directory to simply 'smartmenus' without the version.
  19. 4) Install the Smartmenus module as usual (see below)
  20. http://drupal.org/project/smartmenus
  21. ### USAGE
  22. 1) Navigate to the blocks administration at admin/structure/blocks
  23. 2) Place the Responsive Main Menu (Smartmenus) block into a region
  24. 3) Profit
  25. ### REQUIREMENTS
  26. * Libraries API module (http://drupal.org/project/libraries)
  27. * Smartmenus jQuery Plugin (https://www.smartmenus.org)
  28. ### MAIN CONTRIBUTORS
  29. * jQuery Plugin created by Vasil Dinkov (https://github.com/vadikom)
  30. * Drupal 7 module created by Jen Lampton (http://drupal.org/user/85586)