芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/www/wp-content/themes/betheme/visual-builder/partials/sidebar-header.php
template_type && $this->template_type == 'header' ){ $page_options_label = esc_html__('Header options', 'mfn-opts'); }else if( $this->template_type && $this->template_type == 'footer' ){ $page_options_label = esc_html__('Footer options', 'mfn-opts'); }else if( $this->template_type && $this->template_type == 'megamenu' ){ $page_options_label = esc_html__('Mega menu options', 'mfn-opts'); }else if( $this->template_type && $this->template_type == 'popup' ){ $page_options_label = esc_html__('Popup options', 'mfn-opts'); }else if( $this->template_type && $this->template_type == 'sidemenu' ){ $page_options_label = esc_html__('Sidebar options', 'mfn-opts'); }else if( $this->template_type ){ $page_options_label = esc_html__('Template options', 'mfn-opts'); } echo '
'; if ( defined( 'WPSEO_FILE' ) ) { echo '
'.esc_html__('Yoast SEO', 'mfn-opts').'
'; } echo '
'.esc_html__('Global sections', 'mfn-opts').'
'.esc_html__('Column', 'mfn-opts').'
'; if( $this->ui_mode == 'dev' ){ echo '
'.$page_options_label.'
'.esc_html__('Theme options', 'mfn-opts').'
'.esc_html__('Settings', 'mfn-opts').'
'; }else{ echo '
'.esc_html__('Settings', 'mfn-opts').'
'; } echo '
'; if( $this->ui_mode == 'dev' ){ echo '
'.$page_options_label.'
Theme options
Settings
'; }else{ echo '
'.$page_options_label.'
'; } echo '
'.esc_html__('Add Element', 'mfn-opts').'
'; if( !$this->template_type || ($this->template_type && $this->template_type != 'header' ) ){ echo '
'.esc_html__('All', 'mfn-opts').'
'.esc_html__('Filter by', 'mfn-opts').':
'.esc_html__('All', 'mfn-opts').'
'; if( get_post_type($this->post_id) == 'template' && get_post_meta($this->post_id, 'mfn_template_type', true) == 'single-product' ){ echo '
'.esc_html__('Product', 'mfn-opts').'
'; }elseif( get_post_type($this->post_id) == 'template' && get_post_meta($this->post_id, 'mfn_template_type', true) == 'shop-archive' ){ echo '
'.esc_html__('Shop', 'mfn-opts').'
'; } echo '
'.esc_html__('Typography', 'mfn-opts').'
'.esc_html__('Boxes', 'mfn-opts').'
'.esc_html__('Blocks', 'mfn-opts').'
'.esc_html__('Elements', 'mfn-opts').'
'; if( !$this->template_type || ($this->template_type && $this->template_type != 'popup' ) ) echo '
'.esc_html__('Loops', 'mfn-opts').'
'; echo '
'.esc_html__('Plugins', 'mfn-opts').'
'.esc_html__('Other', 'mfn-opts').'
'; } echo '
'; echo '
'.esc_html__('Pre-built', 'mfn-opts').'
'; if( !$this->template_type || $this->template_type != 'header' ){ echo '
'.esc_html__('All', 'mfn-opts').'
'.esc_html__('Filter by', 'mfn-opts').':
'; $categories = Mfn_Pre_Built_Sections::get_categories(); foreach( $categories as $category_key => $category ){ echo '
'. esc_html( $category ) .'
'; if( $category_key == 'all'){ echo '
'; } } echo '
'; } echo '
'.esc_html__('History', 'mfn-opts').'
'. ( empty(mfn_opts_get('builder-autosave')) ? esc_html__('Autosave', 'mfn-opts') : esc_html__('Update', 'mfn-opts') ) .'
'; if( empty(mfn_opts_get('builder-autosave')) ) echo '
'.esc_html__('Autosave', 'mfn-opts').'
'; echo '
'.esc_html__('Update', 'mfn-opts').'
'.esc_html__('Revision', 'mfn-opts').'
'.esc_html__('Backup', 'mfn-opts').'
'; if( $this->ui_mode == 'dev' ){ echo '
'.$page_options_label.'
'.esc_html__('Theme options', 'mfn-opts').'
'.esc_html__('Settings', 'mfn-opts').'
'; }else{ echo '
'.esc_html__('Theme options', 'mfn-opts').'
'.esc_html__('Back to list', 'mfn-opts').'
'; } echo '
'.esc_html__('Export / Import', 'mfn-opts').'
'.esc_html__('Export', 'mfn-opts').'
'.esc_html__('Export', 'mfn-opts').'
'.esc_html__('Import', 'mfn-opts').'
'.esc_html__('Templates', 'mfn-opts').'
'.esc_html__('Single page', 'mfn-opts').'
'.esc_html__('Presets', 'mfn-opts').'
'; if( !$this->template_type ){ echo '
'.esc_html__('Builder → SEO', 'mfn-opts').'
'; } echo '
'; ?>