Questions tagged [bootstrap-material-design]

Bootstrap material design is a theme for Twitter's Bootstrap based on Google's material design specification.

Bootstrap material design is a theme for Twitter's Bootstrap based on Google's material design specification.

Find more info at its official site.

106 questions
1
vote
2 answers

Way to choose a "default" navbar of a Bootstrap Material theme?

I'm using the Bootstrap Material Design Template for a website. It has three different colored navbars of which I want to use the last one. But I'm unsure how to use that last one. Do I need to manually change the color of the navbar, or can I…
kramer65
  • 50,427
  • 120
  • 308
  • 488
1
vote
1 answer

How to save value from select in cookie using jQuery?

First of all, I'm using jquery.cookie and Bootstrap material design. I have problem with save in cookie value from select. var getval = $.cookie('selected-val'); if (getval == 10000) { $("#refresh option[value='10000']").attr("selected",…
kuuba92
  • 23
  • 1
  • 4
1
vote
1 answer

Bootstrap material design - Ripples not showing in popover

I am using bootstrap material design: https://fezvrasta.github.io/bootstrap-material-design/bootstrap-elements.html This includes a neat ripple effect when pushing buttons, and this works everywhere in my page except in a popover div that has…
1
vote
1 answer

Jquery .val() dont work properly with Material Design Bootstrap

I'm using Material Design Bootstrap to style and do something nice with the inputs placeholder. But if I try to add/change some text to the input with jquery…
user4403536
1
vote
1 answer

Animate Material design click animation on

I need to create a button that simulates the behaviour of some of these: https://fezvrasta.github.io/bootstrap-material-design/#button But instead of the
bdv
  • 1,154
  • 2
  • 19
  • 42
1
vote
1 answer

Is there a callback in Angular.js triggered after a ng-model binding is done?

The question is clear I guess. I want to be informed after an ng-model binding is completed and the value is reflected to the DOM element. I am aware that this can't be done for all ng-model bindings in a document.ready fashion but I would like to…
destan
  • 4,301
  • 3
  • 35
  • 62
0
votes
1 answer

Material Design + Flask-wtf form values are None since mwc-textfield has name

I'm using bootstrap5 + Material Design (this template: https://startbootstrap.com/previews/material-admin-pro) and I'm having some trouble with getting data from the forms using flask-wtf. First, I can't seem to recreate the functionality unless I…
0
votes
1 answer

Google chrome suddenly started opening bootstrap time and date picker automatically

in my website, I had added bootstrapMaterialDatePicker for picking the date from calendar. Popup need to be opened once clicked on input field. It was working fine even few moments ago. But suddenly it has started opening the popup instantly after…
0
votes
1 answer

mdbootstrap 5 not showing in Django 2.1.15

I have a simple django project. I want to add material design bootstrap in it. settings.py: STATIC_URL = '/static/' # _______________________________________________________________________ STATIC_ROOT = os.path.join(BASE_DIR, '/assets') #…
0
votes
0 answers

editing the padding to vertically align buttons and brand icons in the navbar

I am trying to create a customized navbar that uses buttons for the nav-items. When the window is in fullscreen (on PC Chrome), the buttons I have do not align vertically with the icon I placed in the navbar-brand (pic below). Additionally, when the…
0
votes
1 answer

In Bootstrap Material design, my dropdown is toggling by itself and flashing error

Here In the code I'm using Bootstrap Material Design and Bootstrap CDN both. while in Drawer If I try to open the category dropdown menu means it's just flashing. I tries to do it other sides also. like within container. But there also same flashing…
0
votes
1 answer

How to change button background colors and colors in Bootstrap 4 Sass?

For a project I have to use certain custom color definitions from some ready-made design. It is my first project with Bootstrap (https://mdbootstrap.com/docs/jquery/). In order to stick to the design guidelines I am compiling the Bootstrap SASS file…
Blackbam
  • 17,496
  • 26
  • 97
  • 150
0
votes
1 answer

How to setup bootstrap-material-design react for theme overwrite

I am looking to start a new react project and I was hopeful about using bootstrap-material-design but I'm not sure how to setup the project to overwrite the theme. The documentation talks about adding custom sass but I am not familiar with sass. I…
cbutler
  • 833
  • 13
  • 36
0
votes
0 answers

Why does the Material Design floating label not work for an AJAX loaded Bootstrap modal?

I have a pretty typical Boostrap Modal:
0
votes
0 answers

Developing Vuejs/Laravel Application. Which one is better for material design? mdbootstrap or Vuetify?

I am developing Laravel/Vuejs Web Application using Bootstrap. There are some components which requires material design. I am confused in selecting between Vuetify and MDBootstrap (though its paid). can anyone please recommend what should i use and…