First of all it’s an amazing plugin comes with super premium features for free..
Until the version of 1.0.4 everything smooth and awesome..After updating to 1.1.1, all the side bar widgets are also displaying below the “Question” window/page as well as the “All Questions” window/page.
How to over come this?
Kindly advise.
Thanks.
Hi, i had same problem but i solved temporary.
go to your ftp
inc/templates/default/content-end-wrapper
check line51
default:
echo ‘</div></div>’;
get_sidebar(); –>make this to /*get_sidebar();*/
break;
this is final result
default:
echo ‘</div></div>’;
/*get_sidebar();*/
break;
This is not appropriate method as i am not a programmer, so use this in a temporary expedient if you are in a hurry.
Thank you so much David Shin. It works great.
It would be grateful, if the plugin Author can make the necessary changes.
Thanks again.
Glad to hear that!
David Shin,
The plugin author helped me to solve the problem, as per their design aspect.
Please ref:
http://cmspioneer.com/designwall/guide/dw-question-answer-plugin/
Thank you very much for your time.
Thank you ViJohn!!
Your ref is useful information.
@ David ! Thank for your help. I appreciate it.
@Vijohn !
I think you have resolved this issue.
Thank you for making a easy guide! Your Plug-in is awesome!
Please login or Register to submit your answer