Questions tagged [mdbootstrap]

A Material Design UI kit for Bootstrap 4

Use Official Support instead.


MDBootstrap is a third party wrapper to Bootstrap that provides Material Design features and styling. It is free for personal and commercial use, but also has a premium version with additional styles

Links:

327 questions
0
votes
1 answer

Using colspan in scrollable table

I am using mdbootstrap for a project and I need a table to be scrollable which I did with the datatable addons but now I need to put some colspan in my table to put a button (2 actually) to be able to modify the row of the table this look like what…
marin dcv
  • 35
  • 1
  • 5
0
votes
1 answer

mdBootstrap: navbar to keep corner link on top during expand or mobile mode

I'm using Material Design Bootstrap on my responsive website. On large screen in my navbar at the top I have: My Brand link aligned left Two page links Profile dropdown aligned right Large screen look: Intention is that when I resize the screen…
kovalu
  • 129
  • 1
  • 2
  • 9
0
votes
1 answer

Overwrite mdboostrap dropdown items on hover colors

I have an Angular MDBoostrap nav bar that I styled using SCSS. When I added a dropdown tab I noticed that the font color and background color both change to white 'on-hover' like this.
0
votes
0 answers

How to Drag & Drop file upload with MDBootstrap and jQuery

I'm using MDBootstrap with jQuery and the plugin for drag & drop file uploads. I have the Pro plugin and use the HTML:
j_allen_morris
  • 559
  • 2
  • 11
  • 26
0
votes
1 answer

MDB Video player force unmute audio

I am using mdbootstrap.com to play video, but in documentation they say I need to add muted in video tag because Google Chrome is blocking autoplay video with sound set https://mdbootstrap.com/plugins/jquery/video/ The question is: How to force…
Otávio Barreto
  • 1,536
  • 3
  • 16
  • 35
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…
0
votes
0 answers

How to update MDB Admin Template assets in asp mvc?

I have successfully integrated MDB Angular Dashboard template in ASP MVC application using this article https://www.mithunvp.com/angular-asp-net-mvc-5-angular-cli-visual-studio-2017/, but now the problem is that the Angular application is now not…
user167124
  • 349
  • 2
  • 13
0
votes
0 answers

Import array of modules (MDBootstrap js modules) into Laravel Mix

I have a fresh Laravel 5.8 installation and I would like to include the js modules from MDBootstrap. In my bootstrap.js file I have: require('./mdb/modules'); The ./mdb/modules.js file has: exports.modules = [ './js/_intro-mdb-pro.js', …
Spidey
  • 655
  • 1
  • 6
  • 20
0
votes
1 answer

How to show submenu items only when hover submenu?

I try to make dropdownmenu with submenu. But .dropdown-submenu > .dropdown-menu shows when I hover parent .dropdown-menu. How to make that .dropdown-submenu > .dropdown-menu shows only when I hover .dropdown-submenu ? .html
T Mac
  • 3
  • 5
0
votes
1 answer

Can I use mdbootstrap without importing the entire library?

I'm a little new to Angular and there's a project I'm playing around with that uses bootstrap and for all the dynamic components, it uses ngx-bootstrap. When I want to import a component from ngx-bootstrap (ex. carousel) I just use/import the…
chuckd
  • 13,460
  • 29
  • 152
  • 331
0
votes
2 answers

MDB Bootstrap carousel indicators change position

I'm currently working on a site that uses MDB bootstrap for all the components. I've been working on a carousel that contains cards thats moved left and right based on the indicator being clicked. The code for the carousel section is as…
zadders
  • 428
  • 1
  • 8
  • 30
0
votes
0 answers

How do I apply mdbootstrap to my vue project?

I'm new to Vue.js and have just started learning it by myself. The first thing I wanted to try was using MDBootstrap's login template to my project. https://mdbootstrap.com/docs/jquery/forms/basic/ I copied codes by clicking 'copy code' from the…
Sanghyun Kim
  • 161
  • 1
  • 12
0
votes
1 answer

Angular: TypeError: Cannot read property 'map' of undefined

I'm using MEAN Stack to build a grading app. I'm trying to get a list of items from the database into my Angular component via a service code but i keep getting core.js:14597 ERROR TypeError: Cannot read property 'map' of…
0
votes
0 answers

Allow outside clicking of modal without closing it?

I am trying to make a Facebook-like chat box using a modal. It works great! However, if I try to click anywhere else on the page without closing it first, nothing happens. Before you ask, I have tried data-backdrop="true"/"false"/"static". I have…
0
votes
2 answers

I am trying to use datepicker from mdbootstrap but date shows as 0000-00-00 in database

I am using a form to submit date, subject, content text and an image to mysql using php. I see that all the data get inserted into the DB properly except date which shows up as 0000-00-00 in the table row. I have unable to figure out how to change…