Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 8 years ago

#4845 closed defect (bug) (fixed)

If page.php doesn't have a div id=content load more breaks

Reported by: modemlooper's profile modemlooper Owned by:
Milestone: 1.7 Priority: normal
Severity: normal Version: 1.7
Component: Templates Keywords: 2nd-opinion
Cc:

Description

Someone else test this. I tried a custom theme and twenty twelve.

Some themes may not have a id=content div. When no id=content and you click load more the results are not attached to the dom.

Change History (4)

#1 @boonebgorges
12 years ago

  • Milestone changed from Awaiting Review to 1.7

Confirmed. We should be using #buddypress for this. Good catch.

The same thing happens with our ajax pagination for groups/members directories, where click events are delegated from #content. I'll fix that too.

#2 @boonebgorges
12 years ago

(In [6820]) Use #buddypress instead of #content when appending more activity items via AJAX

See #4845

#3 @boonebgorges
12 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [6821]) Use #buddypress instead of #content when detecting AJAX pagination clicks

Fixes #4845

#4 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.