Questions tagged [bootstrap-notify]

Bootstrap Notify is a simple plugin that turns standard Bootstrap alerts into "Growl-like" notifications. Not to be confused with bootstrap-growl or growlnotify, which are separate libraries.

Bootstrap Notify is a simple, open-source plugin that turns standard Bootstrap alerts into "Growl-like" notifications.

Bootstrap Notify was formerly called Bootstrap Growl but was renamed to avoid confusion with existing libraries bootstrap-growl and growlnotify.

Read about Bootstrap Notify at the official website: http://bootstrap-growl.remabledesigns.com/

Or at GitHub: https://github.com/mouse0270/bootstrap-notify

23 questions
7
votes
1 answer

Bootstrap Notify auto-closes even with delay set to 0

I am trying to get a Bootstrap Notify alert to remain visible until the user dismisses it, without it auto-closing. To do this, according to my understanding of the documentation, I set the delay setting to 0. This is my JS file that is included…
ProfK
  • 49,207
  • 121
  • 399
  • 775
6
votes
2 answers

Bootstrap-notify notification with modal panels , appears under the disables blurry area

I have a modal panel for login/ sign-up operations and I am notifying in case of unsuccessful login with bootstarp-notify , but notification appears on the blurry (disabled area) out of the modal panel. I am wondering how can I attache my…
Yashar
  • 1,122
  • 2
  • 15
  • 43
5
votes
0 answers

"Cannot read property 'ownerDocument' of undefined" when call bootstrap-growl

I've been using bootstrap-growl for some time (v1.0.6) and today I updated it to current v2.0.0. Now growl call throws an exception from jQuery (v1.11 - it's matching bootstrap-growl dependencies) Uncaught TypeError: Cannot read property…
michalczukm
  • 9,963
  • 6
  • 40
  • 47
3
votes
1 answer

Bootstrap-notify with webpacker under Rails returning $.notify is not a function

I'm migrating a project from Sprockets to Webpacker. One of the last thing I can't seem to get running correctly are notifications. I used to be able to do : $.notify('Test') but now I'm getting Uncaught TypeError: $.notify is not a function I get…
rept
  • 2,086
  • 1
  • 26
  • 44
2
votes
1 answer

Send data to bootstrap-notify from a backend code

I am using a template that uses bootstrap-notify and I would like to send data to it from a view: try: # things except Exception as e: options = { "icon": "glyphicon glyphicon-warning-sign", "title":…
4m1nh4j1
  • 4,289
  • 16
  • 62
  • 104
2
votes
2 answers

Notification after the insert of data by using bootstrap notify in CodeIgniter framework

I tried to input the data and put it into the database , and then redirect it to the front page . but I wanted to give notification to bootstrap notify after the entry database and redirect it to the front page? This my Controllers function insert()…
1
vote
0 answers

jQuery $.notify is not a function error. How can I fix this?

In my AspNetCore 3.1 web application, I added required js and css references to my project for Bootstrap notification. But I'm gettin this error when I call the notify function. Here is my css references:
1
vote
1 answer

How to make a notice with fade in and fade out

I would like to have fade in and fade out when this notice info will displace. I still use the same source code but I still can't retrieve the fade in and face out effect. What part am I missing in order to achieve it? Thank you! More info can be…
HelloWorld1
  • 13,688
  • 28
  • 82
  • 145
1
vote
2 answers

Bootstrap Notify Duplicate Notifications After Consequent AJAX Calls

I'm using the most recent release of Bootstrap Notify (v3.1.5) to show status messages after an AJAX call. It works as expected in the first call. After the first execution, every time the notify is called, its shows the previous notifications…
Ricky
  • 2,912
  • 8
  • 47
  • 74
1
vote
1 answer

Bootstrap-Notify - Hook into events

Introduction I'm using the Bootstrap-Notify script to display great visual alerts to my users. But to use the full strength of the script I want to hook into the events of the script. Unfortunately, there is no example either in the documentation or…
manniL
  • 7,157
  • 7
  • 46
  • 72
1
vote
1 answer

Pnotify Notifications wrong colour

Hello i am trying to change the colour of each notification but i cant find from where. I am using jqueryui as styling. Bellow you can see how the error and success notification appears in my screen! This is is the code that i am using in order to…
apoellitsi
  • 249
  • 6
  • 21
1
vote
1 answer

Remove countdown from Growl Notification with angular

I am using growl.success feature to pop up some message in my website. Does anyone know how to remove the display of countdown that is visible in the corner showing how much time is left for pop up to fade away?
1
vote
1 answer

Align a bootstrap-growl alert bottom left

According to the bootstrap-growl options documentation we can use placement options to stick the growl notifications elsewhere. I'm trying to put my growl notifications bottom left, but it's not working. Here's what I'm trying to…
Jeroen
  • 60,696
  • 40
  • 206
  • 339
0
votes
0 answers

JavaScript libraries are not working inside Ajax

@section Scripts { @Scripts.Render("~/bundles/jqueryval") }