| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/training/wp-content/themes/flatsome/inc/admin/advanced/front-end/ |
Upload File : |
<div class="wrap" id="of_container">
<div id="of-popup-save" class="of-save-popup">
<div class="of-save-save">Options Updated</div>
</div>
<div id="of-popup-fail" class="of-save-popup">
<div class="of-save-fail">Error!</div>
</div>
<span style="display: none;" id="hooks"><?php echo json_encode(of_get_header_classes_array()); ?></span>
<input type="hidden" id="security" name="security" value="<?php echo wp_create_nonce('of_ajax_nonce'); ?>" />
<form id="of_form" method="post" action="<?php echo esc_attr( $_SERVER['REQUEST_URI'] ) ?>" enctype="multipart/form-data" >
<div id="main">
<div id="of-nav">
<div class="logo">
<h3>Flatsome <br/>Advanced Options<span><?php echo ('Version: '. THEMEVERSION); ?></span></h3>
</div>
<div class="save_bar">
<button id ="of_save" type="button" class="button-primary"><?php _e('Save All Changes', 'flatsome-admin');?></button>
<img style="display:none" src="<?php echo ADMIN_DIR; ?>assets/images/loading-bottom.gif" class="ajax-loading-img ajax-loading-img-bottom" alt="Working..." />
</div><!--.save_bar-->
<ul>
<?php echo $options_machine->Menu ?>
</ul>
<div style="padding:18px">
<a href="<?php echo get_admin_url().'customize.php'; ?>" class="button-secondary">Theme Options →</a>
</div>
<?php if(function_exists('pll_get_post')) {
$url = get_admin_url().'options-general.php?page=mlang&tab=strings';
?>
<div style="padding:18px">
<h3>Translate theme options</h3>
<a href="<?php echo $url; ?>">Click here to translate Theme Options Strings</a><br><br>
<small>NB: You need to translate Theme Options strings once more if you have changed them.</small>
</div>
<?php } ?>
</div>
<div id="content">
<?php echo $options_machine->Inputs /* Settings */ ?>
<div class="save_bar" style="padding-left:0;">
<button id="of_save" type="button" class="button-primary"><?php _e('Save All Changes', 'flatsome-admin');?></button>
<img style="display:none" src="<?php echo ADMIN_DIR; ?>assets/images/loading-bottom.gif" class="ajax-loading-img ajax-loading-img-bottom" alt="Working..." />
</div><!--.save_bar-->
</div>
<div class="clear"></div>
</div>
</form>
</div><!--wrap-->