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 ...

learn more… | top users | synonyms

0
votes
0answers
34 views

Twitter bootstrap go to specific tab for nested tabs

I'm trying to have bootstrap jump to a specific tab upon page load. While I've found few answers here, in my particular case I have nested tabs which complicates things. Right now I have implemented ...
2
votes
1answer
24 views

Ignore table css class when row is clicked (Chrome)

I'm using Twitter Bootstrap css for the table so the row background changes when hovered over <table id="tableAppList" class="table table-condensed table-hover"> </table> css: ...
0
votes
1answer
24 views

Can't get Bootstrap ToolTip working on column which has Popover assigned at row level

I am using DataTables to display data and on every row, I am adding some data so that whenever user hover over a particular row, he gets a popover with extra data like <tr id="123" class="Search ...
0
votes
0answers
23 views

Rails - stay in the original page after importing file

Here's my code. <div id="importModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;"> <div ...
1
vote
1answer
36 views

jQuery remove bootstrap alert after certain amount of time

I am using dynamic bootstrap alerts from an example. See below. How can I add a timeout function so alert closes automatically after X time ? HTML: <div id="alert_placeholder"></div> ...
0
votes
1answer
33 views

Alert Box appear only when alerts from parsley.js are active

I am using Bootstrap and parsley.js (for form validation) All is working fine except I now have the error message showing up in an Alert (Bootstrap) Right now the alert box is showing on the screen ...
0
votes
1answer
31 views

Floating inline with a display: block element

I'm trying to float a div to the right of a bootstrap class (accordion-toggle), but the class has display: block; set, which is why I presume I am having trouble & it won't float inline. Can ...
0
votes
2answers
27 views

jQuery GridView similar to Ext JS

I am currently using the GridView from Ext JS in one project and it is very feature-rich and complete. However, I am looking for something functionally equivalent for another project. Something ...
0
votes
0answers
38 views

Switching from Bootstrap to Foundation 4 - Centering a Logo in navigation menu

I switched from Bootstrap to Foundation 4 for a new project to learn -- And I would like to center my logo between my navigation (with the links on each side of the logo), but maintain the responsive ...
0
votes
0answers
31 views

Bootstrap js expand doesn't work in iOS, but does on desktop

Using Bootstrap, I have an expand/collapse interaction that works fine on desktop, but fails in iOS on my iPhone. I know the js is firing because another Bootstrap component on the same page works ...
0
votes
1answer
27 views

bootstrap datetimepicker event stoppropogation not working

I am using this code: <script type="text/javascript"> $(function() { var picker= $('#timepicker').datetimepicker({ pickDate: false, pickSeconds: false, minView: ...
0
votes
1answer
46 views

Twitter-Bootstrap Login in Oracle Apex Template

I am having trouble working out how to implement the twitter bootstrap framework into Oracle Apex Themes. Currently I would love my Apex login page to look something like this: ...
0
votes
1answer
17 views

Overriding the underline from a bootstrap accordion's header

I am playing with the Bootstrap accordion & can't seem to be able to remove the underline/border which is displayed when the heading is open. The accordion-heading style doesn't seem to specify a ...
0
votes
1answer
30 views

New Bootstrap layout not center

I am creating a design for my site using a recently downloaded bootstrap I tried with row and span12 layout the container div is not centering to my screen. I'm using 58cm LED Monitor(its not looking ...
1
vote
1answer
73 views

JSON format for jquery-select2 multi with ajax

I'm thinking in moving from Chosen to Select2 because Select2 has native methods for ajax. Ajax is critical because usualy you have to load a lot of data. I executed sucessfully the example with the ...
5
votes
1answer
107 views

Bootstrap popovers for table row hover: Not possible to click link inside popover

I have table rows where I display additional information in a twitter bootstrap popover. A few notes from the interaction design I work with: Popovers must show up when you hover the row Popovers ...
0
votes
1answer
21 views

Bootstrap echo active for navbar <li> including dropdown children

This is for a basic bootstrap navbar with a dropdown, which is being used in a header.php (so each page cannot have it's own navbar with list-items with an active tag) I've been using this to echo an ...
0
votes
0answers
37 views

My CSS won't register when I publish to the server

I'm using the Twitter bootstrap CSS and it works fine in VS. This is how I'm currently trying it: <link rel="stylesheet" type="text/css" href="../content/bootstrap.css"> <link ...
1
vote
1answer
29 views

Image after Nav List that is using affix in Bootstrap

I am trying to affix an image to the bottom of a nav list and have it stay there when the page scrolls. This is what I am wanting: This is what I am getting when the affix kicks in: I need ...
0
votes
3answers
48 views

Display Bootstrap Modal First time page loads

I'm trying to display a bootstrap modal when a person first visits a page (after logging into my app). I want to use the modal to offer a "Getting Started" video and also offer a "don't show this to ...
0
votes
0answers
11 views

Bootstrap tabs - hidden tab height too tall

I'm having an issue with the Bootstrap system. I've been using it well for a while but I had to change the layout of our system page to use the tabs feature. I noticed that I'm having a problem where ...
1
vote
0answers
37 views

Fluid layout resize glitch using Twitter Bootstrap

I'm working on a very simple Bootstrap layout. Everything's the way I want, except when I resize the window, sometimes the side bar (Red box) goes bellow the content area (Blue box). It's a really ...
3
votes
3answers
66 views

Small Caps doesn't work with Twitter Bootstrap on Chrome

I have this very simple markup <h1> <a href="#"> My Title </a> </h1> and this CSS h1 { font-variant: small-caps; } Here it is rendered on a jsfiddle. ...
0
votes
3answers
50 views

Bootstrap website banner distortion on window resize

Using a bootstrap website creator, jetstrap, I created a simple website with a banner image stretching the size of the window. The problem is the image stretched has a logo on it, and on resizing the ...
0
votes
1answer
58 views

Bootstrap modal. Catch Uncaught TypeError: Object [object Object] has no method 'modalmanager'

I get a: Uncaught TypeError: Object [object Object] has no method 'modalmanager' In my script.js file I have: $('#addShoplistModal').modal('toggle'); Code of my jsp page: <div class="modal ...
0
votes
1answer
38 views

Bootstrap affixed sidebar blocking text

I am using bootstrap to make a page with an affixed sidebar. When I adjust the screen size to a phone, the sidebar does two things: It blocks text behind it (or the text doesn't move under the ...
0
votes
0answers
22 views

Change gutter width on bootstrap fixed responsive trough less

I want to change the gutter width through less I am changing on variable.less the @gridColumnWidth1200 and @gridGutterWidth1200: after that I recompile the bootstrap.less but this has no effect. Do I ...
1
vote
0answers
33 views

IE10 - Page loading delayed by CSS Animation

I created an animation to fade out a DIV and then shrink its size down to nothing (since I can't use display: none; in animations). The animation works fine in Google Chrome and FireFox, but in ...
-1
votes
0answers
16 views

Every time I add a CMS download or Gem like refinery or Locomotive it kills my layout or ignores it… any ideas how to approach or avoid this? [closed]

I want to to add a CMS that allows me to use with twitter bootstrap. Any idead on approach? Suggestions or tips for this newbie would be greatly appreciated.
0
votes
0answers
37 views

Bootstrap navbar disappears when resizing screen

My navbar is supposed to collapse to a select-list when the screen is resized below threshold. It works for my home page, but not for the others, i.e. on other pages besides home page, when the screen ...
-2
votes
0answers
12 views

How to popover inside other popover with bootstrap

I need popover inside other popover(see image: blue inside red) with bootstrap. How do you? http://i.stack.imgur.com/olWBl.png
0
votes
2answers
49 views

How to make a full screen modal using bootstrap-modal?

I am using bootstrap-sass v. 2.1 and bootstrap-modal-rails v. 2.1.1 in Rails but fail to create a full screen modal. For now I have a combi of a really tall modal and a wide modal based on the demo, ...
0
votes
1answer
27 views

How do you make CMS users' uploaded images responsive? (set max-width for all images?)

In a given CMS users upload images. To prevent them from breaking pages I use css to specify the max image widths for different parts of the site. Consider the following scenario. <div class='a' ...
0
votes
2answers
26 views

Changing Bootstrap's fluid layout navbar collapse threshold

The method of changing @media(max-width:979px) and @media(min-width:980) doesn't work for me (I want my website's navbar to collapse at 1024px). I search all over and it's all the same method. I even ...
1
vote
1answer
38 views

Twitter Bootstrap Typeahead - Add a “loading” class to the input when search begins

How do I change the class of a typeahead input when the ajax request is triggered, and remove the class when the request is complete? I don't know if I'm using the correct events, and I think I have ...
0
votes
1answer
38 views

Validation in Bootstrap wysiwyg5 editor

I am using Bootstrap wysiwyg5 editor as a part of a form. This text area happens to be a required field(should not be empty). I want to validate if the user has entered any value on to this field or ...
0
votes
1answer
16 views

Resize logo on mobile when using Twitter Bootstrap

I am working on a website that has a log size of 320x150 and looks really well on a resolution bigger than 600px, but if it`s lower it starts stacking up. How can edit bootstrap to use a smaller logo ...
-6
votes
0answers
40 views

bootstrap on/off button click [closed]

I need implement if click on button ON/OFF if isActive true button text = ON, else button text = OFF. Example: li><a href="#" data-bind="click: function () { isActived() ...
-3
votes
1answer
43 views

Auto width drop down menu conbine with input text

I have an input text combined with a drop down menu of Bootstrap. I used input-prepend as the following code: <div class="input-prepend"> <div class="btn-group"> <button ...
0
votes
1answer
39 views

Bootstrap Modal targeted by URL [closed]

I have this problem. I need to target one page by URL and then open a Modal there, but it has to be in the PHP header. Code: <?php $id=$_GET['id']; header("Location: ...
0
votes
1answer
53 views

Delete with modal confirm

I need delete row with modal confirm. If i delete first row - delete success, but if delete second and later rows, when showWrating(errMessage) because remembered first name parameter. How I can ...
1
vote
1answer
45 views

How to stop grid from collapsing in on itself when browser window is resized?

I'm creating a website to showcase some of my work and I've run into a problem with the grid collapsing when I resize the browser window to a smaller size. I'm still very much a noob at coding since ...
0
votes
1answer
26 views

bootstrap-responsive container width

I am using bootstrap-responsive and scaffolding successfully, my question is if I can increase the container's width and keep the responsive capabilities <div class="container" ...
0
votes
1answer
81 views

Twitter bootstrap popover shows on second hover and after but not first.

I am trying to display a popover for a element after a ajax call has been made. Everything works as far as the ajax request and getting the data the first time, except no data is displayed when ...
0
votes
1answer
19 views

Bootstrap scaffolding limitations

I am trying to use bootstrap scaffold for first time and wonder if I can do that. <header class="row"></header> // this covers browsers width <div id="main-container" ...
1
vote
1answer
58 views

Bootstrap accordion elements won't open

I have a number of dynamically generated bootstrap accordions nested in tabs. It's all bootstrap. I have one accordion panel defaulting to open but once i click anywhere it closes and no others will ...
0
votes
1answer
53 views

How can I divide/split an array?

I have an array here which has (30 values e.g.).And I displayed it on a div. I want to split them into 3parts and display them in a three separated div. How can I do this one?Here's my code: ...
0
votes
1answer
19 views

Editing button styles in Telerik with Bootstrap

I am not a aspx coder but trying to style a button on an aspx page which uses Telerik with Bootstrap. So, the code goes like this, <telerik:RadButton CssClass="btn btn-primary" ID="rbtnGiris" ...
0
votes
2answers
38 views

Disable Yii-Booster(Bootstrap) radioButtonListRow Component

Does Anyone know how to disable Yii booster radioButtonListRow? echo $form->radioButtonListRow($model, 'radioButtons', array( 'Option one', 'Option two', ));
-1
votes
0answers
37 views

Opera browser is not showing proper design when the display resolution is 800x600

I am checking my website in all resolution(1366x768, 1280x720, 1024x768, 800x600) in four browsers(Mozilla Firefox, Opera, Google Chrome and IE9). I have 8 divs inside one main div.(Assume as columns, ...

1 2 3 4 5 180