| @@ -22,8 +22,10 @@ | ||
| 22 | 22 | vc_lean_map( 'borderless_wpbakery_icon', null, $borderless_element_path . 'icon.php' ); |
| 23 | 23 | |
| 24 | 24 | vc_lean_map( 'borderless_wpbakery_infobox', null, $borderless_element_path . 'infobox.php' ); |
| 25 | 25 | |
| 26 | +vc_lean_map( 'borderless_wpbakery_pricing', null, $borderless_element_path . 'pricing.php' ); | |
| 27 | + | |
| 26 | 28 | vc_lean_map( 'borderless_wpbakery_progress_bar', null, $borderless_element_path . 'progress-bar.php' ); |
| 27 | 29 | |
| 28 | 30 | vc_lean_map( 'borderless_wpbakery_semi_circular_progress_bar', null, $borderless_element_path . 'semi-circular-progress-bar.php' ); |
| 29 | 31 | |
| @@ -28,8 +30,10 @@ | ||
| 28 | 30 | vc_lean_map( 'borderless_wpbakery_semi_circular_progress_bar', null, $borderless_element_path . 'semi-circular-progress-bar.php' ); |
| 29 | 31 | |
| 30 | 32 | vc_lean_map( 'borderless_wpbakery_svg', null, $borderless_element_path . 'svg.php' ); |
| 31 | 33 | |
| 34 | +vc_lean_map( 'borderless_wpbakery_team_member', null, $borderless_element_path . 'team-member.php' ); | |
| 35 | + | |
| 32 | 36 | /*-----------------------------------------------------------------------------------*/ |
| 33 | 37 | /* Essencial Nested Elements |
| 34 | 38 | /*-----------------------------------------------------------------------------------*/ |
| 35 | 39 | require_once $borderless_element_path . 'icon-group.php'; |
| @@ -36,10 +40,8 @@ | ||
| 36 | 40 | |
| 37 | 41 | require_once $borderless_element_path . 'list-group.php'; |
| 38 | 42 | |
| 39 | 43 | require_once $borderless_element_path . 'modal.php' ; |
| 40 | - | |
| 41 | -//require_once $borderless_element_path . 'pricing.php' ; | |
| 42 | 44 | |
| 43 | 45 | require_once $borderless_element_path . 'testimonial.php' ; |
| 44 | 46 | |
| 45 | 47 | /*-----------------------------------------------------------------------------------*/ |