Hello Paul, I'd like to suggest putting a html class on the ul in feedback-notifications.php and doing e.g. insertAfter(panel.find('.dpa-toasts')) instead of insertAfter(panel.children(':first-child')) in the JS file. This would give more freedom to customize the notifications (e.g. bootstrap modal markup).
Hello Paul, I'd like to suggest putting a html class on the
ul
infeedback-notifications.php
and doing e.g.insertAfter(panel.find('.dpa-toasts'))
instead ofinsertAfter(panel.children(':first-child'))
in the JS file. This would give more freedom to customize the notifications (e.g. bootstrap modal markup).