go to: wp-content\plugins\wpresidence-core\misc\metaboxes.php
search for:
$sidebar_values = array( 0=>’right’,
1=>’left’,
2=>’none’);
edit it to:
$sidebar_values = array( 0=>’none’,
1=>’left’,
2=>’right’);
go to: wp-content\plugins\wpresidence-core\misc\metaboxes.php
search for:
$sidebar_values = array( 0=>’right’,
1=>’left’,
2=>’none’);
edit it to:
$sidebar_values = array( 0=>’none’,
1=>’left’,
2=>’right’);