[buddypress-trac] [BuddyPress Trac] #6205: Notification counter vs. pagination

buddypress-trac noreply at wordpress.org
Tue Feb 10 02:58:52 UTC 2015


#6205: Notification counter vs. pagination
---------------------------------------+-----------------------------
 Reporter:  danbp                      |      Owner:
     Type:  defect (bug)               |     Status:  new
 Priority:  normal                     |  Milestone:  Awaiting Review
Component:  Component - Notifications  |    Version:  2.2
 Severity:  normal                     |   Keywords:
---------------------------------------+-----------------------------
 When on a user's notification screen, the counter is showing, but nothing
 happens when clicking on page 2,3....

 There is also an issue with the template. The notification table is pushed
 to the right. See screenshot. It seems to affect only my custom theme as
 this didn't happen with 2012,13,14 & 15. But another user mentionned the
 same issue on bp-fr support forum, also with a custom theme.

 The problem seems to sit in the message ''Vieving x notices'' encapsuled
 in a div with ''pagination'' class. When simply renaiming the class in div
 id "pag-top", the issue goes away. But it's a weird solution, because it's
 also impacting the js.


 {{{
 <div id="pag-top" class="pagination no-ajax">
         <div class="pag-count" id="notifications-count-top">
                 <?php bp_notifications_pagination_count(); ?>
         </div>

         <div class="pagination-links" id="notifications-pag-top">
                 <?php bp_notifications_pagination_links(); ?>
         </div>
 </div>
 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6205>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list