This topic has 3 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #134833
     mikecyke89
    Participant

    On the BuddyPress Groups/Members pages there seems to be a bug related to their display. When viewing these pages on my domain, the text Viewing * – * of * active members”  is displayed twice, once at the beginning of the list, and again halfway down the list, overlapping a user or group profile. If the amount of the user/groups is greater than the length of the page, those profile are hidden behind the footer, creating more display conflicts and corrupting a widget in the footer. This issue is no longer visible when a tab is chosen for a specific user or group set (All Members, Following etc)

    Please let me know if this is a known issue and if there is a work-around for the conflict.

    #134870
     Laura
    Moderator
    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins. If this is useless please follow these steps to enable wp debug:
    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( 'WP_DEBUG', false ); and change FALSE value to TRUE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    define( 'WP_DEBUG_LOG', true );
    
    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run). Repeat the described actions and then check the debug.log file and let me know what error appears. If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider. After you have disabled the plugins try to see if the error persists. Cheers
    #135023
     mikecyke89
    Participant
    Not marked as solution
    #135366
     Laura
    Moderator
    Not marked as solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?