I have paid for the download, but cannot upload it to WP.com.
I get this issue:
WordPress Theme Stylesheet Is Missing” ·

Hello. I receive this message when I try to upload:
The package could not be installed. The theme is missing the style.css stylesheet.

When you go to the demo, and click any link on the page, it says:
“Not Found
The requested URL was not found on this server.”
Wanted to let you know so you could fix the demo.

Hi, is this code still works for display list of user order by reputation?

<?php

// Thsi query will order users by reputation by default.

$user_args = array(

‘ap_query’ => true,

‘role__not_in’ => [ ‘administrator’, ‘ap_moderator’ ],

‘number’ => $number,

);

$ap_user_query = get_users( $user_args );

Thanks.

I have installed the plugin, but can’t see the user page that display all users. How can I create one?

Hello friends,
I want to increase the font size in the front end, so that the entire AnsPress looks a li’ll bit bigger. How should I do it? Also, I want to change these messages “Ask a question”, “Login or register”(when a user is not logged in). Please reply to my questions. Thank you!

Hello,
I’d like to avoid duplicate questions. Can the plugin suggest questions that have already been asked once?
Thank you

I’m trying to disable the need to place your email before posting a comment but it doesn’t show in the settings.