Hi there,
All the pages are working (we created them and added shortcode and linked it in the options page) but the Users profile page always returns a 404. We’ve disabled and re-enabled the profile addon, updated the permalinks, changed pages to a new one – but nothing works. any help please?
Check this video of my site, created a demo account to show you: https://drive.google.com/file/d/1laaPL3VYpKuR8Nn0yPJcA-ZCvQqbJaql/view?usp=sharing
Please answer the question as soon as possible to [email protected]
Whenever i am trying to enter to my answer page it showing this message. How to solve this problem “Warning: Creating default object from empty value in wp-content/plugins/anspress-question-answer/includes/functions.php on line 2461”
I cannot upload the image. Disable caching and automatic optimization plugins. Does not help. Help me please.
And how do I indent the top of the popup? Not visible because of the menu.
my site
my email address is
![]()
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?