File: /home/slyfwmm/studiomilighetti/wp-content/themes/domik/includes/redux-sections/404.php
<?php
/* banner-php */
Redux::setSection( $opt_name, array(
'title' => __('404 Page', 'domik'),
'id' => '404-intro-text-settings',
'subsection' => false,
//'desc' => __( 'For full documentation on this field, visit: ', 'redux-framework-demo' ) . '<a href="http://docs.reduxframework.com/core/fields/checkbox/" target="_blank">http://docs.reduxframework.com/core/fields/checkbox/</a>',
'icon' => 'el-icon-file-edit',
'fields' => array(
array(
'id' => '404_intro',
'type' => 'editor',
'title' => __('404 Page Message', 'domik'),
// 'subtitle' => '',
// 'desc' => '',
'default' => 'Sorry, but the page you are looking for has not been found.'
),
array(
'id' => 'back_home_link',
'type' => 'text',
'title' => esc_html__('Back Home Link', 'domik'),
'default' => esc_url( home_url('/' ) )
),
array(
'id' => '404_right_parallax_bg',
'type' => 'media',
'url' => true,
'title' => __('Right Background Image', 'domik'),
'default' => array('url' => get_template_directory_uri().'/assets/images/bg/long/7.jpg'),
),
),
) );