PluginProbe
Borderless – Addons and Templates for Elementor / 1.2.5
Borderless – Addons and Templates for Elementor v1.2.5
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 All 78 releases
← All changes | modules/wpbakery/lean-map.php +4 -2 1.0.21.2.5 View file →
@@ -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 /*-----------------------------------------------------------------------------------*/