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
0
votes
2 answers

Bootswatch dropdown in rails4 doesn't work

I am making a web app using rails 4 and I have choosen bootswatch. I ran into trouble with dropdown from bootswatch (bootstrap 3). It doesn't want to show up when I click. Here is HTML:
0
votes
1 answer

Bootswatch/Bootstrap CSS/Theme Breaks Page in IE7 & IE8

I am trying to use http://bootswatch.com/cerulean/bootstrap.min.css in my page. I've just tried using http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css as well. However it seems to break the page as follows. The navbar at the top…
pee2pee
  • 3,619
  • 7
  • 52
  • 133
0
votes
1 answer

Bootswatch dropdown in masterpage not working

I am using Bootswatch (Journal theme). The dropdown items won't appear when one of the navigation bar options is selected. In my directory 'Scripts\' I have the files - bootstrap-dropdown.js, bootstrap.min.js, dropdown.js, jquery-1.7.1.js,…
0
votes
2 answers

Bootstrap / Bootswatch stylesheet changer that actually works

I'm trying to build dynamic CSS stylesheet changer, as simple as possible, for Bootstrap / Bootswatch. I've seen many sources, but I found that most examples relies on additional title attribute of link tag. And thus, doesn't work in all browsers or…
trejder
  • 17,148
  • 27
  • 124
  • 216
0
votes
1 answer

How to Dynamically change Themes of website using ruby on rails

in my website i want to dynamically assign Themes in application.erb.html using dropdown on selected change of my ruby on rails application.. my application.html.erb file as follows <%= stylesheet_link_tag "#{current_theme}" %> <%=…
Muralikrishna
  • 245
  • 1
  • 4
  • 15
0
votes
1 answer

How do I properly compile a new version of bootstrap from source using a bootswatch variables.less file

I've been trying to get a theme from bootswatch to compile into a new bootstrap.css file. On the bootswatch page, I see four files for download: bootstrap.css, bootstrap.min.css, variables.less and bootswatch.less. I can see I could replace…
xrd
  • 4,019
  • 6
  • 30
  • 39
0
votes
4 answers

Using Jquery to control dymanically generated HTML

What I've got is a web page containing a DIV into which I'm dynamically putting a list of entries with selector buttons, I've simplified the code a lot for this example The target DIV looks like
I ask a server for a list…
samuk
  • 157
  • 1
  • 3
  • 19
0
votes
2 answers

Crunching / Compiling LESS

I have tried both SimpLESS and Crunchapp both return the same error. I am trying to compile this bootswatch http://bootswatch.com/cyborg/ and when I do I get the following error. Compiler Errors variable @grayLight is undefined (Line: 17) Does…
h00j
  • 308
  • 1
  • 7
  • 18
-1
votes
1 answer

ASP.NET Bootstrap wrong display

I was looking up this style on bootswatch: https://bootswatch.com/simplex/ And especially looked for styling forms, like here: But when I add the code that you get when clicking on the little red icon in the top right of the form example on…
Ravior
  • 561
  • 2
  • 9
  • 30
-1
votes
2 answers

Bootswatch anchor hrefs

How do we tell Angular not to try to go to a route if we simply have an anchor such as: Home When we click on "Home" we're just simply hiding/showing div sections on the current view with CSS but as stated,…
David Whitten
  • 199
  • 1
  • 8
-2
votes
2 answers

Css cannot be loaded correctly when following a link

I have my homepage with a bootstrap theme. When I go on : localhost/boardgamedb/public/index.php everything looks fine. However when I click on the "home" link I get redirected to : localhost/boardgamedb/public/index.php/ (as normal considering my…
Jerome
  • 1
  • 1
  • 2
-2
votes
1 answer

PHP warnings caused by bootstrap

Im a little confused and need som help. Im using a bootstrap CDN in my php-project and this is causing me some problems.. When i remove the bootstrap CDN session and login handling is working just fine but when i insert it back in my scripts i get…
Webbie
  • 537
  • 2
  • 10
  • 25
1 2 3
9
10