Vanilla install. I've added the Bootstrap library manually.

A few things going on I could use some support with.

-Anonymous users cannot see the user menu dropdown box (how can I make it appear to anonymous users?)

-Nothing happens when an Authenticated user clicks on the user menu dropdown. The html is all in place, could this be a javascript issue where, after manually adding the library to the theme folder, I need to call the javascript somewhere? I thought it would already be called - but perhaps not. In this case should I just use a custom module, or should I add it to a certain theme file?

I'm a bit new to the world of Drupal, but learning very quickly. Thank you guys so much for creating this theme.

*Update, none of the javascript things appear to be working. I'm missing something fundamental - perhaps this is more of an installation question with a few menu specific questions.

Comments

stopshinal’s picture

Alternatively, how could I change this to reflect the far right dropdown at
http://twitter.github.com/bootstrap/components.html#navbar

best,
Justin

stopshinal’s picture

Status: Active » Closed (won't fix)
chintan4u’s picture

+1

Jehu’s picture

Why "won't fix"?? Does not work properly for me too.

egomac’s picture

You need to have the jQuery 1.7 in order for it to work.

jberg’s picture

For instructions on how to use hook_js_alter to replace core jQuery with another version of jQuery, see for example Using Twitter Bootstrap theme on Drupal 7 (with jQuery 1.7).

Please note that replacing core jQuery with a newer version might introduce some admin interface problems, so I hear = read, but have no first-hand experience yet as I haven't noticed side-effects with this so far. If anyone knows what the side-effects are, could you please list them :)

jberg’s picture

For instructions on how to use hook_js_alter to replace core jQuery with another version of jQuery, see for example Using Twitter Bootstrap theme on Drupal 7 (with jQuery 1.7).

Please note that replacing core jQuery with a newer version might introduce some admin interface problems, so I hear = read, but have no first-hand experience yet as I haven't noticed side-effects with this so far. If anyone knows what the side-effects are, could you please list them :)

andregriffin’s picture

Project: Twitter's Bootstrap » Bootstrap
andregriffin’s picture

Issue summary: View changes

update