fix:
in GreenTheme/qa-theme.php you replace the entire function sidepanel() with:
function sidepanel() { $this->output('<DIV CLASS="content-flow"><DIV CLASS="content-top"></DIV><DIV CLASS="content-wrapper"><DIV CLASS="qa-sidepanel">'); $this->widgets('side', 'top'); $this->sidebar(); $this->widgets('side', 'high'); $this->nav('cat', 1); $this->widgets('side', 'low'); $this->output_raw(@$this->content['sidepanel']); $this->feed(); $this->widgets('side', 'bottom'); $this->output('</DIV>', ''); }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.