You are here

INSTALL.txt in Responsive Navigation 7

CONTENTS OF THIS FILE
---------------------

 * Installation and Uninstallation
 * Dependencies

INSTALLATION / UNINSTALLATION
-----------------------------

1. Decompress the archive and copy the responsive_navigation folder
   into your modules folder.

     sites/all/modules

2. Install the Libraries 7.x-2.x module into your modules folder.

3. Download the responsive-nav.js plugin. The link is provided below.

   For advanced Drush 4.x+ users, type:

     drush rnjs-plugin

     or

     drush rnjsplugin (shorter alias with no dashes for the lazy)

   It will download archive and decompress and create the folder:

     sites/all/libraries/responsive_navigation

   If you don't have Drush proceed to step 4 and 5 for the manual method.

4. Create a "responsive_navigation" folder under libraries:

     sites/all/libraries/responsive_navigation

5. Unzip the archive and copy the following files to this folder.

   sites/all/libraries/responsive_navigation
     - responsive-nav.css
     - responsive-nav.js
     - responsive-nav.min.js

6. Turn on the module under:

     admin/modules

7. Enable the "Administer Responsive Navigation" permission.

     admin/people/permissions

8. Navigate to:

     admin/config/user-interface/responsive_navigation

   Enable 0 or 1 block. Use 0 if you just want to use the library and
   code the javascript functions directly into your theme templates.
   Use 1 if you want to create a menu block with responsive-nav.js.

9. If you chose 1 block, go the block region section in the admin and
   assign the new block to a region -- preferably near the top of your
   template.

     admin/structure/block

10. Configure the block you enabled.

      admin/structure/block/manage/responsive_navigation/1/configure

11. To uninstall, disable the Responsive Navigation module.

      admin/modules

    Go to the uninstall section, select the module and uninstall.

      admin/modules/uninstall

    Delete the plugin folder at:

      sites/all/libraries/responsive_navigation

    To delete the responsive-nav.js with Drush:

      drush rm-rnjs-plugin

      or

      drush rmrnjsplugin

For further instructions on using the plugin, see the following 
website: http://responsive-nav.com

DEPENDENCIES
------------

The menu module must be enabled.

Libraries 7.x-2.x module
http://drupal.org/project/libraries

responsive-nav javascript plugin
http://responsive-nav.com
https://github.com/viljamis/responsive-nav.js

File

INSTALL.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Installation and Uninstallation
  4. * Dependencies
  5. INSTALLATION / UNINSTALLATION
  6. -----------------------------
  7. 1. Decompress the archive and copy the responsive_navigation folder
  8. into your modules folder.
  9. sites/all/modules
  10. 2. Install the Libraries 7.x-2.x module into your modules folder.
  11. 3. Download the responsive-nav.js plugin. The link is provided below.
  12. For advanced Drush 4.x+ users, type:
  13. drush rnjs-plugin
  14. or
  15. drush rnjsplugin (shorter alias with no dashes for the lazy)
  16. It will download archive and decompress and create the folder:
  17. sites/all/libraries/responsive_navigation
  18. If you don't have Drush proceed to step 4 and 5 for the manual method.
  19. 4. Create a "responsive_navigation" folder under libraries:
  20. sites/all/libraries/responsive_navigation
  21. 5. Unzip the archive and copy the following files to this folder.
  22. sites/all/libraries/responsive_navigation
  23. - responsive-nav.css
  24. - responsive-nav.js
  25. - responsive-nav.min.js
  26. 6. Turn on the module under:
  27. admin/modules
  28. 7. Enable the "Administer Responsive Navigation" permission.
  29. admin/people/permissions
  30. 8. Navigate to:
  31. admin/config/user-interface/responsive_navigation
  32. Enable 0 or 1 block. Use 0 if you just want to use the library and
  33. code the javascript functions directly into your theme templates.
  34. Use 1 if you want to create a menu block with responsive-nav.js.
  35. 9. If you chose 1 block, go the block region section in the admin and
  36. assign the new block to a region -- preferably near the top of your
  37. template.
  38. admin/structure/block
  39. 10. Configure the block you enabled.
  40. admin/structure/block/manage/responsive_navigation/1/configure
  41. 11. To uninstall, disable the Responsive Navigation module.
  42. admin/modules
  43. Go to the uninstall section, select the module and uninstall.
  44. admin/modules/uninstall
  45. Delete the plugin folder at:
  46. sites/all/libraries/responsive_navigation
  47. To delete the responsive-nav.js with Drush:
  48. drush rm-rnjs-plugin
  49. or
  50. drush rmrnjsplugin
  51. For further instructions on using the plugin, see the following
  52. website: http://responsive-nav.com
  53. DEPENDENCIES
  54. ------------
  55. The menu module must be enabled.
  56. Libraries 7.x-2.x module
  57. http://drupal.org/project/libraries
  58. responsive-nav javascript plugin
  59. http://responsive-nav.com
  60. https://github.com/viljamis/responsive-nav.js