paulgibbs / achievements

Achievements gamifies your WordPress site with challenges, badges, and points.
http://achievementsapp.com
63 stars 9 forks source link

notification markup #133

Closed diggy closed 7 years ago

diggy commented 10 years ago

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).