-
Amy replied to the question Buddyboss media breaks Buddypress reply in the forum BuddyBoss Media 8 years, 11 months ago
Kind of hacky, but I was able to remove the duplicating comments with this and it works now:
$(document).ready(function () {
$(".activity-header").each(function() {
var thisHeadText = $(this).children("p").text();//This was causing issues with the comment system so it's removed.
if (thisHeadText.toLowerCase().indexOf("posted a new…[Read more] -
Amy replied to the question Buddyboss media breaks Buddypress reply in the forum BuddyBoss Media 8 years, 11 months ago
Kind of hacky, but I was able to remove the duplicating comments with this and it works now:
$(document).ready(function () {
$(“.activity-header”).each(function() {
var thisHeadText = $(this).children(“p”).text();//This was causing issues with the comment system so it’s removed.
if (thisHeadText.toLowerCase().indexOf(“posted a new…[Read more] -
Amy replied to the question Buddyboss media breaks Buddypress reply in the forum BuddyBoss Media 8 years, 11 months ago
Well it seems I’ve found the issue, but not what’s causing it. When BuddyBoss is active it will duplicate comment IDs. So on my current activity page there’s 4 list items with the same ID (<li id=”acomment-219″>). When I deactivate BuddyBoss it goes down to only 1 and the replys will work.
So the issue is when BuddyBoss is activated and you click…[Read more]
-
Amy replied to the question Buddyboss media breaks Buddypress reply in the forum BuddyBoss Media 9 years ago
@vapvarun This is on a local website, so you logging in would be impossible.
-
Amy replied to the question Buddyboss media breaks Buddypress reply in the forum BuddyBoss Media 9 years ago
I deactived every plugin on my local site except for buddypress and buddyboss media. Still getting the same error.
I even tried it with the theme twentyfifteen with the same results.
-
Amy started the question Buddyboss media breaks Buddypress reply in the forum BuddyBoss Media 9 years ago
With the Buddyboss Media plugin enabled, if I click reply to a comment in my activity stream, nothing happens. I also get these 2 errors:
moxie.js?ver=1.2.1:3319 | Uncaught NOT_FOUND_ERR: NOT_FOUND_ERR: DOMException 8
jquery-scroll-to.js?ver=2.4.3:151 | Uncaught TypeError: Cannot read property ‘slice’ of undefinedIf I disable the buddyboss…[Read more]
-
Amy replied to the question Add Photo Button Not Showing Up in the forum BuddyBoss Media 9 years ago
I was missing <?php wp_footer(); ?> in my footer.php file. Adding that fixed the whole thing!
-
Amy started the question Add Photo Button Not Showing Up in the forum BuddyBoss Media 9 years ago
I can’t get the Add Photo Button to show up anywhere on my site. I’m using a custom, built from scratch theme. I have noticed that the button will appear if I switch over to the 2015 WordPress theme so I guess I could be missing something in my theme files.
“buddyboss-media-add-photo” isn’t even in the source of the page when my custom theme is…[Read more]