You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I published Notifications module with template set to Bootstrap notify, and it does not work, if I set to default I see notification in module positions, but when set to Bootstrap-notify it should display notifications in small modals in bottom, which it does not, I guess problems is with template files using jquery.
The text was updated successfully, but these errors were encountered:
Maby check all dependencies and ensure that you have included all necessary dependencies for Bootstrap notify.
Or check your configuration settings for the Bootstrap-notify template in your module.
If no then check that there are no conflicts between different versions of jQuery or other JavaScript libraries used in your template.
Yes maybe, but as I know goal for Joomla 5 was to get rid of jQuery, BS5 is also able to work without jQuery so I think its better to use Bootstrap code instead of jQuery.
I think this is what should be used https://getbootstrap.com/docs/5.0/components/toasts/
I published Notifications module with template set to Bootstrap notify, and it does not work, if I set to default I see notification in module positions, but when set to Bootstrap-notify it should display notifications in small modals in bottom, which it does not, I guess problems is with template files using jquery.
The text was updated successfully, but these errors were encountered: