芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/ebpt.pulsehost.co.uk/wp-content/plugins/lte-ext/redux/sections/footer.php
esc_html__( 'Footer', 'tofit' ), 'id' => 'footer-options', 'icon' => 'el el-home', ] ); Redux::set_section( $opt_name, [ 'title' => esc_html__( 'Footer Sections', 'tofit' ), 'id' => 'footer-sections', 'subsection' => true, 'fields' => [ [ 'id' => 'footer-layout-default', 'type' => 'select', 'title' => __( 'Footer Default Style', 'tofit' ), 'options' => [ 'default' => __( 'Default', 'tofit'), 'copyright' => __( 'Copyright Only', 'tofit'), 'copyright-transparent' => __( 'Copyright Transparent', 'tofit'), ] ], [ 'id' => 'copyrights', 'type' => 'editor', 'title' => __( 'Copyrights', 'tofit' ), ], [ 'id' => 'footer-section', 'type' => 'select', 'title' => __( 'Footer block', 'tofit' ), 'options' => [ 0 => __( 'None / Hidden', 'tofit'), ] + $tofit_sections_list['footer'] ], [ 'id' => 'before-footer-section', 'type' => 'select', 'title' => __( 'Before Footer block', 'tofit' ), 'options' => [ 0 => __( 'None / Hidden', 'tofit'), ] + $tofit_sections_list['before_footer'] ], [ 'id' => 'subscribe-section', 'type' => 'select', 'title' => __( 'Subscribe block', 'tofit' ), 'options' => [ 0 => __( 'None / Hidden', 'tofit'), ] + $tofit_sections_list['subscribe'] ], ] ] ); Redux::set_section( $opt_name, [ 'title' => esc_html__( 'Go Top', 'tofit' ), 'id' => 'gotop', 'subsection' => true, 'fields' => [ [ 'id' => 'go_top_visibility', 'type' => 'select', 'title' => __( 'Go Top Visibility', 'tofit' ), 'options' => [ 'visible' => __( 'Always visible', 'tofit'), 'desktop' => __( 'Desktop Only', 'tofit'), 'mobile' => __( 'Mobile Only', 'tofit'), 'hidden' => __( 'Hidden', 'tofit'), ] ], [ 'id' => 'go_top_pos', 'type' => 'select', 'title' => __( 'Go Top Position', 'tofit' ), 'options' => [ 'floating' => __( 'Floating', 'tofit'), 'static' => __( 'Static at the footer', 'tofit'), ] ], [ 'id' => 'go_top_img', 'type' => 'media', 'title' => __( 'Go Top Image', 'tofit' ), ], [ 'id' => 'go_top_icon', 'type' => 'icon_select', 'title' => __( 'Go Top Icon', 'tofit' ), 'stylesheet' => array( array( 'url' => get_template_directory_uri() . '/assets/fonts/lte-font.css?1.0.0', 'title' => 'Tofit Icons', 'prefix' => 'icon', ), ), ], [ 'id' => 'go_top_rotate', 'type' => 'switch', 'title' => __( 'Rotate Icon', 'tofit' ), ], [ 'id' => 'go_top_text', 'type' => 'text', 'title' => __( 'Go Top Text', 'tofit' ), ], ] ] );