Do you know about this bug on profile page?

No, I don’t think so. check here: AskBug demo.

error on anspress options – users

I  just got this error when i moved servers today

what are “flag” and “select” for?

Yes you are right, flag is for reporting a post. flagged posts are listed separtly in wp-admin, so that moderator can easily edit/delete them. You can say select as “Select a best answer for your question”.

Bug – I can’t login to wp-admin

Do not connect Admin account with social. I had the similar issue before when I tried to connect admin user to a social site. Please report this issue to WordPress social login developer, I am he may have solutions.

userpage after login with register method

You need to configure redirect link

Only featured questions displayed in the main(home) page

This function will return only featured questions: $query = ap_get_questions( array( 'post__in' => get_option('featured_questions') ) ); Now simply do a while loop for posts.

How do I change the footer_left logo?

You can modify HTML by simply clicking “edit” when you are logged in. Or add an widget to footer left position and default widget will be overridden.