laravel-like-comment
laravel-like-comment copied to clipboard
Comment In Modal And Avatar Problem
When we hit Comment there appears an alert box saying [object Object] and it's not updating live(i mean ajax not working)
And I use google authentication so when i replace gravatar with $user->avatar there is no image the avatar fields holds the image url
Edited: Avatar Problem is fixed by editing the CommentController
Can you show me your modal code? Does like works?
Same Happens even Without Bootstrap Framework(i mean without a modal on plain html) even though an alert message appears the Comment is added to DB but not updating lively but shows once the page is refreshed. Yes Likes Works Perfectly fine even on Bootstrap.
Anyone find Solution or Just Used Without Problem