Why user with Anyone not able to see the Question

While a user having Worepress ID able to see the Question ?.

In einer Welt, in der Handys zu einem unverzichtbaren Bestandteil unseres täglichen Lebens geworden sind, haben sich auch die Möglichkeiten zur Individualisierung dieser Geräte weiterentwickelt bei https://klingeltonkostenlos.de/. Eine besonders auffällige Form der persönlichen Note ist der Handy-Klingelton, der längst nicht mehr nur dazu dient, Anrufe anzukündigen. Heutzutage sind Klingeltöne zu einer kreativen Ausdrucksform geworden und spiegeln die Persönlichkeit sowie den individuellen Geschmack ihrer Besitzer wider.

Hi.
Fatal error: Uncaught Error: count(): Argument #1 ($value) must be of type Countable|array, string given in /home/-/public_html/wp-content/plugins/anspress-question-answer/addons/tags/tags.php on line 150

in line 150: 

<code>$ap_max_num_pages = ceil( count( $tags_rows_found ) / $per_page );
</code>

$tags_rows_found is expected to be an array or an object that implements Countable, but it is getting a string instead.

The 'fields' => 'count' argument suggests that $found_query->get_terms() should return an integer representing the number of terms found matching the criteria, not an array, then the count() is redundant and incorrect in this context.

So line 150 must be:

<code>$ap_max_num_pages = ceil( $tags_rows_found / $per_page );
</code>

I’m hoping to do one of two things with the reputation label that appears in the profile. One is to change the look and feel. That’s easy with CSS.
Another option is to change the word reputation to make it more evident. I might want to call it ‘Q&A Reputation’, for example. Reputation by itself is unclear. Is there an easy way, or a snippet, that could do that?
Final option is to hide it altogether.
I prefer option one and two combined. I would make it look more like the GamiPress labels AND change the wording.
Thanks.
I’ve inserted an image to show you why I want to change it 😉

Hello,
I have installed the AnsPress plugin on my WordPress site and encountered an issue with the PolyLang plugin. When I click on the name of any topic or category in the AnsPress section, I get the “Oops! That page can’t be found” error. Interestingly, this problem disappears when I deactivate PolyLang. However, deactivating PolyLang permanently is not an option for me as my site is multilingual.
You can see this issue on the following links:

Try clicking on any test topic or category.
Also, it’s important to note that I have activated AnsPress in PolyLang using the ‘Custom post types and Taxonomies’ option. I am attaching a screenshot of this configuration.
https://ibb.co/xJVhjZK
Does anyone have an idea on how to resolve this issue? Is there a specific configuration or compatibility issue between AnsPress and PolyLang that needs to be addressed?
Thank you in advance for any help and advice.

In AnsPress preferences under ‘other permissions’ there is a max upload size field. What are the units of that field? b, kb, mb, gb?
Thank you.

Hello, I have a problem with category page.
I’m developing my website in local (with XAMPP and WP) and I add a Categories page with all categories and its questions for everyone of them.
When I click on a category X I redirect to category page but with a loop inside it and an error like “fatal error maximum execution time of 120 seconds exceeded in \wp-includes\class-wpdb.php at line 2349” at the end.
Before I have this problem I need to repair “db” table in XAMPP via PHPMyAdmin because it’s corrupted and XAMPP does not “login” to MySQL.
I increment every file max execution time value (.htaccess, wp-config.php and my.ini) but problem still remain.
Moreover before questions list in category page is displayed an error message like “There seems to be nothing to display”, as if it didn’t find any questions related to the category…but question is displayed just below, in an infinite loop.
I have already deactivated all other plugins except AnsPress but problem still remain.
Which could be the problem?
Thanks to everyone can help me 😉