| 1 |
<?php |
| 2 |
|
| 3 |
// don't load directly |
| 4 |
defined( 'ABSPATH' ) || exit; |
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
$options = get_option('borderless'); |
| 9 |
$dir = dirname(__FILE__); |
| 10 |
$borderless_element_path = $dir . '/elements/'; |
| 11 |
//require_once $dir . '/custom-default-elements.php'; |
| 12 |
|
| 13 |
/*-----------------------------------------------------------------------------------*/ |
| 14 |
/* Essencial Elements |
| 15 |
/*-----------------------------------------------------------------------------------*/ |
| 16 |
vc_lean_map( 'borderless_wpbakery_alert', null, $borderless_element_path . 'alert.php' ); |
| 17 |
|
| 18 |
vc_lean_map( 'borderless_wpbakery_circular_progress_bar', null, $borderless_element_path . 'circular-progress-bar.php' ); |
| 19 |
|
| 20 |
vc_lean_map( 'borderless_wpbakery_counter', null, $borderless_element_path . 'counter.php' ); |
| 21 |
|
| 22 |
vc_lean_map( 'borderless_wpbakery_icon', null, $borderless_element_path . 'icon.php' ); |
| 23 |
|
| 24 |
vc_lean_map( 'borderless_wpbakery_infobox', null, $borderless_element_path . 'infobox.php' ); |
| 25 |
|
| 26 |
vc_lean_map( 'borderless_wpbakery_pricing', null, $borderless_element_path . 'pricing.php' ); |
| 27 |
|
| 28 |
vc_lean_map( 'borderless_wpbakery_progress_bar', null, $borderless_element_path . 'progress-bar.php' ); |
| 29 |
|
| 30 |
vc_lean_map( 'borderless_wpbakery_semi_circular_progress_bar', null, $borderless_element_path . 'semi-circular-progress-bar.php' ); |
| 31 |
|
| 32 |
vc_lean_map( 'borderless_wpbakery_svg', null, $borderless_element_path . 'svg.php' ); |
| 33 |
|
| 34 |
vc_lean_map( 'borderless_wpbakery_team_member', null, $borderless_element_path . 'team-member.php' ); |
| 35 |
|
| 36 |
/*-----------------------------------------------------------------------------------*/ |
| 37 |
/* Essencial Nested Elements |
| 38 |
/*-----------------------------------------------------------------------------------*/ |
| 39 |
require_once $borderless_element_path . 'icon-group.php'; |
| 40 |
|
| 41 |
require_once $borderless_element_path . 'list-group.php'; |
| 42 |
|
| 43 |
require_once $borderless_element_path . 'modal.php' ; |
| 44 |
|
| 45 |
require_once $borderless_element_path . 'testimonial.php' ; |
| 46 |
|
| 47 |
/*-----------------------------------------------------------------------------------*/ |
| 48 |
/* Premium Elements |
| 49 |
/*-----------------------------------------------------------------------------------*/ |
| 50 |
|
| 51 |
/*-----------------------------------------------------------------------------------*/ |
| 52 |
/* Premium Nested Elements |
| 53 |
/*-----------------------------------------------------------------------------------*/ |
| 54 |
|
| 55 |
/*-----------------------------------------------------------------------------------*/ |
| 56 |
/* Unlimited Elements |
| 57 |
/*-----------------------------------------------------------------------------------*/ |
| 58 |
|
| 59 |
/*-----------------------------------------------------------------------------------*/ |
| 60 |
/* Unlimited Nested Elements |
| 61 |
/*-----------------------------------------------------------------------------------*/ |