the ask button stick above logo on mobile devices please help

could you please help with this issue

Translation

I managed to translate those – they were widget titles, so no need to translate those in .po. But now I have issue translating /reputation/ and /activity/ pages. Some words like Reputation, Activity Feed on the page have translations in .po but dont show up translated on the page.

ap_down_vote() and ap_up_vote() not work.

Hello Dao, Try this: ap_count_vote(false, 'vote_up', QUESTION_ID); ap_count_vote(false, 'vote_down', QUESTION_ID);

It doesn’t show the answer text box

Please check recent commit in Github and confirm if issue is solved.

Translation

I actually updated all .po files just in case including categories plugin, still in English. Puzzled. AnsPress is not fully translated, so I add my translations.

Font type and sizes of Anspress to follow the Theme’s defaults

Hi, Its very simple. Simply add override.css and add rule for: #anspress{ font-family: YOUR_FONTS; font-size: 15px; // And more… }

Major Issue with Comments

Hi, I remember we had a long discussion about same issue before. Let me clear, AnsPress is not handling any comment permission. Its completely depend on WordPress moderation and akismet (if installed). As WP has better spam handling so I don’t think we should override it. Hope this makes clear.