esc_html__( 'Start of attachments import - reading appropriate XML file', 'atiframe-builder' ), 'import_start_failed' => esc_html__( 'XML file reading error occurred - check its existence', 'atiframe-builder' ), 'emptyInput' => esc_html__( 'Please select a file.', 'atiframe-builder' ), 'noAttachments' => esc_html__( 'There were no attachment files found in the import file.', 'atiframe-builder' ), 'parsing' => esc_html__( 'Parsing the file.', 'atiframe-builder' ), 'importing' => esc_html__( 'Importing file ', 'atiframe-builder' ), 'progress' => esc_html__( 'Overall progress: ', 'atiframe-builder' ), 'retrying' => esc_html__( 'An error occurred. In 5 seconds, retrying file ', 'atiframe-builder' ), 'done' => esc_html__( 'All done!', 'atiframe-builder' ), 'ajaxFail' => esc_html__( 'There was an error connecting to the server.', 'atiframe-builder' ), 'pbAjaxFail' => esc_html__( 'The program could not run. Check the error log below or your JavaScript console for more information', 'atiframe-builder' ), 'fatalUpload' => esc_html__( 'There was a fatal error. Check the last entry in the error log below.', 'atiframe-builder' ), ) ); $plugins_to_activate = array( 'contact-form-7/wp-contact-form-7.php', 'kc_pro/kc_pro.php', 'kingcomposer/kingcomposer.php', 'LayerSlider/layerslider.php', 'redux-framework/redux-framework.php', 'revslider/revslider.php', 'secretlab_shortcodes/index.php', 'secretlab_stack/index.php', 'woocommerce/woocommerce.php', 'wordpress-seo/wp-seo.php', 'yikes-inc-easy-mailchimp-extender/yikes-inc-easy-mailchimp-extender.php' ); // Allowed HTML tags for escaping of texts $allowed_html = array( 'a' => array( 'href' => array(), 'title' => array(), 'target' => array(), ), 'div' => array( 'id' => array(), 'class' => array(), ), 'br' => array(), 'em' => array(), 'strong' => array(), 'h1' => array(), 'h2' => array(), 'h3' => array(), 'h4' => array(), 'h5' => array(), 'h6' => array(), 'p' => array( 'style' => array(), ), 'b' => array(), 'i' => array(), 'u' => array(), 'ol' => array(), 'ul' => array(), 'li' => array(), 'code' => array(), 'del' => array(), ); $current = get_option( 'active_plugins' ); $opts = get_transient( 'seo_on_click_setup' ); if ( !is_array( $opts ) ) { $opts = array( 'theme_type' => 'main', 'install_plugins' => 1, 'activate_plugins' => 1, 'import_widgets' => 1, 'set_theme_options' => 1, 'set_sliders' => 1, 'technical_refresh' => 1, 'import_sample_data' => 1, 'i_id' => 1, 'install_theme' => 1, 'import_data' => 1, 'import_attachments' => 1, ); } if ( isset( $_COOKIE['seo_theme_type'] ) ) { $opts['theme_type'] = $_COOKIE['seo_theme_type']; } $theme_type = $opts['theme_type']; $theme_names = array( 'demo1' => esc_html__( 'Demo 1 SEO Agency', 'atiframe-builder' ), 'demo7' => esc_html__( 'Demo 7 Security/CCTV Services', 'atiframe-builder' ), 'demo8' => esc_html__( 'Demo 8 Lawyer/Corporate', 'atiframe-builder' ), 'demo9' => esc_html__( 'Demo 9 Guard/Yellow', 'atiframe-builder' ), 'full' => esc_html__( 'Full Demo, 100+ pages', 'atiframe-builder' ), ); $checked = array(); foreach ( $opts as $name => $val ) { if ( $val == 1 ) { $checked[$name] = ' checked="checked"'; } else { $checked[$name] = ''; } } $active_tab = ( isset( $_GET['tab'] ) ? $_GET['tab'] : 'atiframe' ); if ( $active_tab == 'atiframe' ) { $active_class = 'nav-tab-active'; } else { $active_class = ''; } echo '
' . esc_html__( 'Fully Customizable and Easy-to-use', 'atiframe-builder' ) . '
' . esc_html__( 'Install Plugins', 'atiframe-builder' ) . '
' . esc_html__( 'Install plugins', 'atiframe-builder' ) . '
' . esc_html__( 'Activate plugins', 'atiframe-builder' ) . '
' . esc_html__( 'Import Data', 'atiframe-builder' ) . '
' . esc_attr__( 'Attribute uploaded images to:', 'atiframe-builder' ) . '
' . esc_attr__( 'Current User', 'atiframe-builder' ) . '
' . esc_attr__( 'User in the import file', 'atiframe-builder' ) . '
' . esc_attr__( 'Select User:', 'atiframe-builder' ) . wp_dropdown_users( array(
'echo' => false,
) ) . '
' . esc_attr__( 'Delay file requests by at least five seconds.', 'atiframe-builder' ) . '
' . esc_attr__( 'Response time is 24 hours', 'atiframe-builder' ) . '
' . esc_attr__( 'Send your site, admin login and password please. It is increase time of solving your problem', 'atiframe-builder' ) . '
' . esc_attr__( 'Oleg Malkov', 'atiframe-builder' ) . '
' . esc_attr__( 'Send us feedback and criticism. Your feedback and experience is valuable for us! It will help to improve the theme.', 'atiframe-builder' ) . '
m@secretlab.pw' . esc_attr__( 'You can use it if you got any error and dont want to wait a solution from your hosting company.', 'atiframe-builder' ) . '
' . esc_attr__( 'Details about manual installations process: ', 'atiframe-builder' ) . 'http://secretlab.pw/doc/atiframe/#line4
' . esc_attr__( 'Do It', 'atiframe-builder' ) . '
' ; echo '