HI
HOW TO ADD LOGO ?

Hi !
This is a small bug but I thought I would report it anyway if you want to fix it in the next update :
if there are more than one category for a question, they are following one another without a space in between, exemple :
Title of the question
Category1Category2 Tag 1 Tag 2
Have a nice day 😉
Hello everyone,
Can someone tell me if it is possible to delete the log and logon button since I do not want to use it, or finally change the url …
Thank you.!!!
not able to find Anspress theme inside wordpress/themes section in the admin

Hi, i have problem on this page
/wp-admin/admin.php?page=anspress_options&option_page=addons
when i change any value, after refresh i will receive previous version of this page, that is cached
i have redis installed as my persistent cache storage, i dont have this problem on localhost, where is without redist, so there is somewhere a cache mechanism for this admin page, please check it, thank you
Hello Rahul,
Your plugin is superb and I see it becoming mainstream for all Q&A developments.
User profile page header not properly formatted and force-flushed header-image to left. See attached image. Whats do I do to fix this?

Hi,
After posing questions, the askers on the page always remain the same name. Would you please tell us how to remove them?
These names do not appear on Android phone but showed on desktops and pad??
Thanks
Hi !
I’d like to remove view count and date from question meta, but keep showing the category / tag.
I have been hacking the plugin : I went to includes/qaquery.php and commented out the following lines :
// $metas[’views’] = ‘<i class=”apicon-eye”></i><i>’ . sprintf( __( ‘%d views’, ‘anspress-question-answer’ ), $view_count ) . ‘</i>’;
// $metas[’active’] = ‘<i class=”apicon-pulse”></i><i><time class=”published updated” itemprop=”dateModified” datetime=”‘ . mysql2date( ‘c’, $last_active ) . ‘”>’ . $last_active . ‘</time></i>’;
It works, it removes views count and date but I’m looking for a neat way to do this because in the next Anspress update my changes will be reverted back since I directly hacked the plugin.
How should I do ?
Thanks a lot 🙂