Home › Forums › WoodMart support forum › Update issues › Reply To: Update issues
February 9, 2018 at 2:38 pm
#38651
Artem Temos
Keymaster
Hi,
Our updates can’t remove any widgets so we don’t know why they disappeared. As for the warning, it seems to be a problem in new version of PHP only. You can change the file themes/woodmart/sidebar-footer.php
and replace this line
if( count( $footer_config['cols'] > 1 ) ) {
with this one
if( count( $footer_config['cols'] ) > 0 ) {