Edit File by line
/home/barbar84/public_h.../wp-conte.../themes/Divi
File: sidebar-footer.php
<?php
[0] Fix | Delete
$et_active_sidebars = et_divi_footer_active_sidebars();
[1] Fix | Delete
if ( $et_active_sidebars === false ) {
[2] Fix | Delete
return;
[3] Fix | Delete
}
[4] Fix | Delete
?>
[5] Fix | Delete
[6] Fix | Delete
<div class="container">
[7] Fix | Delete
<div id="footer-widgets" class="clearfix">
[8] Fix | Delete
<?php
[9] Fix | Delete
foreach ( $et_active_sidebars as $footer_sidebar ) :
[10] Fix | Delete
echo '<div class="footer-widget">';
[11] Fix | Delete
dynamic_sidebar( $footer_sidebar );
[12] Fix | Delete
echo '</div> <!-- end .footer-widget -->';
[13] Fix | Delete
endforeach;
[14] Fix | Delete
?>
[15] Fix | Delete
</div> <!-- #footer-widgets -->
[16] Fix | Delete
</div> <!-- .container -->
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function