JoomCoder-com / JoomCCK

Advanced Web Application Builder & Content Construction Kit (CCK) for Joomla CMS
https://www.joomcoder.com
GNU General Public License v2.0
11 stars 2 forks source link

Notifications module bootstrap notify template problem #161

Open Giorgi625 opened 9 months ago

Giorgi625 commented 9 months ago

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.

MilanoM27 commented 9 months ago

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.

Giorgi625 commented 9 months ago

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/

andiamine commented 5 months ago

this module will be redone using BS5 toasts