User active time shown as Last seen 46 years ago

Fixed and pushed to Github repo.

Private Message

Yes possibility in future but not soon 🙂 Loads of task to complete hence we are not adding new feature at the moment.

No dropdown, just link to user profile

As this issue is related to theme and we cannot fix every theme issue, its impossible. But we have already provided a widget if dropdown not work. You can use profile widget or else need to manually fix the issue. Cheers.

Cover photo broken

Fixed and pushed to Github repo, download manually.

User Profile menu doesn’t display correctly.

@rahularyan , @Azman , @RajdeepSingh (Excuse me, this is a comment in fact but I was forced to post this for image.) (In my opinion) this issue happens only when you visit another users profiles&pages. That time, options of your drop-down menu sets on horizontal menu of his pages, but your drop-down menu links to your pages correctly. and obviously, logout button on horizontal menu is for you (I’m Einstein ? ) please see my drop-down on Azman profile (thanks to Azman ? ):

Disable Gravatar

Go to discussion setting of WordPress and enable AnsPress avatar.

User Profile menu doesn’t display correctly.

This is a bug and I am aware of it, and already reported . Will be fixed soon (scheduled for upcoming release).

Conflict with wp job manager ?

This is simple CSS issue, you can update them in assets/ap-admin.css. Find below CSS and update as per your need. This issue will be fixed soon. .wp-list-table th#asker, .wp-list-table th#answerer { width: 60px; } .wp-list-table th#answers { width: 30px; } .wp-list-table th#vote { width: 60px; } .wp-list-table th#status { width: 60px; } .wp-list-table th#parent_question { width: 30%; } .wp-list-table th#flag { width: 40px; } .wp-list-table .type-question .ans-count { display: block; padding: 2px 0; text-align: center; } .wp-list-table .vote-count { text-align: center; } .wp-list-table .type-answer .answerer { width: 50px; } .wp-list-table th#question_category, .wp-list-table th#question_tags { width: 100px; } th.column-question_status { width: 50px; } td.column-vote_note strong, td.column-post_title > a { font-size: 14px; display: block; margin-bottom: .2em; } .post_type.column-post_type, .manage-column.column-post_type { width: 70px; }