There is an option in AnsPress options ->layout
I have changed the page title from ANSPRESS_TITLE to my own custom title. I have also added this new title on Anspress options > Pages > Base page title. But the front-end title of the base page is always just ‘Questions’. My custom title is not showing up. Please let me know what to do.
Read docs carefully, you should copy anspress folder inside your active theme folder.
I can confirm, dates are wrong. Question was just posted, it is shown “3 hours ago”. It must have something to do with my +3 GMT timezone. I want this fixed as well.
I have the same problem with version 2.4.1
I did not understood
Push has been fixed, download from Github.
Oh, I see the issue. Upload button is visible in other s profile but still they cannot set image for other user. I am fixing this now.
Add this hook: function my_redirect_to_ap_base_page() { return ap_base_page_link(); } add_filter('login_redirect', 'my_redirect_to_ap_base_page');
Select blank option in AnsPress option -> users -> profile and save.