Fixed and pushed to Github repo.
Yes possibility in future but not soon 🙂 Loads of task to complete hence we are not adding new feature at the moment.
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.
Fixed and pushed to Github repo, download manually.
@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 ? ):
Go to discussion setting of WordPress and enable AnsPress avatar.
This is a bug and I am aware of it, and already reported . Will be fixed soon (scheduled for upcoming release).
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; }