get_row($wpdb->prepare("SELECT * FROM $style_table WHERE id = %d ", $styleId), ARRAY_A); $allStyle = explode("|", $styledata['css']); $allSlider = explode("|", $styledata['slider']); $results = wpm_6310_extract_members($styledata['memberid'], $styleId); $members = $results['members']; $filterList = $results['filter_activation']; $rows = explode("@@##@@", $allStyle[0]); $desktop_row = $rows[0]; $tablet_row = isset($rows[1]) ? $rows[1] : 1; $mobile_row = isset($rows[2]) ? $rows[2] : 1; ?>
Items Alignment (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Items Margin (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
*Preview-on-change not available
">
Image Radius (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Image Border Width (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Image Border Color (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Image Hover Background (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Box Shadow Width (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Box Shadow Blur (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Box Shadow Color (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Font Size (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Font Color (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Font Weight (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Text Transform (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Font Family (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Line Height (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Margin Top (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Margin Bottom (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Font Size (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Font Color (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Font Weight (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Text Transform (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Font Family (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Line Height (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Margin Top (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Margin Bottom (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.
Display Social Icons (Pro)
This feature is available on the pro version only. You can view changes in the admin panel, not in the output.





Preview

"; foreach ($members as $value) { $attr2 = []; if ($value['profile_details_type'] == 1) { $cls = " wpm_6310_team_member_info"; $attr = " link-id='{$value['id']}' link-url='".wpm_6310_validate_profile_url($value['profile_url'])."' target='{$value['open_new_tab']}' team-id='0'"; $attr2 = [ " link-id='{$value['id']}' team-id='0'", wpm_6310_validate_profile_url($value['profile_url']), $value['open_new_tab'] ]; } else if ($value['profile_details_type'] == 2) { $cls = " wpm_6310_team_member_info"; $attr = " link-id='0' team-id='{$value['id']}'"; $attr2[] = $attr; } else { $cls = ''; $attr = " link-id='0' team-id='0'"; $attr2[] = $attr; } $readMoreActive = isset($allSlider[311]) && $allSlider[311] > 0 ? 1 : 0; ?>
>
<?php echo $value['name'] ?>
"; } if($filterList){ $catIdList = explode(",", $styledata['categoryids']); foreach ($filterList as $filterKey => $filterValue) { $returnMember = wpm_6310_extract_members($filterValue); $catMembers = $returnMember['members']; if ($catMembers) { if(isset($allSlider[101]) && $allSlider[101] == 1) { $displayCSS = wpm_6310_first_category($catIdList[0], $filterKey); } else{ $displayCSS = " style='display:none';"; } echo "
"; foreach ($catMembers as $value) { $attr2 = []; if ($value['profile_details_type'] == 1) { $cls = " wpm_6310_team_member_info"; $attr = " link-id='{$value['id']}' link-url='".wpm_6310_validate_profile_url($value['profile_url'])."' target='{$value['open_new_tab']}' team-id='0'"; $attr2 = [ " link-id='{$value['id']}' team-id='0'", wpm_6310_validate_profile_url($value['profile_url']), $value['open_new_tab'] ]; } else if ($value['profile_details_type'] == 2) { $cls = " wpm_6310_team_member_info"; $attr = " link-id='0' team-id='{$value['id']}'"; $attr2[] = $attr; } else { $cls = ''; $attr = " link-id='0' team-id='0'"; $attr2[] = $attr; } $readMoreActive = isset($allSlider[311]) && $allSlider[311] > 0 ? 1 : 0; ?>
>
<?php echo $value['name'] ?>
"; } } } ?>