MySio
1) open in Your include folder
qa-widget-ask-box.php
2) add to the options case 'question': so that it looks like follows:
function allow_template($template)
{
$allow=false;
switch ($template)
{
case 'activity':
case 'categories':
case 'custom':
case 'feedback':
case 'qa':
case 'question':
case 'questions':
case 'hot':
case 'search':
case 'tag':
case 'tags':
case 'unanswered':
$allow=true;
break;
}
return $allow;
}
3) save and go to admin and activate in the layout menu the question pages option for the ask box.
Thats it.
I hope that works for You, I gave it a short trial and it seems to work well, if not comment please......