BuddyBoss Home – Web Support Forums Themes Boss. theme BuddyPress Groups – Notify group members of these changes via email box

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

    #56450
    @bentasm1

    Hi team,

    Boss theme latest, WP latest, BP latest. Regular mode, not boxed mode.

    BuddyPress Groups – Notify group members of these changes via email box

    1.) Create a group

    2.) View group, click Manage.

    3.) Now you are on this page: /groups/group-name-here/admin/edit-details/

    4.) Try to check the “Notify group members of these changes via email”. You can not. If you just use the tab key and the space bar you can check or uncheck it, but using a mouse, you can not.

    See attached image

    Cheers,

    Ben

    Answers

    #56478

    Anonymous
    @

    Hi @bentasm1, Sorry for inconvenience
    You can try following custom css to fix the issue

    
    input[name='group-notify-members'] + strong {
        display: inline !important;
        width: 10px !important;
    }
    

    It will be fixed in next update.
    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘BuddyPress Groups – Notify group members of these changes via email box’ is closed to new replies.