Questions tagged [bootswatch]

Theme engine for Twitter Bootstrap is an open source project. Its welcome to modify the swatches further or create your own.

Theme engine for Twitter Bootstrap, is an open source project. Its welcome to modify the swatches further or create your own.

Bootswatch Easy to Install. Simply download a CSS file and replace the one in Bootstrap

Modular - Changes are contained in just two LESS files, enabling modification and ensuring forward compatibility.

Get Plugged In - An API is available for integrating with your platform. In use by WPBS, FusionLeaf, BootSnap, and others.

Fork or follow the GitHub repository.

Issue can be logged to Github Issues log

147 questions
1
vote
1 answer

page does not displaying correctly in IE9

I am using bootstrap with a theme from bootswatch with html5 boiler plate to create a page. Although it displays correctly in Chrome and Firefox, it doesn't display correctly in IE9 and IE8 mode. However, it works correctly when I set IE9 to use…
Hong Yi
  • 569
  • 2
  • 13
  • 29
0
votes
0 answers

Bootswatch conflict with Chinese in safari

I'm using Max OS X Just go to http://bootswatch.com/united/ and try to type some Chinese in the form near the bottom of the page.. you will find the bug: you can not type Chinese into the form, safari will refresh as soon as you press a key!
HanXu
  • 5,507
  • 6
  • 52
  • 76
0
votes
2 answers

Scraping HN Front Page - Handeling Simple HTML Dom Error

I'm using 'Simple HTML Dom' to scrape the HN Front Page (news.ycombinator.com), which works great most of the time. However, every now and then they promote a job/company that lacks the elements that the scraper is looking for, i.e. score, username…
mmackh
  • 3,550
  • 3
  • 35
  • 51
0
votes
1 answer

Can I used bslib cards in my Shiny app without using a bootswatch theme?

My question is hopefully pretty simple. I would like to use cards from bslib (see here: https://rstudio.github.io/bslib/articles/cards.html) but I do not use a bootswatch theme. I use custom css for my theme. I want to still use the cards, but I…
0
votes
0 answers

Popover's arrow is showing an outline (Bootstrap 3)

Using Bootstrap 3.2.0. (And Bootswatch Default, but in my testing this happens without Bootswatch too.) I'm seeing an outline between the popover and the popover's arrow: I tried just moving the arrow, but that results in this: .popover .arrow { …
David
  • 71
  • 6
0
votes
1 answer

How do I add class attributes to a navbarPage in Shiny?

This is probably a very simple question (or looks like it should be) but it has me stumped. I am working on a Shiny app which uses the bslib package for theming. This is the skeleton code for the UI element: ui <- fluidPage( theme =…
miguelau
  • 1
  • 1
0
votes
0 answers

How to obtain color codes from bs_theme() in Shiny?

I'm running R Shiny and I'm setting a theme: theme = bs_theme(version = 5, bootswatch = "pulse") How do I obtain the color codes for the primary color, the secondary color, and so on? I have seen an answer here where the provided CSS code…
SimonSimon
  • 47
  • 6
0
votes
1 answer

How to apply theme source code to Shiny widgets?

Sorry, I have googled forever and I don't find the answer: I have downloaded a css-file from Bootswatch and I have put it in my www directory where I have my app.R. Now I want to style my widgets to look like the different options presented at…
SimonSimon
  • 47
  • 6
0
votes
0 answers

Why doesn't my bootswatch dropdown show when I click it?

I'm using Bootswatch to make a navbar for my React project. I'm attempting to add a dropdown menu, but I can't get it to work when I click it. Here's the code I'm using:
  • 0
    votes
    1 answer

    Why do the colors of the Slate Bootswatch 4 theme appear wrong?

    Why do the colors of the "Slate" theme appear wrong? --- title: "test" output: html_document: self_contained: false theme: version: 4 bootswatch: slate toc: yes toc_depth: 3 toc_float: collapsed:…
    gd047
    • 29,749
    • 18
    • 107
    • 146
    0
    votes
    2 answers

    React cannot render font awesome icon

    I was using font awesome cart icon in my project. But for some reason the icon is not being rendered in my environment. This is my index.html
    0
    votes
    1 answer

    How can I use Bootswatch in an Angular project?

    I have an Angular project in which I want to use Bootswatch. But I don't know how to install it, I first tried to install the module with: npm i bootswatch Then in the angular.json file I did the following: "styles: [ …
    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

    font doesn't apply in ReactJS with Bootswatch

    I tried many solutions for applying this font but it still not working. @font-face { font-family: 'Samim'; src: local('Samim'), url(./resources/fonts/Samim.ttf) format('truetype'); font-weight: 900; } .App { font-family: Samim; …
    Marzieh Mousavi
    • 1,213
    • 1
    • 12
    • 28
    0
    votes
    1 answer

    Unable to load bootswatch theme in twig template in symfony

    I am using HTML Twig template for render page in symfony framework, i want to include Bootswatch theme in my base.html.twig file, and then extends this file into test.html.twig file. I included css CDN link and Javascript CDN links from…
    user14299195