-
Author
-
June 29, 2015 at 09:14 #65434contemplateParticipant
In our Buddypress groups people started reporting that they can’t Reply to activity threads & comments. I tried it myself and replies don’t work. Starting new threads and new comments to the group work fine but not replies. When I click Reply the Js concsole reports the following from jQuery:
Empty string passed to getElementById().Any help would be great!
June 29, 2015 at 16:37 #65495sharmstrModeratorThe buddypress scripts are missing. I can see that you have the code to load them in your functions.php file, but they aren’t loading. With all the plugins and customization you have, its hard to say why.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 29, 2015 at 17:33 #65512sharmstrModeratorThat’s the site I looked at. I found the site and login info from another thread.
Anyhow, sounds like the script is trying to load too early. You probably need to wait until after bp is loaded to enqueue them
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 29, 2015 at 18:04 #65522contemplateParticipantChanged priority to 400 and that didn’t do anything. Same JS errors. Site is super slow even though I have it on a SSD VPS with plenty of RAM and space… could that be affecting the issues here?
June 29, 2015 at 18:09 #65525sharmstrModeratorChanging the priority isnt going to do anything but change the priority within wp_enqueue_scripts. What I’m trying to say is that it appears that the scripts are being enqueued before BP loads. That’s why it cant find BP_DTheme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 29, 2015 at 18:44 #65542contemplateParticipantAre these two different issues potentially. Will adding those JS scripts properly fix the Reply issue?
I tried adding the enqueued scripts to the footer but no dice. Not sure how to load them after BP loads? I assumed that if the bp_is_group() is working the Buddypress is loaded.
June 29, 2015 at 18:58 #65548sharmstrModeratorYou need those files. The other issue that you havent mentioned is that when you click on comment, it shouldn’t be reloading the page. It should just show the comment form. Loading those scripts properly will fix that too.
And good point. So, look for plugin and/or custom code conflicts. Try enabling wp_debug and setting display to true.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 29, 2015 at 18:59 #65549sharmstrModeratorYou can also rule out any of your custom stuff by enabling the parent Kleo theme temporarily.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 29, 2015 at 19:44 #65557sharmstrModeratorLooks like its working now. What was it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 29, 2015 at 19:48 #65558contemplateParticipantI haven’t had a chance to touch it… conference call. Is it working for you? Where?
I’m still getting the JS errors and no Reply on activity.
June 29, 2015 at 19:56 #65562sharmstrModeratorthe js error is still in the console, but the replies are working.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.June 29, 2015 at 20:06 #65571contemplateParticipantWeird. I see they are working in the Hidden Group. But when I try to reply in the “Open Forum” public group it’s a no go. hmmm.
June 29, 2015 at 20:13 #65572sharmstrModeratorI’ve seen this happen once (reply not working in one groups) and it had something to do with a specific activity that would screw up the whole page. I was never able to sort it out but it happened with the 2015 Theme enabled as well. I know it was a specific activity because once I deleted the activity all was well again.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 29, 2015 at 20:34 #65577contemplateParticipantYeah it’s really odd. Tried emoticons and links but it still works for me after that. This is driving me crazy 🙁
June 29, 2015 at 20:46 #65581sharmstrModeratorDoes it happen with the 2015 theme enabled? I’m betting it does. If so, you have ammo to take to the bp devs.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 29, 2015 at 21:11 #65588contemplateParticipantSwitched to 2015 theme and went to the “Open Forum” public group and no activity shows at all and it says: Sorry, there was no activity found. Please try a different filter.
🙁
June 29, 2015 at 21:34 #65591sharmstrModeratorThat doesnt make sense. Did you clear your server cache after enabling 2015?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.