When I upgrayded version, only one question show in main page ? why ?
thats before
thats after
and don't show any widget's in right, I think, that one of php scripts broken, but CMS can noy show error ( it's manage in php configs )
Cleanstrap use old jquery and bootstrap that is incompatible with the new jquery include in Q&A 1.7, a posible solution but no the best... is rename the old jquery-1.7.2.min.js for jquery-1.11.2.min.js or edit the file qa-include/qa-page.php in the line 769
$qa_content['script_rel']=array('qa-content/jquery-1.11.2.min.js');
for
$qa_content['script_rel']=array('qa-content/jquery-1.7.2.min.js'); Remember include the file jquery-1.7.2.min.js from the Q&A 1.6.3 in qa-content In my case I cannot do an update for I have made great changes in the theme Cleanstrap and has been working a long time, I'll wait for an upgrade Cleanstrap for now as I applied a upgrade in the GitHub from the theme - https://github.com/Towhidn/CleanStrap/issues/24
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.