This topic has 1 reply, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #73535
     Lightform
    Participant

    Hello

    I would like to ask if there is a way to display Visual Composer content above the standard Buddypress Members directory.

    Here is a screenshot to help you.

    ( P.s. I Tried to create a custom members directory page using Visual Composer Buddypress elements but I can only get 12 members at the time to show up and also I miss some features such is the extra info / counter on the top left and the sorting options ).

    Thanks
    Kind Regards
    Stratos Agiani

    Attachments:
    You must be logged in to view attached files.
    #73562
     sharmstr
    Moderator

    Put this in your child theme’s functions.php file

    COPY CODE
    
    add_action( 'bp_before_directory_members','add_vc_stuff' );
    function add_vc_stuff() {
        echo do_shortcode('[your vc shortcode here]');
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?