After the last update tags aren’t posted with questions. They aren’t saved to the database. While updating questions, tags also aren’t submitted.


Unable to save anspress (question) widget

Hi,
I received a PHP error when viewing an answer, and not logged in, and option in ‘User Access Control’ for ‘Who can read comments’ set to ‘ap_read_comment capability’.
The error was
Fatal error: Uncaught Error: Call to a member function has_cap() on bool in /usr/home/wordpress/practicecoach/htdocs/wp-content/plugins/anspress-question-answer/includes/class/roles-cap.php:1515
The solution was to add is_user_logged_in() to line 1515, so it becomes :

if( 'have_cap' === $option && is_user_logged_in() && get_user_by( 'ID', $user_id )->has_cap( 'ap_read_comment' ) ) {
     return true;
 }


instead of

if( 'have_cap' === $option && get_user_by( 'ID', $user_id )->has_cap( 'ap_read_comment' ) ) {
     return true;
 }

Someone may have a better solution, or I may be mistaken.

I want to remove the Got lots of questions? overlay on my home page.  How do I do this please/

How do I disable reputations?

Can anyone please guide me on how can I change Avatar Font Style?

Hi,
Is this plugin have an RTL option?

Thanks!

How plugin built-in profile system is working?
Can users upload custom profile images from the front-end? If the plugin has this type of feature please let me know how can I use it?
Please guide me.

After installing Anspress, I was surprised that instead of displaying questions and answers it’s displaying news from my website instead. You can take a quick look at the “Questions” page to see what I mean. https://onitshagra.com/questions/
I hope to get help on how to solve this. Thanks

When posting a question, would it be possible to create a 2nd drop down menu for choosing the sub category so they are not all on one list?
eg :
Category
grocery
Sub Category
rice
is there any hook or something that i can paste in functions.php. Thanks a lot for this plugin