I was able to almost identify the cause of this problem.
Technically, this problem has occurred from the following code.
https://github.com/tenman/raindrops/blob/master/functions.php#L2120-L2131
raindrops_warehouse_clone( 'raindrops_show_right_sidebar' )
return value ‘hide’.
This is an unexpected value
Please check
Dashboard / Appearance / Customize
Presentation / Post / Layout and Sidebars
is shows Side bar setting method section ?
if setting value simple then change value detail
Wait a few seconds, more than one box is displayed below
Index Page columns,Date Archive columns,….Author Archives columns
all value set 3
save and show blog
Please check fix it ?
This change, when not a normal display, Please perform the reset of theming
open functions.php
Add 1 line below
<?php
delete_option( 'raindrops_theme_settings' ); // Add only this line.
/**
*
*
* @package Raindrops
* @since Raindrops 0.1
*/
if ( !defined( 'ABSPATH' ) ) {
exit;
}
Open blog. This will be reset setting.
After performing this task, please delete the code