You need to change in this markup
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar collapse">
change the
data-target=".navbar collapse"
to
data-target=".navbar-collapse"
Reason : The value of data-target
is a any class name of the associated nav div. In this case it is
<div class="collapse navbar-collapse"> <-- Look at here <ul class="nav navbar-nav navbar-right"> ..... </div>
Related Posts:
- change the icon of a custom post type in WordPress to use twitter boostrap
- Bootstrap Dropdown menu is not working
- JavaScript Loading Screen while page loads
- Bootstrap Dropdown menu is not working
- Bootstrap Dropdown menu is not working
- Click button copy to clipboard
- How to make html table vertically scrollable
- How to make Bootstrap carousel slider use mobile left/right swipe
- How to center image in carousel
- Bootstrap throws Uncaught Error: Bootstrap’s JavaScript requires jQuery
- Bootstrap carousel not sliding
- Can Twitter Bootstrap alerts fade in as well as out?
- Play/pause HTML 5 video using JQuery
- jQueryUI dialog width
- Random background images CSS3
- How do I remove a box-shadow effect from an element when another element is hovered?
- Slide right to left?
- Twitter Bootstrap Use Collapse in Custom Post Type
- Accordion scrolls page too low after clicking on the title [closed]
- WordPress Multiple Navigation bars
- Google yolo one tab signup plugin avilable in wordpress? [closed]
- jQuery Validation plugin and Bootstrap 4 CSS classes
- Getting click on item to open closest relevant element (popup) with jQuery
- How can publish my bootstrap created table ( huge amount of data) on my word-press theme?
- jQuery for Fade Preload Causes My Site Favicon to Disappear from Tab of Browser
- jQuery function not working in WordPress but works in jsfiddle
- Site images are fixed in front of my site content [closed]
- WP Media Uploader modal conflicts with Bootstrap modal
- can’t make jQuery work (change image on time interval) [closed]
- Change Background color (css property) using Jquery
- JavaScript runtime error: ‘$’ is undefined
- How does the data-toggle attribute work? (What’s its API?)
- Use images like checkboxes
- Adding images to a Bootstrap Carousel with AJAX
- Force a default browser on my android phone using a simple html shortcut page
- jQuery.addClass not working
- Why is the jquery script not working?
- How to make a simple image upload using Javascript/HTML
- How to Show External website inside another page without iFrame? [closed]
- Display XML content in HTML page
- How to give spacing between buttons using bootstrap
- How can I override Bootstrap CSS styles?
- How to change the background-color of jumbrotron?
- vertical divider between two columns in bootstrap
- vertical-align with Bootstrap 3
- Table fixed header and scrollable body
- Bootstrap collapse isn’t working; hamburger menu not showing up
- Bootstrap Columns Not Working
- Set bootstrap modal body height by percentage
- Javascript – ERR_CONTENT_LENGTH_MISMATCH
- How can I change the Bootstrap default font family using font from Google?
- jQuery scrollTop() method not working
- Set textarea width to 100% in bootstrap modal
- Creating Accordion Table with Bootstrap
- $(document).ready(function() is not working
- Closing Bootstrap modal onclick
- How to make Bootstrap Panel body with fixed height
- Change navbar text color Bootstrap
- How to set “style=display:none;” using jQuery’s attr method?
- WordPress Admin Bar Overlapping Twitter Bootstrap Navigation [closed]
- Best approach for loading a sidebar Only if the screen max-width is >900px?
- Stylizing external SVG files with jQuery and CSS
- Gravity list field override and adding javascript [closed]
- Show post in slider
- Add a class to posts in increments of 2
- Override theme style with other CSS on a specific page
- How can I make this custom menu work?
- Remove WordPress scripts
- How to make an WordPress element sticky? [closed]
- How to Dynamically Load Content Into Body of Bootstrap Modal Window?
- Using bootstrap-slider and bootstrap-switch in wordpress admin panel
- WordPress Comments – Rich Text
- show/hide div with simple jQuery script [closed]
- Adding a slide toggle on WordPress
- Superfish Menu Not Loading
- Problem Implementing parallax in header of bp-default theme
- How to keep HTML form field that is conditional hidden with javasript hidden after page reload?
- click event to unhide something after ajax not firing
- Is it OK combined wp-include js, jquery, css? [closed]
- Why I obtain different visualization when I run the website on my local machine and on remote server?
- How to create a WP theme that use BootStrap? [closed]
- Change class names dynamically added to html elements by wordpress
- How to use JQuery Marquee in WordPress?
- jQuery Drill Down iPod Menu FOUC and Selecting Current page
- Bootstrap and jQuery error: $ is not defined
- WordPress and Modal Popup – how to make the already loaded javascript assets available in modal?
- Add other class content with reference class value
- JQuery script working locally on desktop, not working on WordPress + Divi
- How to make jquery slider to start afresh [closed]
- How can I get this menu container to be the height of the contents?
- How Do I change Markup of a link in WordPress
- Lightbox scroll page down on iPhone
- How can I add a new lib path without call each one on the header?
- Possible jquery / library conflict in plugin usage
- How to update scrollbar when using Jetpack’s Inifnite Scroller?
- Hide input field when second input field is in focus
- Drop Down Category Menu Not Working
- Element works, but not on wordpress site [duplicate]
- controlling the showing and hiding of the website logo
- How do I add Javascript and CSS files into WordPress?