Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap 5 support #224

Open
nicolasgoudard opened this issue Dec 24, 2020 · 2 comments
Open

Bootstrap 5 support #224

nicolasgoudard opened this issue Dec 24, 2020 · 2 comments

Comments

@nicolasgoudard
Copy link

Hello,

I am using CDN
How can I change the some classes for Bootstrap 5 compatibity ?

button close : class="close" to class="btn-close"
grid layout : col-xs- to col-

thanks in advance
best regards

@nicolasgoudard nicolasgoudard changed the title Bootstrap 5 Bootstrap 5 support Dec 24, 2020
@nicolasgoudard
Copy link
Author

UP ! I answer to my own question. I have set the template parameter when I call $.notify. The problem exists since bootstrap 4, almost 3 years already. Why you don't fix it ? In the next version, I think you should generate it automatically by adding an optional parameter "bootstrap version" .

$.notify({title : '', message : message},
{ type: type,
placement : {from : "bottom", align : "center"},
delay: delay,
template: '

' +
'' +
'{1} {2}>
'
});

@emran
Copy link

emran commented May 6, 2024

Any possibility of getting the update from the notify!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants