modify footer

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.

How to fix Notification Dropdown too small?

Try this: body ul ul#ap-notification-dropdown { width: 350px; }

AnsPress is one year old now!

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

upload image not displaying in the editor

One possible cause, ajax response in not valid JSON. Check if there is anything other then JSON in browser console. Share your site link if you don’t know about console. Disable PHP error reporting.

Logo Category in Home Side Bar

Hello Rahul, I have some problem with @faizal08. I want to add my custom icon font but I don’t know what to do. Help us please.

Category shortcode not working?

Managed to solve this by using “categories” short code instead of “question_category” as in includes/shortcode-basepage.php is looking for this attribute. So before I had: [anspress question_category=”category-slug”] And now is working with: [anspress categories=”category-slug”] You can request several categories by passing a comma separated string to it.