#4845 closed defect (bug) (fixed)
If page.php doesn't have a div id=content load more breaks
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
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.