Reply link on user profiles not working, javascript error
-
I’m getting a javascript error when trying to hit the ‘reply’ link from user profile activity feeds. The reply link works fine on other pages (such as after following the ‘View Conversation’ link), but on a user profile only this link is returning a javascript error:
Uncaught TypeError: Cannot read property ‘slice’ of undefined
at String.<anonymous> (jquery-scroll-to.min.js?ver=2.8.2:1)
at Function.each (jquery.js?ver=1.12.4:2)
at HTMLBodyElement.<anonymous> (jquery-scroll-to.min.js?ver=2.8.2:1)
at Function.each (jquery.js?ver=1.12.4:2)
at a.fn.init.each (jquery.js?ver=1.12.4:2)
at a.fn.init.a.fn.scrollTo (jquery-scroll-to.min.js?ver=2.8.2:1)
at Function.a.scrollTo (jquery-scroll-to.min.js?ver=2.8.2:1)
at HTMLDivElement.<anonymous> (buddypress.min.js?ver=2.8.2:1)
at HTMLDivElement.dispatch (jquery.js?ver=1.12.4:3)
at HTMLDivElement.r.handle (jquery.js?ver=1.12.4:3)So I imagine it’s some sort of conflict with another plugin or my theme. I just need to figure out how to resolve it. It’s a bit odd that it works everywhere else on the site except for from a user profile page.
Thanks for any help in advance.
- You must be logged in to reply to this topic.