Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Members directory page with sidebar – How to #18692
     hugblue
    Participant

    Hi ..

    When using the first part of the code :

    COPY CODE
    add_filter('kleo_bp_directory_main_cols', 'kleo_custom_members_cols');
    function kleo_custom_members_cols() {
        return 'eight';
    }
     
    add_action('bp_after_directory_members', 'kleo_add_buddy_sidebar', 99);
    function kleo_add_buddy_sidebar() {
        get_sidebar('buddypress');
    }

    Then how do i by this code make the width smaller ?
    I tried changing the eight to seven and six. But seems to do nothing.

    Thz.

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?