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
thanks for this cool project! I'm using it for my Python Podcast site for example and it works great. But yesterday I got a complaint that the comments were not working. The problem was that the error messages for the comment form were not shown. And this was caused by me using bootstrap > 3 😬. There's some code in ajaxcomments.js modifying the classes to remove the display: none added by default to an element having the invalid-feedback class:
Hi,
thanks for this cool project! I'm using it for my Python Podcast site for example and it works great. But yesterday I got a complaint that the comments were not working. The problem was that the error messages for the comment form were not shown. And this was caused by me using bootstrap > 3 😬. There's some code in
ajaxcomments.js
modifying the classes to remove thedisplay: none
added by default to an element having theinvalid-feedback
class:Maybe it's possible to add a line for Bootstrap 4 and 5, too? This line here might be enough:
And the structure of the html has to be modified a little bit so that the error span is a direct silbling of the input field.
I just add a small css workaround for my own projects so it's not super important. Have a nice day!
best regards
Jochen
The text was updated successfully, but these errors were encountered: