Activity AJAX not loading new content
-
WordPress v 4.2
BuddyPress v 2.2.3.1Over written template files
theme
– buddypress
— activity
—— index-directory.php
—— post-form.php
—— entry.phpindex-driectory.php
`<div class=”activity” role=”main”>
<?php bp_get_template_part( ‘activity/activity-loop’ ); ?>
</div><!– .activity –>’entry.php
<li>All entry stuff</li>
post-form.php – Not the problem.
When I click “Load More”, all that happens is the buttons style is set to display none.
Any ideas? Also, is it possible to use the old style of pagination. I remember posting here and someone said this was no longer supported on Activity Streams?
Thanks in advance.
- The topic ‘Activity AJAX not loading new content’ is closed to new replies.