Current Path : /var/www/spmeat/wp-content/themes/jannah/framework/admin/theme-options/ |
Current File : /var/www/spmeat/wp-content/themes/jannah/framework/admin/theme-options/footer.php |
<?php tie_build_theme_option( array( 'title' => esc_html__( 'Footer Settings', TIELABS_TEXTDOMAIN ), 'id' => 'footer-settings-tab', 'type' => 'tab-title', )); // TikTok tie_build_theme_option( array( 'title' => esc_html__( 'TikTok Footer Area', TIELABS_TEXTDOMAIN ), 'id' => 'tiktok-footer-area', 'type' => 'header', )); $sources = array( '' => esc_html__( 'Choose', TIELABS_TEXTDOMAIN ) ); $show_tiktok_settings = 'none'; if( ! TIELABS_TIKTOK_IS_ACTIVE ){ tie_build_theme_option( array( 'text' => sprintf( esc_html__( 'You need to install the %s plugin to use this feature.', TIELABS_TEXTDOMAIN ), '<a href="'. admin_url('admin.php?page=tie-install-plugins') .'"><strong>TikTok</strong></a>' ), 'type' => 'error', )); } else{ $feeds = get_option( 'tiktok_feed_feeds' ); if( empty( $feeds ) || ! is_array( $feeds ) ) { tie_build_theme_option( array( 'text' => esc_html__( 'No accounts found, Go to TikTok Feed > Feeds to setup your account.', TIELABS_TEXTDOMAIN ), 'type' => 'error', )); } else{ $show_tiktok_settings = 'block'; foreach ( $feeds as $id => $data ) { $id = 'tiktok-'. $id; if( $data['source'] == 'username' ){ $sources[ $id ] = $data['username']; } elseif( $data['source'] == 'hashtag' ){ $sources[ $id ] = $data['hashtag']; } } } } echo '<div id="footer_tiktok_advanced_options" style="display:'. $show_tiktok_settings .'">'; tie_build_theme_option( array( 'name' => esc_html__( 'Enable', TIELABS_TEXTDOMAIN ), 'id' => 'footer_tiktok', 'toggle' => '#footer_tiktok_options', 'type' => 'checkbox', )); echo '<div id="footer_tiktok_options">'; tie_build_theme_option( array( 'name' => esc_html__( 'Source', TIELABS_TEXTDOMAIN ), 'id' => 'footer_tiktok_source', 'type' => 'select', 'options' => $sources )); echo '</div>'; echo '</div>'; // Instagram tie_build_theme_option( array( 'title' => esc_html__( 'Instagram Footer Area', TIELABS_TEXTDOMAIN ), 'id' => 'instagram-footer-area', 'type' => 'header', )); $show_insta_settings = 'none'; if( ! TIELABS_INSTAGRAM_FEED_IS_ACTIVE ){ tie_build_theme_option( array( 'text' => sprintf( esc_html__( 'You need to install the %s plugin to use this feature.', TIELABS_TEXTDOMAIN ), '<a href="'. admin_url('admin.php?page=tie-install-plugins') .'"><strong>TieLabs Instagram Feed</strong></a>' ), 'type' => 'error', )); } elseif( tielabs_instagram_feed_error() ){ tie_build_theme_option( array( 'text' => tielabs_instagram_feed_error(), 'type' => 'error', )); } elseif( ! tielabs_instagram_feed()->account->is_active() ){ tie_build_theme_option( array( 'text' => tielabs_instagram_feed()->helper->get_error('inactive'), 'type' => 'message', )); } elseif( tielabs_instagram_feed()->account->is_expired() ){ tie_build_theme_option( array( 'text' => tielabs_instagram_feed()->helper->get_error('expired'), 'type' => 'error', )); } else{ $show_insta_settings = 'block'; } echo '<div id="footer_instagram_advanced_options" style="display:'. $show_insta_settings .'">'; tie_build_theme_option( array( 'name' => esc_html__( 'Enable', TIELABS_TEXTDOMAIN ), 'id' => 'footer_instagram', 'toggle' => '#footer_instagram_options', 'type' => 'checkbox', )); echo '<div id="footer_instagram_options">'; tie_build_theme_option( array( 'name' => esc_html__( 'Number of Rows', TIELABS_TEXTDOMAIN ), 'id' => 'footer_instagram_rows', 'type' => 'radio', 'options' => array( '1' => esc_html__( 'One Row', TIELABS_TEXTDOMAIN ), '2' => esc_html__( 'Two Rows', TIELABS_TEXTDOMAIN ), ))); tie_build_theme_option( array( 'name' => esc_html__( 'Link Images to', TIELABS_TEXTDOMAIN ).' *', 'id' => 'footer_instagram_media_link', 'type' => 'select', 'hint' => '<small>*'. esc_html__( 'Videos always linked to the Media Page on Instagram.', TIELABS_TEXTDOMAIN ) .'</small>', 'options' => array( 'file' => esc_html__( 'Media File', TIELABS_TEXTDOMAIN ), 'page' => esc_html__( 'Media Page on Instagram', TIELABS_TEXTDOMAIN ), ))); tie_build_theme_option( array( 'name' => esc_html__( 'Follow Us Button', TIELABS_TEXTDOMAIN ), 'id' => 'footer_instagram_button', 'toggle' => '#footer_instagram_button_text-item, #footer_instagram_button_url-item, #footer_instagram_button_style-item', 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Follow Us Button style', TIELABS_TEXTDOMAIN ), 'id' => 'footer_instagram_button_style', 'type' => 'visual', 'options' => array( '' => 'footers/instagram-compact.jpg', 'expanded' => 'footers/instagram-expanded.jpg', 'colored' => 'footers/instagram-colored.jpg', ))); tie_build_theme_option( array( 'name' => esc_html__( 'Follow Us Button Text', TIELABS_TEXTDOMAIN ), 'id' => 'footer_instagram_button_text', 'type' => 'text', )); tie_build_theme_option( array( 'name' => esc_html__( 'Follow Us Button URL', TIELABS_TEXTDOMAIN ), 'id' => 'footer_instagram_button_url', 'placeholder' => 'https://', 'type' => 'text', )); echo '</div>'; echo '</div>'; tie_build_theme_option( array( 'title' => esc_html__( 'Footer Widgets layout', TIELABS_TEXTDOMAIN ), 'id' => 'footer-widgets-layout', 'type' => 'header', )); tie_build_theme_option( array( 'name' => esc_html__( 'First Footer Widgets Area', TIELABS_TEXTDOMAIN ), 'id' => 'footer_widgets_area_1', 'toggle' => '#footer_widgets_layout_area_1-item, #footer_widgets_border_area_1-item', 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Add border around the widgets area', TIELABS_TEXTDOMAIN ), 'id' => 'footer_widgets_border_area_1', 'type' => 'checkbox', )); tie_build_theme_option( array( 'id' => 'footer_widgets_layout_area_1', 'type' => 'visual', 'options' => array( 'footer-1c' => 'footers/footer-1c.png', 'footer-2c' => 'footers/footer-2c.png', 'narrow-wide-2c' => 'footers/footer-2c-narrow-wide.png', 'wide-narrow-2c' => 'footers/footer-2c-wide-narrow.png', 'footer-3c' => 'footers/footer-3c.png', 'wide-left-3c' => 'footers/footer-3c-wide-left.png', 'wide-right-3c' => 'footers/footer-3c-wide-right.png', 'footer-4c' => 'footers/footer-4c.png', ))); tie_build_theme_option( array( 'name' => esc_html__( 'Second Footer Widgets Area', TIELABS_TEXTDOMAIN ), 'id' => 'footer_widgets_area_2', 'toggle' => '#footer_widgets_layout_area_2-item, #footer_widgets_border_area_2-item', 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Add border around the widgets area', TIELABS_TEXTDOMAIN ), 'id' => 'footer_widgets_border_area_2', 'type' => 'checkbox', )); tie_build_theme_option( array( 'id' => 'footer_widgets_layout_area_2', 'type' => 'visual', 'options' => array( 'footer-1c' => 'footers/footer-1c.png', 'footer-2c' => 'footers/footer-2c.png', 'narrow-wide-2c' => 'footers/footer-2c-narrow-wide.png', 'wide-narrow-2c' => 'footers/footer-2c-wide-narrow.png', 'footer-3c' => 'footers/footer-3c.png', 'wide-left-3c' => 'footers/footer-3c-wide-left.png', 'wide-right-3c' => 'footers/footer-3c-wide-right.png', 'footer-4c' => 'footers/footer-4c.png', ))); tie_build_theme_option( array( 'title' => esc_html__( 'Copyright Area', TIELABS_TEXTDOMAIN ), 'id' => 'copyright-area', 'type' => 'header', )); tie_build_theme_option( array( 'name' => esc_html__( 'Enable', TIELABS_TEXTDOMAIN ), 'id' => 'copyright_area', 'type' => 'checkbox', 'toggle' => '#copyright_area_options', )); echo '<div id="copyright_area_options">'; tie_build_theme_option( array( 'name' => esc_html__( 'Centered Layout', TIELABS_TEXTDOMAIN ), 'id' => 'footer_centered', 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Social Icons', TIELABS_TEXTDOMAIN ), 'id' => 'footer_social', 'type' => 'checkbox', )); tie_build_theme_option( array( 'name' => esc_html__( 'Footer Menu', TIELABS_TEXTDOMAIN ), 'id' => 'footer_menu', 'type' => 'checkbox', )); $footer_codes = esc_html__( 'Supports: Text, HTML and Shortcodes.', TIELABS_TEXTDOMAIN ).' <br /> <strong>'. esc_html__( 'Variables', TIELABS_TEXTDOMAIN ) .'</strong> '. esc_html__( 'These tags can be included in the textarea above and will be replaced when a page is displayed.', TIELABS_TEXTDOMAIN ) .' <br /> <code>%year%</code> : <em>'.esc_html__( 'Replaced with the current year.', TIELABS_TEXTDOMAIN ) .'</em><br /> <code>%site%</code> : <em>'.esc_html__( "Replaced with The site's name.", TIELABS_TEXTDOMAIN ) .'</em><br /> <code>%url%</code> : <em>'.esc_html__( "Replaced with The site's URL.", TIELABS_TEXTDOMAIN ) .'</em>'; tie_build_theme_option( array( 'name' => esc_html__( 'Footer Text One', TIELABS_TEXTDOMAIN ), 'id' => 'footer_one', 'hint' => $footer_codes, 'type' => 'textarea', )); tie_build_theme_option( array( 'name' => esc_html__( 'Footer Text Two', TIELABS_TEXTDOMAIN ), 'id' => 'footer_two', 'hint' => $footer_codes, 'type' => 'textarea', )); echo '</div>'; tie_build_theme_option( array( 'title' => esc_html__( 'Back to top button', TIELABS_TEXTDOMAIN ), 'id' => 'back-to-top-button', 'type' => 'header', )); tie_build_theme_option( array( 'name' => esc_html__( 'Back to top button', TIELABS_TEXTDOMAIN ), 'id' => 'footer_top', 'type' => 'checkbox', ));