To fix this bug you need to edit the functions.php file and find near line 598
Text Formatted Code
$rblocks = COM_showBlocks( 'right', $topic );
if( empty( $rblocks )) {
$theme->set_var( 'geeklog_rblocks', '');
$theme->set_var( 'right_blocks','');
if ( empty($lblocks) ) {
$theme->set_var( 'centercolumn','gl_content-full' );
} else {
$theme->set_var( 'centercolumn','gl_content-wide' );
and change
gl_content-wide to
gl_content-wide-left on the last line
Text Formatted Code
$rblocks = COM_showBlocks( 'right', $topic );
if( empty( $rblocks )) {
$theme->set_var( 'geeklog_rblocks', '');
$theme->set_var( 'right_blocks','');
if ( empty($lblocks) ) {
$theme->set_var( 'centercolumn','gl_content-full' );
} else {
$theme->set_var( 'centercolumn','gl_content-wide-left' );
Thanks for the report.
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS