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/wp-conte.../plugins/themify-.../template...
File: template-slider-text.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Template Slider Text
[2] Fix | Delete
*
[3] Fix | Delete
* This template can be overridden by copying it to your child_theme_folder/themify-builder/template-slider-text.php.
[4] Fix | Delete
*
[5] Fix | Delete
* Access original fields: $args['settings']
[6] Fix | Delete
* @author Themify
[7] Fix | Delete
*/
[8] Fix | Delete
defined( 'ABSPATH' ) || exit;
[9] Fix | Delete
[10] Fix | Delete
$settings = $args['settings'];
[11] Fix | Delete
if (!empty($settings['text_content_slider'])) :
[12] Fix | Delete
$total_items = count( $settings['text_content_slider'] );
[13] Fix | Delete
$limit=$settings['visible_opt_slider'];
[14] Fix | Delete
foreach ($settings['text_content_slider'] as $index => $content): ?>
[15] Fix | Delete
<?php if ( $index % $settings['items_per_slide'] === 0 ) : ?><div class="tf_swiper-slide"<?php if($index>=$limit):?> style="content-visibility:hidden"<?php endif;?>><?php endif; ?>
[16] Fix | Delete
<div class="slide-inner-wrap"<?php if ($settings['margin'] !== ''): ?> style="<?php echo $settings['margin']; ?>"<?php endif; ?>>
[17] Fix | Delete
<div class="slide-content tb_text_wrap">
[18] Fix | Delete
<?php
[19] Fix | Delete
if (isset($content['text_caption_slider'])) {
[20] Fix | Delete
echo apply_filters('themify_builder_module_content', $content['text_caption_slider']);
[21] Fix | Delete
}
[22] Fix | Delete
?>
[23] Fix | Delete
</div>
[24] Fix | Delete
</div>
[25] Fix | Delete
<?php if ( ( $index + 1 ) % $settings['items_per_slide'] === 0 || ( $index + 1 ) === $total_items ) : ?></div><?php endif; ?>
[26] Fix | Delete
<?php endforeach; ?>
[27] Fix | Delete
<?php endif;
[28] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function