Just add this code to your css file: .page-header.questions-header { background-image: url("/wp-content/themes/askbug/images/code.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; } And just replace /wp-content/themes/askbug/images/code.jpg With your image url.
Just add this class to your wordpress menu: navbar-fixed-top
Simply download and install poedit. and then load ap.pot file and edit. And then save as ap-xx_XX.po ap-xx_XX.mo Here xx_XX stand for your language code. If you are using English US then it will be: ap-en_US.po
Copy askbug/template/anspress.php to your child theme. And paste this code at the top of file: <?php if(!is_question()): ?> <div class="page-header questions-header clearfix"> <div class="container"> <h1 class="entry-title">Questions – AnsPress Support</h1> <?php dynamic_sidebar( 'question-search' ); //Replace with your own registered position name ?> </div> </div> <?php endif; ?> And simply add background for class .questions-header
You can hide this from wp customizer. or if you want to edit this, simply copy footer.php in child theme and then edit it.
Try this: body ul ul#ap-notification-dropdown { width: 350px; }
congrats and thanks for the great work! as for the @mention, i would suggeat to test this new feature with buddypress on, as buddypress also have @mention, and it works in anspress post and comment. so it is worth to check if there is any conflict when anspress also has its own version of @mention