array(
'tempo-faq' => array(
'menu' => array(
'title' => __( 'Theme FAQ', 'beauty-land' )
),
'priority' => 1,
'update' => false,
'sections' => array(
array(
'title' => __( 'Frequently Asked Questions', 'beauty-land' ),
'description' => __( 'Please read this small guide and follow the instructions. This guide will help you customize the theme for your needs.', 'beauty-land' ),
'columns' => array(
// COLUMNS
array(
'layout' => array(
'sm' => 12,
'md' => 6,
'lg' => 6,
),
// BOXES
'boxes' => array(
array(
'title' => __( 'Welcome Message!', 'beauty-land' ),
'template' => 'templates/admin/appearance/faq/welcome',
),
array(
'title' => __( 'Translate the Theme ( Localization )', 'beauty-land' ),
'template' => 'templates/admin/appearance/faq/translate'
),
array(
'title' => __( 'Custom CSS and Customizations', 'beauty-land' ),
'template' => 'templates/admin/appearance/faq/custom-css',
)
// license
)
),
array(
'layout' => array(
'sm' => 12,
'md' => 6,
'lg' => 6,
),
'boxes' => array(
array(
'title' => __( 'Customize the Theme', 'beauty-land' ),
'template' => 'templates/admin/appearance/faq/customizer'
)
)
)
),
'save' => true
),
array(
'title' => __( 'Please help us share the theme details', 'beauty-land' ),
'description' => __( 'You can help us share the theme details on your social networks. Please share the message below and inform your friends about our great WordPress Theme.', 'beauty-land' ),
'notification' => array(
'description' => sprintf( __( 'Hello my friends. A few minutes ago I found Tempo freemium and easy to customize WordPress theme. I love it and I suggest you to try it! %s', 'beauty-land' ), 'https://wordpress.org/themes/tempo/' ),
'wrapper' => true,
'align' => 'center',
'style' => array(
'margin-top' => '10px',
'margin-bottom' => '0px',
)
)
),
'beauty-land' => array(
'title' => __( 'Beauty Land + Zeon', 'beauty-land' ),
'description' => sprintf( __( 'Zeon is a premium WordPress Plugin that extends the core functionality of the Beauty Land free WordPress theme and Tempo child themes.', 'beauty-land' ), '
' ),
'template' => 'templates/admin/appearance/faq/premium',
'style' => array(
'border-top' => '1px solid rgba( 0,0,0, 0.1 )',
'margin-top' => '100px'
)
),
array(
'title' => __( 'Support and Feadback', 'beauty-land' ),
'description' => sprintf( __( 'If you have questions about the theme or the theme features then you are welcome to use our forum.%s Also if you found bugs please provide us a feedback.', 'beauty-land' ), '
' ),
'template' => 'templates/admin/appearance/faq/support',
'style' => array(
'border-top' => '1px solid rgba( 0,0,0, 0.1 )',
'border-bottom' => '1px solid rgba( 0,0,0, 0.1 )',
'margin-top' => '100px',
'padding-bottom' => '100px'
)
)
)
)
)
));
tempo_cfgs::set( 'settings', $settings );
?>