Hi @Rahul Did you fix the issue with disqus? Thank you

Navigation menu should appear at the top while scrolling the page.

Its because anspress stylesheet is not included in all pages. I will fix this issue.

Ypu just need to make the responsive to pages Questions Users User Pages

.Homepage{ Perfect:10; Question:8; Userpage:10 perfect !important; Userspage : inhirit userpage ; } Pro you outed your self on design Really nice work

First impression : it looks great ! – Homepage : love it ! very effective and informative ; – Questions page : nice improvements here as well. As always, feels like attention has been paid to details. Search bar is gone though : everything is going through the search icon on top of the page ? No more Ajax loading of answers ? – Ask page : full width layout makes it look a bit weird on a wide screen ; – Categories main page : give a so much better overview than before, great job ! – Users listing page : really like it as well. Much better presentation for a faster browsing of the list. I kind of liked the old one as well too though. 😉 – Single profile page : even better than before with the full width cover picture. Thanks for this awesome job !

Create an page template remove the wp_title Then chose the page in anspress shortcode page

I think sticky or featured post will solve your issue, I am already working on featured question. will be added in upcoming version

OK, let me check 🙂

simple solution will be create a php file like: page-YOUR_PAGE_ID.php replace YOUR_PAGE_ID with anspress base page ID or SLUG. and then copy content of page.php to newly created page. Now find get_template_part and simply replace whole function with: the_contnet() save and done.