How to change logo in Answerbox

// find this in header.php line 34 <a class="site-title navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" title="<?php bloginfo( 'name' ); ?>"> <i class="i-logo"></i> </a> // now replac it with: <a class="site-title navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" title="<?php bloginfo( 'name' ); ?>"> <img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" /> </a>

“Equation editor” | Latex – new feature

As latex is not commonly used, so we cannot add it to core. But if you want it, you can send us a customization request from link in footer. Thanks

CSS Code

User firebug in Firefox to quickly add styles. Here you go: //ask button #anspress .ap-btn-ask{ background: #333; } //List title #anspress .ap-questions-title a { color: #333; font-size: 16px; } // search from #ap-search-form .ap-form-control { height: 30px; margin: 0; vertical-align: top; } // answer count #anspress .ap-questions-count { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 2px solid #61c17d; color: #333; height: 50px; line-height: 110%; width: 50px; }

Inherit Styles

Generally it adapts Wp theme. as you can see this site, there are no special styles added for AnsPress, its adapting our theme. You you may need some slight adjustments sometime.

Is anspress responsive?

Yes I am aware of that. Will try to add responsive style in 2.3

AnsPress 2.3 roadmap – User profile and Realtime

Can you add tagging users? It would be a perfect feature for such system 🙂

Dedicated Category Page

Hi, This may help form a previous post. Dedicated Category Page [anspress question_category="category_1,category_2" question_tag="tag1,tag2"] Thanks.

Feedback for increasing social activity on your AnsPress site

All is good. But I think people will not like that their activity posting in facebook wall. That’s why as a default make this feautre “off” if user want, they can “on” it.