Questions tagged as 'bootstrap-4'

1
answer

nav-tabs within other nav-tabs

I'm trying to create a nav-tabs within other nav-tabs   but when I try to change the page in the second nav-tab it does not change, only the data on page1 is left and immediately those on page2 are displayed In this case only the l...
asked by 09.02.2018 / 02:42
1
answer

will customize FOSUserBundle in symfony 4

hello I hope you can help me, we have always used this bundle FOSUserBundle in symfony 2 now that we are passing everything to symfony 4 we can not customize the forms, I can get styles by adding <link rel="styl...
asked by 04.08.2018 / 00:03
1
answer

Problems with carosel in bootstrap 4

// Carousel Auto-Cycle $(document).ready(function() { $('.carousel').carousel({ interval: 8000 }) }); #myCarousel { position: center; padding: 2em; } /* Thumbnail Box */ .caption h4 { font-size: 22p...
asked by 21.11.2017 / 14:38
1
answer

Live search in selectpicker of bootstrap 4

I am using bootstrap 4 in an application and I need to implement a search on some of the select. This is the way the select are: <select class="form-control selectpicker" id="mySelect1"> <option value="0">No Selected</opt...
asked by 25.07.2017 / 20:06
2
answers

send modal data to jquery bootstrap4

I have a problem sending data from a modal to jQuery. I do not know why the code does not appear, could you help me edit and tell me what the problem is so it does not happen again? The error I receive is the following ( screenshot of the err...
asked by 22.07.2017 / 20:39
0
answers

Datepicker does not work properly for me using bootstrap 4.1.3

Hello, I have a problem with the following code ... <!doctype html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"&...
asked by 31.12.2018 / 07:23
1
answer

integrate bootstrap 4 to wordpress

I am creating my first theme in wordpress, and I would like to integrate bootstrap 4 to it, however wordpress contains version 1.2 of jquery plus bootstrap 3.3.1 of jQuery as I could integrate it. if(!function_exists('mawt_scripts')) : // func...
asked by 20.12.2018 / 00:27
1
answer

Problem lining up select with 2 buttons

I need to align a select with 2 buttons, I'm using bootsrap4 for it. .row { background: #f8f9fa; margin-top: 20px; } .col { border: solid 1px #6c757d; padding: 10px; } <link href="https://stackpath.bootstrapcdn.com/b...
asked by 19.12.2018 / 19:08
0
answers

Hide a menu in Bootstrap 4

I have a menu made with bootstrap 4 using navbar and dropdown , until here everything works fine. The menu code is as follows: <nav class="navbar navbar-expand-lg navbar-dark bg-dark navbar-static" role="navigation"&g...
asked by 16.11.2018 / 20:31
0
answers

How to put in vertical 3 and horizontal 2 with boostrap, php and connected with mysql

Good evening I have a question about PHP with connection with MYSQL , I'm trying that when I call the database MYSQL , I get the data that I have registered but the structure of the frontend is displayed 3x2 and that's why I m...
asked by 15.11.2018 / 06:22