could you please help with this issue
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.
Hello Dao, Try this: ap_count_vote(false, 'vote_up', QUESTION_ID); ap_count_vote(false, 'vote_down', QUESTION_ID);
Please check recent commit in Github and confirm if issue is solved.
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.
Hi, Its very simple. Simply add override.css and add rule for: #anspress{ font-family: YOUR_FONTS; font-size: 15px; // And more… }
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.