Most voted "bootstrap-3" questions
Bootstrap is a free collection of tools for creating websites and web applications. Use this tag only when the subject is related to this version of the framework.
Learn more…538 questions
Sort by count of
-
1
votes2
answers1388
viewsModal not redirect when running Post
I own a View where I open a Modal to register a new data. It is working perfectly. The problem is that when registering using this Modal, it redirects me to the pre-defined page in cController.…
-
1
votes1
answer9778
viewsTag <p> rendering Line Break (no <br />)
I’m making a Bootstrap interface containing in its contents a tag involving a text and soon noticed that each line break given with enter in the Notepad++ (IDE used) the text rendered in the borwser…
-
1
votes2
answers1421
viewsCenter vertically on a <span>
How can I vertically center a tag (Top countries) with the form? Code: <div class="wrapper" role="main"><!-- START Content --> <div class="container"><!--- START Site Content…
-
1
votes1
answer322
viewsAffix(Bootstrap) in div with images does not work
I’m trying to fix a div containing two images (one below the other) but following examples and making some modifications the result was very different from expected, when I go scrolling on the page…
-
1
votes0
answers208
viewsDropdown button bootstrap Error
The Down Arrow that marks the dropdown of the button present in the navbar is uneven in size to the size of the button. See in the image below (Blue Button) Navbar code: <nav class="navbar…
-
1
votes0
answers98
viewsSlider fullscreen inside bootstrap columns 3
Good afternoon to all. I am using bootstrap 3 and I am facing a problem that I have not been able to solve for more than 1 week. I have a layout that has 1 column for menu and other 11 to be a…
-
1
votes1
answer71
viewsBootstrap - btn-group-Justified
I wanted to load the page with one of the buttons "selected" (activated), as if it were a Radion-Button. As if it were a "Selected". Someone knows how to do?
-
1
votes1
answer415
viewsHow to activate the mouse scroll bearing of a modal in Bootstrap?
How do I scroll the bar of a PDF file, loaded inside a iframe (that is inside a modal of Bootstrap), work when the bar is clicked and when the scroll mouse (only works when the bar is clicked).…
-
1
votes1
answer405
viewsSetting an option value in a jQuery Multiselect dropdown
I’m using the library Bootstrap Multiselect: $("select#final option[value='" + data[0].final + "']").prop('selected', true); $('select#final').multiselect("refresh"); As the above code I want to…
-
1
votes1
answer2000
viewsFill modal with PHP Bd data
I’m having trouble filling a modal with data coming from an sql query. I have a list of all the products. In this list I have a button that when clicked should open a modal with the product details.…
-
1
votes1
answer695
viewsBootstrap Sass, which is the best way to use to avoid attribute redundancy
I am using the Sass version of boostrap, and would like to know what is the best practice. I have the assets bootstrap originals and have mine assets personal that I believe overwrite the boostrap…
-
1
votes2
answers7951
viewsHow to dynamically modify CSS using PHP
I need to modify some CSS styles according to a condition in PHP, so I gave a search, and so I saw it is necessary to include a header in the CSS file and change the file .css for .php, or create an…
-
1
votes1
answer701
viewsDisable class when closing modal
I have the following JS for my modal: <script type="text/javascript"> $('#modal').modal('hide'); $('.linkModal').on('click', function(event){ event.preventDefault(); var title =…
-
1
votes1
answer151
viewsRemove shadow-box and adjust container size
I’m having a hard time making some adjustments on a page I’m using Bootstrap3, and I can only make settings on Clientside I’d like to remove the box shadow from a jumotron.btn box-shadow: 0 5px 11px…
-
1
votes0
answers121
viewsInput spaces when writing something
I have an application in Java Web, I have an input text and I would like to put a button or something like that, because when I type something inside this input, if the user wants to go click this…
-
1
votes2
answers671
viewsSubmit DIV over another DIV
I am using a DIV with the message "processing" and opaque background, every time a request occurs (user iteration when clicking a button). However, this screen is also presented when I have an open…
-
1
votes1
answer1106
viewsSend form data to a modal window
I am developing a simple form and when submitting the form, instead of sending to another "result.php" page, I would like to open a modal window using bootstrap, to show the summary of this post and…
-
1
votes1
answer604
viewsfailed to work with base_url in Codeigniter 2.2.6
I am trying to load bootstrap files into Codeigniter using base_url(). My autoload.php file has the following configuration $autoload['helper'] = array('url'); In my view I put inside the head the…
-
1
votes1
answer149
viewsResponsive image, does not redeem correctly
I’m developing a website, and an image is not resizing as I expected, I have the image: <div class="cover"> <div class="cover-image" style="background-image :…
-
1
votes2
answers471
viewsChange table structure using JQUERY
I am not very knowledgeable of JS, but I need to solve a problem using Jquery. I’m making a contact list using Bootstrap and a plugin called Bootstrap-Table that manages the issue of filter and…
-
1
votes0
answers155
viewsrequireJS and Jquery causing dependency problems
I’m trying to apply requireJS to my application, because I’m having some problems. require-config.js var require = { paths: { "jquery": "/admin/admin-v2/bower_components/jquery/dist/jquery.min",…
-
1
votes0
answers95
viewsProblems with . container-Fluid and @media
I’m a beginner in Bootstrap and I’m using the framework for a school project. In the old days, I was using the class .container to leave the content "together", but as I did not like the space…
twitter-bootstrap bootstrap-3 responsive-layout front-end gridasked 8 years, 5 months ago Matheus Santos 19 -
1
votes0
answers97
viewsPHP/Bootstrap - Replay up to X and then up to Y then includes new DIV and continues replay
I’m breaking my head in this repetition, as this is my first question, sorry for the mistakes. :) Currently I have this block of codes inside the container: <?php echo '<div class="row">';…
-
1
votes1
answer843
viewsBootstrap 3 | How to leave the last column always more to the right?
I need to leave the last column of my table (the one that has the glyphs action) always to the right: <script…
-
1
votes1
answer178
viewsCentralize ul within the responsive div
I have a screen that will be a Dashboard and in it I have several panels that are read with float:left so that when the screen is resized go passing the panels down getting so responsive. My problem…
-
1
votes1
answer122
viewsHow to do this? Transition Page within Modal?
Friends, I’m wanting to do something similar to what you did in this gif below but I don’t know how I can do.. The idea is that by clicking a button inside a modal, it directs to a ''page'' with…
-
1
votes1
answer1017
viewsHow to set UTF-8 default page encoding on Windows Server IIS?
I have a coding problem (accentuation) with the template pattern of Bootstrap, specifically the carousel. The official code has the goals defined thus: <html lang="en"> <head> <meta…
-
1
votes3
answers9416
viewsSize and position of the Bootstrap Carousel on the page
The following code leaves Carousel occupying the entire page. How do I position it in the left half of the page and not occupying the entire page height? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML…
-
1
votes3
answers115
viewsVertical side menu up to the thin page
I need to leave a side menu from the beginning until the end of the page, no matter how many items the menu has, for example, if I have a menu with 3 items the background color of the side menu ends…
-
1
votes1
answer165
viewsCreate a modal on the site
How can I create a modal with close button all, in the index of the site, like it appears there without having to click to it appear, as if it were a form.
-
1
votes2
answers1501
viewsDropdown Menu ASP.NET MVC 5
I need to change the menu to apply a Dropdownlist, but I’m having difficulty. I’m following the footsteps of the bootstrap site, but when click does not appear the submenu, follow the code below:…
-
1
votes2
answers1809
viewsHow to create a fixed column (col-Md) in bootstrap?
I’d like to keep the left column fixed, and the right one mobile. There is a bootstrap class or another technique to solve this ? I tried it this way : <div class="row"> <div…
-
1
votes0
answers134
viewsCarrousel does not get responsive
I’m having trouble leaving a page with responsive bootstrap, with the full screen it is correct: When I test to see how it responds on smaller devices, my Carrousel is not responsive: The following…
-
1
votes1
answer66
viewsHow to keep the buttons of type Submit with the same look as the button type?
I suppose when I put the buttons on one form they look different. This is what I did: <div class="btn-group" id="language_selector" role="group" aria-label="..."> <?php echo("<form…
-
1
votes1
answer26349
viewsResponsive image alignment with Bootstrap
I’m having trouble aligning a responsive Bootstrap image to the center. My image is with class (.img-responsive) properly applied and inserted into a row and of div with class .col-md-12. When I…
-
1
votes4
answers18875
viewsChange color of button text by clicking
I’d like to know how to change the color of the text of the button writing when I click on it, I want me to click on the button and it comes out of the golden color and stay in the white color until…
-
1
votes1
answer18787
viewsStart with hidden div and show with button
Based on the answer below, I created the button that displays and hides the div, but what I would like is that the div started already hidden and had a button to display it. How could do? How to…
-
1
votes4
answers1464
viewsBootstrap how to print table background colors?
Good Afternoon I would like to print with bootstrap the colors I put in my table example: <td bgcolor="#000"> But when I print it changes to white background and black letters. I’ve been…
bootstrap-3asked 7 years, 9 months ago Junior 725 -
1
votes0
answers67
viewsSingle tooltip in 2 elements (one body and 2 arrows)
I don’t know if the native code of Bootstrap allows this for the tooltip or for the can. I have 2 links and I need to do something that is created a tooltip or a can that can join both links with 2…
-
1
votes1
answer435
viewsImprint striped table using bootstrap 3 and css3
I have a report in which I have a table with many lines. But when I have the colors of the bootstrap striped table printed they don’t appear in the print. I can print the colors on the columns, as…
-
1
votes2
answers1108
viewsResize NAVBAR size when scrolling the page
I’m trying to get Navbar to slow down when I scroll the page, assigning the class .sticky in <nav>. But for some reason, the slider doesn’t decrease, it just changes color. I’ve tried…
-
1
votes4
answers249
viewsBox of different height fit equal Pinterest
I’m with a problem, I’m not able to leave the blocks of different heights (height) more or less equal to Pinterest, in my case are two columns respecting the following responsive rule col-xs-12…
-
1
votes1
answer424
viewsBoostrap Responsive Slide
Hello , I would like to add a full slide to my head using bootstrap, like the image example: Could you help me ? If you want to view my structure I’m leaving the link of my repository on github:…
-
1
votes1
answer263
views3 bootstrap speakers
I have this HTML code in Bootstrap <div class="col-xs-12 col-sm-4 col-md-2 cloneditem-1"> <button data-rel="uploads/pro-GLD6014.jpg"><img src="uploads/gld6014.jpg"…
bootstrap-3asked 7 years, 6 months ago Wagner Martins Bodyboard 698 -
1
votes1
answer35
viewsCodemirror does not display first in a modal
Guys I am creating a standard model for reading XML and to facilitate the life of the system users, I am displaying a default model example in a modal with codemirror, however, it does not display…
-
1
votes1
answer1091
viewsHow to use Bootstrap template
I wanted to use the Gentelella template. I even looked for explanations but I couldn’t find. I need to replace an admin panel that I created a few years ago with a newer one. And I saw this…
-
1
votes0
answers339
viewsHow to List Woocommerce products in the bootstrap Carousel
<div class="container-fluid"> <div class="row"> <div class="row"> <div class="col-md-9"> <h3 class="titulocarosel"> Produtos mais vendidos</h3> </div>…
-
1
votes1
answer1558
viewsRefresh Bootstrap-table
The problem is that I can’t get the table (bootstrap-table) to update the data after the registration. I am trying to do this via JS, but without success. I tried the following: -- JS --…
-
1
votes0
answers47
viewsHow to make Bootstrap work in Theme options - ADMIN
I can’t get Bootstrap to work on the Settings API options in my Wordpress theme. I added in the action admin_enqueue_scripts together with other JS and CSS Wp_register_style ('custom_wp_admin_css',…
wordpress twitter-bootstrap bootstrap-3 bootstrap wordpress-themeasked 7 years, 5 months ago Gislef 261 -
1
votes0
answers68
viewsSummernote - How to display full screen outside the modal?
I use this plugin: https://summernote.org/ Follow code in jsfiddle: https://jsfiddle.net/9rnj8rdo/ When I click "full screen", it gets full screen inside the modal. I want it to be full screen…