Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/redux-fr.../redux-co.../template.../panel
File: header-stickybar.tpl.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The template for the header sticky bar.
[2] Fix | Delete
* Override this template by specifying the path where it is stored (templates_path) in your Redux config.
[3] Fix | Delete
*
[4] Fix | Delete
* @author Redux Framework
[5] Fix | Delete
* @package ReduxFramework/Templates
[6] Fix | Delete
* @version: 4.4.2
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
?>
[10] Fix | Delete
<div id="redux-sticky">
[11] Fix | Delete
<div id="info_bar">
[12] Fix | Delete
<a href="javascript:void(0);"
[13] Fix | Delete
class="expand_options<?php echo esc_attr( ( $this->parent->args['open_expanded'] ) ? ' expanded' : '' ); ?>"<?php echo( true === $this->parent->args['hide_expand'] ? ' style="display: none;"' : '' ); ?>>
[14] Fix | Delete
<?php esc_attr_e( 'Expand', 'redux-framework' ); ?>
[15] Fix | Delete
</a>
[16] Fix | Delete
<div class="redux-action_bar">
[17] Fix | Delete
<span class="spinner"></span>
[18] Fix | Delete
<?php
[19] Fix | Delete
if ( false === $this->parent->args['hide_save'] ) {
[20] Fix | Delete
submit_button( esc_attr__( 'Save Changes', 'redux-framework' ), 'primary', 'redux_save', false, array( 'id' => 'redux_top_save' ) );
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
if ( false === $this->parent->args['hide_reset'] ) {
[24] Fix | Delete
submit_button( esc_attr__( 'Reset Section', 'redux-framework' ), 'secondary', $this->parent->args['opt_name'] . '[defaults-section]', false, array( 'id' => 'redux-defaults-section-top' ) );
[25] Fix | Delete
submit_button( esc_attr__( 'Reset All', 'redux-framework' ), 'secondary', $this->parent->args['opt_name'] . '[defaults]', false, array( 'id' => 'redux-defaults-top' ) );
[26] Fix | Delete
}
[27] Fix | Delete
?>
[28] Fix | Delete
</div>
[29] Fix | Delete
<div class="clear"></div>
[30] Fix | Delete
</div>
[31] Fix | Delete
[32] Fix | Delete
<!-- Notification bar -->
[33] Fix | Delete
<div id="redux_notification_bar">
[34] Fix | Delete
<?php $this->notification_bar(); ?>
[35] Fix | Delete
</div>
[36] Fix | Delete
</div>
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function