Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to RC2 and now Navbar does not load #9506

Closed
GradyD opened this issue Aug 14, 2013 · 7 comments
Closed

Updated to RC2 and now Navbar does not load #9506

GradyD opened this issue Aug 14, 2013 · 7 comments

Comments

@GradyD
Copy link

GradyD commented Aug 14, 2013

I updated to RC2 this morning and everything seems to be good except the navbar. What was changed that would cause this issue? The navbar with RC2 css and JS files looks like,

image

With RC1 it looks like,

image

My navbars HTML code is:

    <div class="navbar">
    <div class="container">
      <a type="button" class="navbar-brand" data-toggle="collapse" data-target=".nav-collapse">Dropdown</a>
      <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
      </button>

      <div class="nav-collapse collapse">
        <ul class="nav navbar-nav">
          <li><a href="about.php">About us</a></li>
          <li><a href="resources.php">resources</a></li>
          <li><a href="sermons.php">sermons</a></li>
          <li><a href="contact.php">contact us</a></li>
          <li><a href="ministries.php">ministries</a></li>
          <li><a href="blog.html">blog</a></li>
        </ul>
      </div>
    </div>
  </div>
@colinlee116
Copy link

i got the same issue and it was collapsed.

@GradyD
Copy link
Author

GradyD commented Aug 14, 2013

I was able to fix this by seeing another use having the issue and changing things to navbar-

@GradyD GradyD closed this as completed Aug 14, 2013
@colinlee116
Copy link

how? may i have the link please? thanks

@jlslew
Copy link

jlslew commented Aug 15, 2013

@colinlee116 Here is the link to the new mark-up.

I'm guessing your problem is the .nav-collapse as well, if not could you open a new issue with a jsFiddle or jsBin, please?

.nav-collapse has been renamed to .navbar-collapse and automatically hits a max-height and will overflow to keep your nav content in the same viewport.
-- Bootstrap Blog

See also #9403

@GradyD
Copy link
Author

GradyD commented Aug 15, 2013

Yes the .navbar-collapse was the fix. Sorry for not being clear.

@keith
Copy link

keith commented Aug 15, 2013

+1 since rc2 isn't served by bower with "~3.0.0-rc1"

@colinlee116
Copy link

working now, my mistake. thanks a lot everyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants