Use bootstrap but ignore their containers (classes) - html

For a project, I have to use a Modal (pop up) which I prefer to use Bootstrap for.
However the project (which was original built with their own custom code so no bootstrap), when I do add the bootstrap links (into the head the script, and css links etc) into it, it now changes the my own .container classes to Bootstrap their values...
How can I ignore those?

Go here
https://getbootstrap.com/docs/3.4/customize/
Remove everything except modal
then click Compile and Download
It's bootstrap 3.4 but I don't think modal component went through a lot of changes.

Related

Bootstrap Multiselect - conflicting CSS

I'm using this version of bootstrap for a web application:
http://davidstutz.de/bootstrap-multiselect/
In the docs, it says the css required is bootstrap.min.css which I have. The problem, however, is that my application and some of its elements (datetimepicker, etc) require bootstrap.css. I cannot have both loaded at the same time without conflicts. Currently, without loading bootstrap.min.css my multiselect looks like this:
And When I select multiple they go outside the label.
Is there a way I can get around this issue? Can I link the min version specifically to the instance of multiselect?

Modal Semantic UI React got conflict with Bootstrap

I made a project .net core MVC. I am using semantic-ui-react modal and importing its library and link css to work on it, but the problem is the bootstrap css made a conflict with my other CDN semantic-ui-css.
What I meant by that, I open the modal and its is swapping every seconds into the div: ui modal transitive visible to ui scrolling ...
I made some tests to see that is bootstrap is not friend with semantic-ui-css
because I remove the link css and it works but I cannot keep the bootstrap style for my header nav-bar.
Someone knows how to deal with that ? Thanks:)
have you tried to install the css and then import it :
https://react.semantic-ui.com/usage

Bootsrap 3.x.x VS Alpha 4 - Wizard Broken

I have made a bootstrap 3.3.1 wizard using Bootply. The site I want to embed the bootply test wizard to runs Bootsrap 4.0 and it makes the wizard break, is the wizard function non existent in Bootsrap 4.0? As it looks and works completely different in 3.x.x to 4.0 Alpha...
How can I make it look like it does in boostrap 3.3.1..
If you fork the bootply you can change the bootsrap version
http://www.bootply.com/51bhZhTCtS
There is no "wizard" function in either version. Since v4.x is still in "alpha" the class names are still changing, This tool may help:
http://upgrade-bootstrap.bootply.com/
Also the JS script is still working, but needs to be migrated to 4.x along with the HTML markup for the steps. For example, the first input was in a column too small to make the input clickable. Also, nested col-* should always be placed in another row instead of directly in another col-*
http://www.codeply.com/go/Jwct9dUGk4

how to use Jquery UI bootstrap theme

I am trying to style the datatable just like twitter bootstrap and I came across twitter bootstrap jquery ui theme. After extracting, there were 4 files inside the css folder. These are
jquery.ui.1.9.2.ie.css
jquery.ui.1.10.0.ie.css
jquery-ui-1.9.2.custom.css
jquery-ui-1.10.0.custom.css
I want to know which files should be inlcuded and what is the significance of each file.
I also do find that while implementing jquery-ui-1.10.0.custom.css only file, the dialog boxes header is not properly aligned. Is dialog boxes not properly aligned in the default theme?
Include both the files & your alignment issue will be gone, i think 1.10.0. seems to be the latest version. So include
jquery.ui.1.10.0.ie.css
jquery-ui-1.10.0.custom.css
Also open these both files in an editor to view and understand the alignment and design.

Summernote WYSIWYG doesn't display properly inexternal popup

I know it must be something easy, but I can't figure this out. Summernote works fine if it is in the first page element of a JQM document, but if the summernote is in an external popup or on other pages in a multipage web, they summernote initialized but the icons are spaced oddly--see the fiddle). I have tried comparing the how the css are applied, and it looks like the JQM theme is overwriting the bootstrap css, though I am not sure (adding !important to all the bootstrap and summernote css is not an option--besides it must be a initialization or loading issue). Anyone have an idea?
If you host the JQuery Mobile scripts locally then you could edit/delete the parts that are causing the problem. Or you could use find and replace to add the important tags: Find:; Replace:!important;