Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    You can try placing following code in functions.php file of your active theme/child theme (recommended):

    function heateor_sss_sharing_icons() {
    	echo do_shortcode( '[Sassy_Social_Share]' );
    }
    add_action( 'bp_after_group_header', 'heateor_sss_sharing_icons' );

    Thread Starter fats johonamihnn

    (@fats-johonamihnn)

    Thank you so much for getting back to me so quickly! The code worked but I adjusted it slightly by using:
    ‘bp_before_group_home_content’

    instead of

    ‘bp_after_group_header’

    which made it compatible with my theme.

    Thank you again! Great plugin!

    Plugin Author Heateor Support

    (@heateor)

    Okay. You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Buddpress Groups display’ is closed to new replies.