I found a solution. I looked at the "qa-theme.php" file and deleted the following code
function sidepanel()
{
$this->output('<DIV CLASS="content-flow"><DIV CLASS="content-top"></DIV><DIV CLASS="content-wrapper"><DIV CLASS="qa-sidepanel">');
$this->sidebar();
$this->nav('cat');
$this->output_raw(@$this->content['sidepanel']);
$this->feed();
$this->output('</DIV>', '');
}
I don't know what that code did, but now I can see the side panel on my website