array(
'allx_loop' => '1',
'allx_header_shadow' => '0.1',
'top_icons_show' => 'home',
'allx_icon_title_1' => 'Write Blog',
'allx_icon_description_1' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.',
'allx_top_icon_1' => '',
'allx_icon_title_2' => 'Portfolio',
'allx_icon_description_2' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.',
'allx_top_icon_2' => '',
'allx_icon_title_3' => 'Shop',
'allx_icon_description_3' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.',
'allx_top_icon_3' => '',
'xmrf_activate' => true,
'xmrf_title' => 'Right Layout',
'xmrf_description' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.',
'xmrf_button_text' => 'Read More',
'xmrf_image' => allx_THEME_URI . '/images/demo_2.webp',
'xmrf_image_animation' => 'fade-right',
'xmrf_text_animation' => 'fade-left',
'xmlf_activate' => true,
'xmlf_title' => 'Left Layout',
'xmlf_description' => 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.',
'xmlf_button_text' => 'Read More',
'xmlf_image' => allx_THEME_URI . '/images/demo_1.webp',
'xmlf_image_animation' => 'fade-left',
'xmlf_text_animation' => 'fade-right',
),
);
set_theme_mod( 'allx_loop', '1');
set_theme_mod( 'allx_header_shadow', '0.1');
set_theme_mod( 'xmrf_activate', false );
set_theme_mod( 'xmlf_activate', false );
set_theme_mod( 'top_icons_show', 'home' );
set_theme_mod( 'allx_icons_margin', 20 );
set_theme_mod( 'allx_icon_title_1', 'Write Blog');
set_theme_mod( 'allx_icon_description_1', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.');
set_theme_mod( 'allx_top_icon_1', '');
set_theme_mod( 'allx_icon_title_2', 'Portfolio');
set_theme_mod( 'allx_icon_description_2', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.');
set_theme_mod( 'allx_top_icon_2', '');
set_theme_mod( 'allx_icon_title_3', 'Shop');
set_theme_mod( 'allx_icon_description_3', 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.');
set_theme_mod( 'allx_top_icon_3', '');
add_theme_support( 'starter-content', $demo_content );
return apply_filters( 'allx_starter_content', $demo_content );
}
add_action( 'after_setup_theme', 'allx_setup_sc' );