array(
'name' => 'font-awesome/fort-awesome',
'content' => '',
),
'phone' => array(
'name' => 'icons8-line-awesome/phone',
'content' => '',
),
'phone-square' => array(
'name' => 'font-awesome/phone-square',
'content' => '',
),
'map' => array(
'name' => 'font-awesome/map-o',
'content' => '',
),
'map-marker' => array(
'name' => 'icons8-line-awesome/map-marker',
'content' => '',
),
'map-pin' => array(
'name' => 'icons8-line-awesome/map-pin',
'content' => '',
),
'envelope-open' => array(
'name' => 'font-awesome/envelope-open-o',
'content' => '',
),
'envelope' => array(
'name' => 'font-awesome/envelope',
'content' => '',
),
'facebook' => array(
'name' => 'socicon/facebook',
'content' => '',
),
'facebook-square' => array(
'name' => 'icons8-line-awesome/facebook',
'content' => '',
),
'facebook-square-full' => array(
'name' => 'icons8-line-awesome/facebook',
'content' => '',
),
'twitter' => array(
'name' => 'socicon/twitter',
'content' => '',
),
'twitter-x' => array(
'name' => 'font-awesome/twitter-x',
'content' => '',
),
'youtube' => array(
'name' => 'socicon/youtube',
'content' => '',
),
'youtube-play' => array(
'name' => 'icons8-line-awesome/youtube-play',
'content' => '',
),
'vimeo' => array(
'name' => 'font-awesome/vimeo-square',
'content' => '',
),
'pinterest' => array(
'name' => 'font-awesome/pinterest-square',
'content' => '',
),
'instagram' => array(
'name' => 'socicon/instagram',
'content' => '',
),
'instagram-square' => array(
'name' => 'icons8-line-awesome/instagram',
'content' => '',
),
'behance' => array(
'name' => 'font-awesome/behance-square',
'content' => '',
),
'reddit' => array(
'name' => 'icons8-line-awesome/reddit',
'content' => '',
),
'logoNav' => array(
'name' => 'logoNav',
'content' => '',
),
'logoAbove' => array(
'name' => 'logoAbove',
'content' => '',
),
'logoNavCta' => array(
'name' => 'logoNavCta',
'content' => '',
),
'navLogoCta' => array(
'name' => 'navLogoCta',
'content' => '',
),
'logoNavCta2' => array(
'name' => 'logoNavCta2',
'content' => '',
),
'customLogo' => array(
'name' => 'customLogo',
'content' => '',
),
'textOnly' => array(
'name' => 'textOnly',
'content' => '',
),
'textWithMediaOnRight' => array(
'name' => 'textWithMediaOnRight',
'content' => '',
),
'textWithMediaOnLeft' => array(
'name' => 'textWithMediaOnLeft',
'content' => '',
),
'textWithMediaAbove' => array(
'name' => 'textWithMediaAbove',
'content' => '',
),
'textWithMediaBelow' => array(
'name' => 'textWithMediaBelow',
'content' => '',
),
'customMedia' => array(
'name' => 'customMedia',
'content' => '',
),
'whatsapp-square' => array(
'name' => 'icons8-line-awesome/whatsapp',
'content' => '',
),
'yahoo-square' => array(
'name' => 'icons8-line-awesome/yc-square',
'content' => '',
),
);
$brightly_theme_divider_style = array(
'pyramids' => '',
'tilt-flipped' => '',
'tilt' => '',
);
$header_gradients = array(
'front_header_default_overlay' =>
array(
'name' => 'front_header_default_overlay',
'angle' => '180',
'steps' =>
array(
0 =>
array(
'color' => 'rgba(255, 255, 255, 1)',
'position' => '55',
),
1 =>
array(
'color' => 'rgba(250, 250, 250, 0)',
'position' => '55',
),
),
),
'inner_header_default_overlay' =>
array(
'name' => 'inner_header_default_overlay',
'angle' => '90',
'steps' =>
array(
0 =>
array(
'color' => 'rgba(250, 250, 250, 1)',
'position' => '46',
),
1 =>
array(
'color' => 'rgba(250, 250, 250, 0)',
'position' => '86',
),
),
),
);
$brightly_gradients = array(
'night_fade' =>
array(
'name' => 'night_fade',
'angle' => '0',
'steps' =>
array(
0 =>
array(
'color' => '#a18cd1',
'position' => '0',
),
1 =>
array(
'color' => '#fbc2eb',
'position' => '100',
),
),
),
'juicy_peach' =>
array(
'name' => 'juicy_peach',
'angle' => '90',
'steps' =>
array(
0 =>
array(
'color' => '#ffecd2',
'position' => '0',
),
1 =>
array(
'color' => '#fcb69f',
'position' => '100',
),
),
),
'mean_fruit' =>
array(
'name' => 'mean_fruit',
'angle' => '120',
'steps' =>
array(
0 =>
array(
'color' => '#fccb90',
'position' => '0',
),
1 =>
array(
'color' => '#d57eeb',
'position' => '100',
),
),
),
);
$brightly_title = 'Your journey starts right here.';
$brightly_subtitle = 'Lorem ipsum dolor sit amet, at mei dolore tritani repudiandae. emporibus consequuntur, vim ad prima vivendum consetetur. in his nemore.';
$brightly_theme_action_button = 'Button 1';
$brightly_theme_action_button_secondary = 'Button 2';
$defaults = array(
'default_icon' => $brightly_theme_svg_icons['fort-awesome'],
'icons' => $brightly_theme_svg_icons,
'divider_style' => $brightly_theme_divider_style,
'gradients' => $brightly_gradients,
'assets_js_key' => 'kubioFrontendData',
'edit_this_text_in_customizer' => $brightly_title,
'lorem_ipsum' => $brightly_subtitle,
'front-header' => array(
'navigation' => array(
'props' => array(
'showTopBar' => false,
'layoutType' => 'logo-spacing-menu',
'width' => 'boxed',
'sticky' => false,
'overlap' => true,
),
'style' => array(
'padding' => array(
'top' => array(
'value' => 30,
'unit' => 'px',
),
),
),
),
'header-menu' => array(
'props' => array(
'hoverEffect' => array(
'group' => array(
'border' => array(
'transition' => 'effect-borders-grow grow-from-left',
),
),
'type' => 'bordered-active-item bordered-active-item--bottom',
),
),
'style' => array(
'descendants' => array(
'innerMenu' => array(
'justifyContent' => 'center',
),
),
),
),
'logo' => array(
'props' => array(
'layoutType' => 'text',
),
),
'buttons' => array(
'show' => true,
'style' => array(
'textAlign' => 'left',
),
'value' => array(
array(
'label' => sprintf( $brightly_theme_action_button, 1 ),
'url' => '#',
'button_type' => '0',
'index' => 0,
),
array(
'label' => sprintf( $brightly_theme_action_button_secondary, 1 ),
'url' => '#',
'button_type' => '1',
'index' => 1,
),
),
),
'title' => array(
'show' => true,
'value' => $brightly_title,
'localProps' => array(
'content' => $brightly_title
),
'style' => array(
'descendants' => array(
'text' => array(
'textAlign' => 'left',
),
),
),
),
'subtitle' => array(
'show' => true,
'value' => $brightly_subtitle,
'localProps' => array(
'content' => $brightly_subtitle
),
'style' => array(
'descendants' => array(
'text' => array(
'textAlign' => 'left',
),
),
),
),
'hero' => array(
'style' => array(
'descendants' => array(
'outer' => array(
'background' => array(
'type' => 'color',
'color' => 'rgba(255,255,255,1)',
'overlay' =>
array(
'type' => 'color',
'color' => array(
'value' => 'rgba(0, 0, 0, 0.2)',
),
'gradient' => $header_gradients['front_header_default_overlay'],
'gradient_opacity' => 100,
'shape' =>
array(
'value' => 'none',
'isTile' => false,
),
),
'slideshow' => array(
'duration' => array( 'value' => 5000 ),
'speed' => array( 'value' => 1000 ),
'slides' => array(
array(
'url' => get_template_directory_uri() . '/resources/images/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg',
),
array(
'url' => get_template_directory_uri() . '/resources/images/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg',
),
array(
'url' => get_template_directory_uri() . '/resources/images/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg',
),
),
),
'video' => array(
'videoType' => 'external',
'externalUrl' => 'https://www.youtube.com/watch?v=xXRy-JQ8G0Y',
'internalUrl' => get_template_directory_uri() . '/resources/videos/demo-video.mp4',
'poster' =>
array(
'url' => get_template_directory_uri() . '/resources/images/demo-video-cover.jpg',
),
),
'image' => array(
array(
'source' => array(
'url' => get_template_directory_uri() . '/resources/images/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg',
'gradient' => $brightly_gradients['night_fade'],
),
'position' => 'center center',
'size' => 'cover',
'attachment' => 'scroll',
),
),
),
'padding' => array(
'top' => array(
'value' => 60,
),
'bottom' => array(
'value' => 100,
),
),
'separators' => array(
'separatorBottom' => array(
'type' => 'pyramids',
'color' => '#FFFFFF',
'height' => array( 'value' => 187 ),
'enabled' => true,
'negative' => false,
),
),
),
),
),
'hero_column_width' => 60,
'props' => array(
'heroSection' => array(
'layout' => 'textWithMediaOnRight',
),
'useWhiteText' => false,
),
'image' => array(
'localProps' => array(
'url' => get_template_directory_uri() . '/resources/images/hero-media.jpg',
),
'style' => array(
'descendants' => array(
'image' => array(
'boxShadow' => array(
'layers' => array(
array(
'x' => - 20,
'y' => 20,
'spread' => 0,
'blur' => 10,
'color' => 'rgba(136, 136, 136, 1)',
),
),
'enabled' => false,
),
),
'frameImage' => array(
'backgroundColor' => 'rgba(255, 255, 255, 1)',
'width' => 100,
'height' => 100,
'transform' => array(
'translate' => array(
'x_value' => 10,
'y_value' => 10,
),
),
'thickness' => 10,
),
),
),
'props' => array(
'frame' => array(
'type' => 'border',
),
'showFrameOverImage' => true,
'showFrameShadow' => false,
'enabledFrameOption' => false,
),
),
'full_height' => false,
),
'social_icons' => array(
'show' => true,
'localProps' => array(
'iconList' => array(
array(
'icon' => $brightly_theme_svg_icons['facebook-square-full'],
'link_value' => '#',
'index' => 0,
),
array(
'icon' => $brightly_theme_svg_icons['twitter-x'],
'link_value' => '#',
'index' => 1,
),
array(
'icon' => $brightly_theme_svg_icons['youtube'],
'link_value' => '#',
'index' => 2,
),
array(
'icon' => $brightly_theme_svg_icons['vimeo'],
'link_value' => '#',
'index' => 3,
),
),
),
),
'icon_list' => array(
'show' => true,
'localProps' => array(
'iconList' => array(
array(
'icon' => $brightly_theme_svg_icons['map-marker'],
'text' => '123, Main Street, City, Country',
'link_value' => 'https://maps.google.com/',
'index' => 0,
),
array(
'icon' => $brightly_theme_svg_icons['phone'],
'text' => '+1 234 567 890',
'link_value' => 'tel:+1 234 567 890',
'index' => 0,
),
array(
'icon' => $brightly_theme_svg_icons['envelope'],
'text' => 'email@example.com',
'link_value' => 'mailto:email@example.com',
'index' => 1,
),
),
),
),
),
'header' => array(
'navigation' => array(
'props' => array(
'showTopBar' => false,
'width' => 'boxed',
'sticky' => true,
),
'style' => array(
'padding' => array(
'top' => array(
'value' => 30,
'unit' => 'px',
),
),
),
),
'header-menu' => array(
'props' => array(
'hoverEffect' => array(
'group' => array(
'border' => array(
'transition' => 'effect-borders-grow grow-from-left',
),
),
'type' => 'none',
),
),
),
'logo' => array(
'props' => array(
'layoutType' => 'text',
),
),
'title' => array(
'show' => true,
'style' => array(
'descendants' => array(
'text' => array(
'textAlign' => 'center',
),
),
),
),
'hero' => array(
'style' => array(
'descendants' => array(
'outer' => array(
'background' => array(
'type' => 'color',
'color' => 'rgba(255, 248, 233, 1)',
'overlay' =>
array(
'type' => 'color',
'color' => array(
'value' => 'rgba(0,0,0,0.2)',
),
'gradient' => $header_gradients['inner_header_default_overlay'],
'gradient_opacity' => 100,
'shape' =>
array(
'value' => 'none',
'isTile' => false,
),
),
'slideshow' => array(
'duration' => array( 'value' => 5000 ),
'speed' => array( 'value' => 1000 ),
'slides' => array(
array(
'url' => get_template_directory_uri() . '/resources/images/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg',
),
array(
'url' => get_template_directory_uri() . '/resources/images/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg',
),
array(
'url' => get_template_directory_uri() . '/resources/images/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg',
),
),
),
'video' => array(
'videoType' => 'external',
'externalUrl' => 'https://www.youtube.com/watch?v=xXRy-JQ8G0Y',
'internalUrl' => get_template_directory_uri() . '/resources/videos/demo-video.mp4',
'poster' =>
array(
'url' => get_template_directory_uri() . '/resources/images/demo-video-cover.jpg',
),
),
'image' => array(
array(
'source' => array(
'url' => get_template_directory_uri() . '/resources/images/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg',
'gradient' => $brightly_gradients['night_fade'],
),
'position' => 'center center',
'size' => 'cover',
'attachment' => 'scroll',
),
),
),
'padding' => array(
'top' => array(
'value' => 100,
),
'bottom' => array(
'value' => 100,
),
),
'separators' => array(
'separatorBottom' => array(
'type' => 'pyramids',
'color' => '#FFF',
'height' => array( 'value' => 100 ),
'enabled' => true,
'negative' => false,
),
),
),
),
),
),
'social_icons' => array(
'show' => true,
'localProps' => array(
'icons' => array(
array(
'icon' => $brightly_theme_svg_icons['facebook-square-full'],
'link_value' => '#',
'index' => 0,
),
array(
'icon' => $brightly_theme_svg_icons['whatsapp-square'],
'link_value' => '#',
'index' => 1,
),
array(
'icon' => $brightly_theme_svg_icons['youtube'],
'link_value' => '#',
'index' => 2,
),
array(
'icon' => $brightly_theme_svg_icons['whatsapp-square'],
'link_value' => '#',
'index' => 3,
),
),
),
),
'icon_list' => array(
'show' => true,
'localProps' => array(
'iconList' => array(
array(
'icon' => $brightly_theme_svg_icons['map-pin'],
'text' => '1557 Frosty Lane, Binghamton, NY',
'link_value' => '#',
'index' => 0,
),
array(
'icon' => $brightly_theme_svg_icons['phone-square'],
'text' => '+400 098 765 432',
'link_value' => '#',
'index' => 1,
),
array(
'icon' => $brightly_theme_svg_icons['envelope'],
'text' => 'email@example.com',
'link_value' => '#',
'index' => 2,
),
),
),
),
),
'blog_post_thumb_placeholder_color' => 'rgba(255,255,255,1)',
'blog_show_post_thumb_placeholder' => true,
'blog_posts_per_row' => 2,
'blog_enable_masonry' => true
);
if ( ! file_exists( __DIR__ . '/exported-settings.php' ) ) {
return $defaults;
}
$exported_defaults = require_once 'exported-settings.php';
$merged = array_replace_recursive( $defaults, $exported_defaults );
return $merged;