Activity meta buttons doesn’t seem properly
-
Hello, I have this code snippet on my custom page.
<div id="buddypress" class="buddypress-wrap buddyx bp-dir-hori-nav alignwide"> <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&action=new_quote' ) ) : ?> <div id="activity-stream" class="activity" data-bp-list="activity" > <?php bp_get_template_part( 'activity/activity-loop' ); ?> </div> <?php endif; ?>
I want to display activity loop. Actually it is ok but activity meta class does not exist. it seem as
<div class=" -meta action">
it should be<div class=" activity-meta action">
If I remove data-bp-list=”activity” on activity-stream div css will be fine it will be activity-meta but click not work. If i use data-bp-list=”activity” click works but css does not work because of -meta (it should be activity-meta)
Can you help me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.