Questions tagged [bootstrap-themes]

18 questions
3
votes
1 answer

How to access a theme color in bootstrap 5?

I want to define my own theme color so the standard bootstrap elemets are overriden and also use the value later for my own components. Here is the code I use in a scss file: $theme-colors: ( "primary": #611fe6, "secondary": #ffbd58, …
MarcS82
  • 2,065
  • 7
  • 29
  • 46
2
votes
0 answers

How to implement a bootstrap premium template/theme in SvelteKit

Has anyone implemented a bootstrap premium template/theme from (https://themes.getbootstrap.com/) in SvelteKit yet? I want to know if it’s possible with or without Sveltestrap. Would appreciate some head start. Thanks in advance.
Shoob
  • 21
  • 2
2
votes
3 answers

Bootstrap Paper's material style of radio/checkbox inputs broken in IE/FF

According to Google's Material guidelines for selection controls (checkboxes, radio buttons, switches), these input fields should look like this: The Bootstrap Paper Theme for v3.x (now called Materia in v4) is styled to hit this design target In…
KyleMit
  • 30,350
  • 66
  • 462
  • 664
1
vote
1 answer

What's the right way to declare maximumdepth for the globaltoc using sphinx-bootstrap-theme?

I´m trying to run sphinx-bootstrap-theme from Ryan Romer and anything goes on the right way, but the globaltoc maximumdepth; I could not fix that in a value differente than one. from conf.py 'globaltoc_depth': "3", 'globaltoc_includehidden':…
DanCom
  • 13
  • 3
1
vote
1 answer

What is the best way to integrate bootstrap theme on VueJS

What do you think is the best way to embed a bootstrap theme on VueJs? Assuming I do not want to use bootstrap-vue to not rewrite all the template? How and where to include the bootstrap.min.css file, as well as all font files that depend on it? I…
Jonathan COHEN
  • 125
  • 1
  • 2
  • 8
1
vote
0 answers

How can I integrate a bootstrap theme on admin side in python django 2.0?

I am developing a website with front-end and back-end in python django 2.0. I have integrated bootstrap theme on front-end and now I want to integrate bootstrap theme on admin side. How can I add static files in admin templates. Can you guide me to…
Ali Hassan
  • 11
  • 2
0
votes
0 answers

Sticky side bar with sphinx-bootstrap-theme?

I upgraded sphinx from 4.4.0 to 7.0.1 and sphinx-bootstrap-theme from 0.4.13 to 0.8.1, and, subsequently, my left sidebar is no longer sticky. As this is not my area, I am not sure what other information to provide. My goal is to have the sticky…
jrcary
  • 21
  • 4
0
votes
1 answer

Themed Bootstrap5 table colors not working

I themed my bootstrap 5.1.3 using Sass to add new colors to the panel. I found that Bootstrap 5.1.3 can't be customized as Boostrap4 so I updated my scss file and it now looks like this : @import "node_modules/bootstrap/scss/_functions"; @import…
VGO
  • 11
  • 2
0
votes
0 answers

Applying bootstrap switch to checkbox

In my asp.net mvc application, in the form there are couple of inputs I have created. Here I also using theme and I want to change my check box for model.Add_GeneralRequest to switch button. I found a switch button from the theme I have using, but I…
0
votes
1 answer

Is the bootstrap-theme.css file the same for any Bootswatch theme?

I'm using bootswatch themes, and I downloaded the Journal theme (on the Navbar click on Journal, there you'll see the download files), and I have the option to download a bootstrap.css file or a bootstrap.min.css (check out here to see what the…
Web Developer
  • 333
  • 4
  • 17
0
votes
1 answer

SassError: Parentheses aren't allowed in plain CSS

Newbie to webpacker in Rails 6 and I suck at CSS I am trying to integrate a bootstrap 4 theme I purchased: https://live.hasthemes.com/html/4/maxcoach-preview/maxcoach/index.html I have not modified the code in any way. If CSS doesn't allow…
0
votes
1 answer

System test fails after adding bootstrap theme via yarn

I have simple system test that was initially passing: require 'application_system_test_case' class UserVisitHomePageTest < ApplicationSystemTestCase test 'User should see home page' do visit root_path assert_css 'h1', text: 'Home' …
Jess Alejo
  • 143
  • 8
0
votes
1 answer

How to change bootstrap theme on click of link

I want to switch between the bootstrap theme on click of link of that theme name here is the html
varun
  • 73
  • 7
0
votes
0 answers

why my component is rendered without css?

I am facing a problem in my code . I am using a bootstrap modal dialog box. when the user fills and submit the form displayed in the modal box , i want to show an in progress indicator to inform user that the request is getting processed. so here is…
knowledgeseeker
  • 339
  • 4
  • 14
0
votes
1 answer

Bootstrap Theme error: Problem with setting the color scheme

I'm designing a webpage for my non-profit association, and to make things easier I buyed a bootstrap theme template (Leap Bootstrap Theme). In the main folder of my project, I have the following…
1
2