Postponed (maintainer needs more info)
Project:
Responsive Navigation
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2013 at 15:42 UTC
Updated:
4 Jul 2013 at 13:58 UTC
Jump to comment: Most recent
Comments
Comment #1
jrabeemer commentedDo you have drush installed correctly? At the command-line, can you do this and get a response?
drush -vAre you executing the drush alias command within the folder where your settings.php file is located? Drush needs to be executed within the parent folder of your drupal website in order to work.
Comment #2
xantha commentedI have the same alert — Please download the responsive-nav.js library from http://responsive-nav.com/ — is drush a _must have_ for using this module? Because it's not mentioned at the project's page...
Greetings
Xantha
Comment #3
jrabeemer commentedDrush is not required. I wrote how to install the JS library without Drush in the INSTALL.txt.
Comment #4
xantha commentedI installed it, but it doesn't work ...
The whole package is at -> sites/all/libraries/responsive-nav.js (I deleted "-master"), then I run cron and got this message ...
In this case I don't work local.
Comment #5
xantha commentedI should not try to solve problems after 10 hours working :D
Now I renamed the directory (as described in INSTALL.txt) into responsive_navigation and it works.
Comment #6
jrabeemer commentedHooray. Congratulations!
Comment #7
TarKHaoS commentedIn your project page and documentation, you should indicate the full path to the JS library for those who don't (can't) use Drush.
For example:
If you don't use Drush, the responsive-nav.js library has to be put under a "responsive_navigation" directory into your library folder, IE sites/all/libraries/responsive_navigation/responsive-nav.js .