Hi, Rwky.
Thank you very much, we used php 7.3 and did not see these errors. We will update Pniber over the weekend, where these errors will be fixed.
If suddenly there is no time to wait for the update, you can create a user “administrator” and send access to the admin panel to the email – lenvanscripts@gmail.com or manually replace the following:
file: /wp-content/themes/pniber/includes/controllers/controllers-sidebars.php
line 46:
from $fw_sidebar_type = fw_ext_sidebars_get_current_position();
to $fw_sidebar_type = fw_ext_sidebars_get_current_preset();
line 49:
from $sidebar_type = $fw_sidebar_type;
to $sidebar_type = isset( $fw_sidebar_type['position'] ) ? $fw_sidebar_type['position'] : false;
line 59:
from echo implode( $classes, ' ' );
to echo implode( ' ', $classes );
file: /wp-content/themes/pniber/includes/controllers/controllers-layout.php
line 46:
from echo implode( $classes, ' ' );
to echo implode( ' ', $classes );
line 85:
from echo implode( $classes, ' ' );
to echo implode( ' ', $classes );
Best regards, LenVan