Bootstrap is a front-end framework from Twitter designed to kick-start development of webapps and sites. Among other things, it includes base CSS and HTML for typography, icons, forms, buttons, tables, layout grids, and navigation along with custom-built jQuery plug-ins and support for responsive ...
0
votes
0answers
5 views
Added the layout links in the Header Partial File To Signup and Login and Now they don't show up on the page
All,
I added the links in the header file for the users after the individual signup or login. Unfortunately, now the "Log in" or "Sign Up" buttons will not show up on the page anymore. The page has a ...
2
votes
1answer
231 views
Override Twitter's Bootstrap LESS variables with LESSPHP
I've been messing around with lessphp and bootstrap-colorpicker and I'd like to find out if it's possible to override less variables with a hex color set by bootstrap-colorpicker, something like:
...
9
votes
5answers
11k views
how to make twitter bootstrap submenu to open on the left side?
I was trying to create twitter bootstrap submenu in dropdown menu, but I've got a problem: I have dropdown menu in the top right corner of the page and that menu has one more submenu. However, when ...
2
votes
1answer
40 views
Slider in Bootstrap within IE is not working
I have implemented Bootstrap (Twitter) on my website and I am having a problem with the Slider. It is running fine in all the browsers except IE. Following is the error:-
Message: 'target' is ...
0
votes
2answers
25 views
script order for jquery with bootstrap
I'm new to jquery and bootstrap, and I can't get them to play nicely with each other. I have a page with both bootstrap dropdowns and jquery sliders. However, I can't get both of them to work at the ...
0
votes
0answers
28 views
Bootstrap Datepicker showing frame but not calendar
I am relatively new to JavaScript and JQuery. I am trying to implement Twitter's bootstrap datepicker on a series of tabs where there is a datepicker on each tab. Right now (single tab), the empty ...
1
vote
1answer
29 views
Bootstrap. How to add multiple add affix attribute?
I'm using Bootstrap Affix like this :
<div data-spy="affix" data-offset-top="220">
And i add this css for fix the position when affix is triggered :
.affix {
position: fixed;
...
1
vote
2answers
25 views
Select active bootstrap carousel item
I have the following html
<div id="carousel-2" class="carousel slide">
<div class="carousel-inner" >
<div class="item active">
<img src="img/slide-2.jpg" ...
0
votes
1answer
85 views
fineuploader doesn't display file chooser dialog
I'm having an issue using FineUploader in my rails application. If I use the drag & drop method to upload files it works perfectly, but if I click the input it doesn't show the explorer window.
...
1
vote
1answer
549 views
Twitter Bootstrap Tooltip Data-selector?
What is the data-selector option used for in Twitter's Bootstrap Tooltip? The description reads...
If a selector is provided, tooltip objects will be delegated to the specified targets.
But I ...
0
votes
2answers
24 views
Bootstrap drop down not working
All of a sudden after making some change my bootstrap dropdowns are not working. I dont think i even touched the code for it. I am using cdn for my includes but thats not new.
Try clicking the Jobber ...
0
votes
3answers
3k views
Twitter Bootsrap Carousel .carousel(number) not working
I'm having a problem with the .carousel(number) method on Twitter Bootstrap Carousel plugin. Somehow I can't get it working. The carousel itself is up and running, so does the .carousel('next') ...
1
vote
3answers
2k views
Twitter bootstrap modal event not firing
I am trying to call a function when a modal window is closed but it's not working.
My code is:
<script type="text/javascript">
$('#myModal').bind('hidden', function () {
...
0
votes
0answers
7 views
Facebook like/Google plusone don't display in FF
Apparently the Facebook and Google share buttons get width="0" if hidden on pageload, but only in Firefox not in Chrome. Is there any fix or must they be displayed by default?
<ul class="nav ...
0
votes
0answers
11 views
Get dd/mm/yyyy in daterangepicker in different inputs
i got this code
<form class="form-horizontal">
<fieldset>
<div class="control-group">
<label class="control-label clear" for="reservation" style="display:block; ...