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/themify-.../views
File: single-popup.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Template file to display popup single pages
[2] Fix | Delete
* Removes clutter and all theme elements from the page, leaving just the content area
[3] Fix | Delete
*/
[4] Fix | Delete
[5] Fix | Delete
?><!DOCTYPE html>
[6] Fix | Delete
<html <?php language_attributes(); ?> style="background:#ccc;padding-top:50px">
[7] Fix | Delete
<head>
[8] Fix | Delete
<meta charset="<?php bloginfo( 'charset' ); ?>">
[9] Fix | Delete
<?php wp_head(); ?>
[10] Fix | Delete
</head>
[11] Fix | Delete
[12] Fix | Delete
<body <?php body_class(); ?> style="background:#fff;width:<?php echo themify_popup_get( 'popup_width' ), themify_popup_get( 'popup_width_unit', 'px' ); ?>;min-height:<?php echo themify_popup_get( 'popup_height' ) , themify_popup_get( 'popup_height_unit', 'px' ); ?>;margin:auto" id="themify-popup-<?php the_id(); ?>">
[13] Fix | Delete
[14] Fix | Delete
<?php if( have_posts() ) : while( have_posts() ) : the_post(); ?>
[15] Fix | Delete
<?php the_content(); ?>
[16] Fix | Delete
[17] Fix | Delete
<style><?php echo themify_popup_get_custom_css(); ?></style>
[18] Fix | Delete
[19] Fix | Delete
<?php endwhile; endif; ?>
[20] Fix | Delete
[21] Fix | Delete
<?php wp_footer(); ?>
[22] Fix | Delete
</body>
[23] Fix | Delete
</html>
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function