@Brajesh - great work on this theme! I am still experiencing some issues, however. See the following:
for screen shots of before and after application of the following "fixes":
1 & 3 - still an issue, applied again, however line numbers are different and I applied by placing this in functions.php:
remove_action("bpmag_group_entry","bpmag_group_dir_item_action");
remove_action("bpmag_group_entry","bpmag_group_dir_item");
add_action("bpmag_group_entry","bpmag_group_dir_item_action");
add_action("bpmag_group_entry","bpmag_group_dir_item");
And by deleting line 1075 (now) from _inc/css/default.css.
And by adding .action { margin: 0px 5px 10px 10px;} to style.css or my.css or Custom CSS in bp-mag options
2 - still an issue, I moved function bpmag_members_list_entry() to the top of functions.php by
a. copying the function,
b. renamed the function to child theme name,
c. modifying according to above #2 and then
d. adding the following in the child_prefix_actions function:
//member loop - apply child-3 format
remove_action("bpmag_members_entry","bpmag_members_list_entry");
add_action("bpmag_members_entry","bpmag_child_3_members_list_entry");
4 - applied same fix - see above gallery for screenshots
5 - applied height:auto; and float: left; in my.css or Custom CSS in bp-mag options
7 - applied same fix
I have made several other tweaks and you can review all the before and after screen shots here: http://the604adventure.org/groups/website-issues/gallery/screen-shots-of-problems