Questions tagged [jasny-bootstrap]

Jasny Bootstrap is an extension to the Bootstrap front-end framework, adding a number of features and components.

Jasny Bootstrap is an extension of the famous Bootstrap front-end framework, adding the following components:

  • Button labels
  • Off canvas navmenu
  • Fixed alerts
  • Row link
  • Input mask
  • File input widget

To get started, check out http://jasny.github.io/bootstrap

107 questions
1
vote
1 answer

Failed to compile Jasny Bootstrap's LESS file

##Question asked by CodeCowboy: I have included some third-party less files which have a dependency on some bootstrap variables but am getting the following error when running grunt dev: NameError: variable @container-lg is undefined in…
Arnold Daniels
  • 16,516
  • 4
  • 53
  • 82
1
vote
1 answer

Get file size on change.bs.fileinput

I'm trying to add a validation system to Jasny Bootstrap Fileinput to validate filesize and image format before continue to next step of the form. I tried Get file size before uploading without success. This check exists in backend, but as the form…
Arrogance
  • 63
  • 9
1
vote
1 answer

css, jasny fileinput - rotate thumbnail image

I am trying to implement image thumbnail preview, using jasny fileinput control. Since my photo could require rotation, I added additional rotation button. The issue I have got is that when image is not square and it is rotated, it is partially…
Angel Todorov
  • 1,443
  • 2
  • 19
  • 37
1
vote
1 answer

Call a function on closing Jasny Off canvas

I implemented jasny bootstrap in one of my webpages for Offcanvas push menu. It opens whenever i click on the button. But it closes when either I click on button again or anywhere outside(body) of Jasny Off-canvas . How do i call a function whenever…
ranjeet8082
  • 2,269
  • 1
  • 18
  • 25
1
vote
1 answer

How can I change at which viewport width the off canvas navbar is shown?

With the Jasny Bootstrap Off canvas plugin, it's possible to show the .navbar as off canvas menu for mobile sites as shown in this example. By default the layout switches to the off canvas menu for viewport widths less then 768px. How can I change…
Arnold Daniels
  • 16,516
  • 4
  • 53
  • 82
1
vote
1 answer

Jasny Bootstrap with less pre-compiler - unable to modify less variables

Thanks in advance for reading. Using CDN, I am incorporating the following APIs / libraries into my project:
1
vote
1 answer

Jasny Off canvas push menu - how to display open on certain pages of my website?

I have used the offcanvas push menu on my website. I want the menu to be opened on certain pages of my site on page load, but the toggle still wok for the viewer to close it / open again if they wish. How would i set the menu to be open only on…
1
vote
2 answers

jasny-bootstrap navbar in a meteor app not working

I'm using Meteor 0.9.1.1 and I've added the nemo64:bootstrap and mrt:bootstrap-jasny packages. I'm trying to get offcanvas nav menu to work with it, but my button seems like it's hidden or not being rendered (I'm not sure which). The Meteor…
rkstar
  • 1,178
  • 14
  • 27
1
vote
0 answers

Jasny Bootstrap Navbar Off Canvas IE8 bug

I'm using Jasny navbar off canvass (http://jasny.github.io/bootstrap/examples/navbar-offcanvas/) but I'm seeing an issue on IE 8 where the nav links are stacked on top of each other when the browser window is larger than 768px. Looks fine though if…
user2428993
  • 323
  • 1
  • 10
1
vote
2 answers

Remove Correspondingly File Input that Created by JQuery

I have Add Attachment link which if clicked will create a file input and delete link. For example I have add 3 file inputs and if user click delete link for file input 2, it will delete file input 2 not the last file input, so it will delete only…
Willy
  • 1,689
  • 7
  • 36
  • 79
1
vote
1 answer

jasny file upload only working in Chrome

This is absolutely killing me here. Jasny's wonderful file upload plugin is working fine for me in Chrome but in Firefox and IE clicking the "Select file" button simply does nothing. Actually, in Firefox I get a jquery error…
Matt Brunmeier
  • 1,310
  • 2
  • 11
  • 22
1
vote
0 answers

Less compiler gets stuck when mixins are declared multiple times

I want to join multiple bootstrap based addons/themes into one vendor.css: // Twitter Bootstrap v3.0.3 @import "vendor/bootstrap/less/bootstrap.less"; // Jasny Bootstrap v3.0.1-p7 @import "vendor/bootstrap-jasny/less/jasny-bootstrap.less"; Both…
Sascha Galley
  • 15,711
  • 5
  • 37
  • 51
1
vote
0 answers

Jasny Bootstrap File Upload Image Preview Not Working

I have recently noticed that the file upload image preview on my site is not working. It previously did work. The current state is that the Select Image prompt works, asks you to select a file and, if you submit the form, it actually adds the image…
tsurantino
  • 1,027
  • 13
  • 27
1
vote
1 answer

Bootstrap FileUpload empty array after clear

You can see the problem here http://bmi.sf.net/test.html. For exact code I am using, right click on this website and select View source in menu. I am using Jasny bootstrap fileupload plugin. I have a form in which this plugin is used. The form…
yolo
  • 2,757
  • 6
  • 36
  • 65
1
vote
1 answer

Shortening File Upload Name in View - Rails/Paperclip/Bootstrap

I am using Jasny's Bootstrap plugin for file uploads in a rails app that is using paperclip. It is working fine, but I would like to truncate the file name that is previewed before uploading. After selecting a file, I would like the file upload…
pvskisteak5
  • 4,162
  • 3
  • 24
  • 26