I am having trouble with anspress 4.0. I have a number of questions already posted successfully, but now whenever a new question is posted I get an illegal string offset error from the qaquery.php file.
How can I display a link to Ask Question page only on the author pages wich have for example admin role.
Thank you.
Hi, I just updated from 3.0.7 to 4.0.3 and it does not work for me ‘ask a question’, 404 error appears, is there any way to fix it?
Thank you!
I installed anspress yesterday, after a bit of modifying and playing around I was able to set it up. Today I enabled the “Dynamic Avatar” toggle button which caused trouble! After activating the dynamic avatars my wordpress admin dashboard displays a blank screen, the rest of my website is functional but the Question page also displays blank. How can i revert the dynamic avatar since I can’t do anything from the admin dashboard!
Can I use AskBug 2.0.2 with Anspress into 4.0.3.?
I’m using AskBug 2.0.2 and today I updated Anspress from 3 into 4.0.3.
But pages (http://sharoushimuryousoudan.com/) can not show as before updating.
Hello again.
In profile pages, at the Q&A page, “load more” button at the bottom of the page is not working. Both for questions and answers.
I’ve checked now and it’s also not working for reputations page too under Q&A
In addition, I’m using BuddyPress. I’ve deactivate it and looked the profiles again. This time questions page was fine but without “load more” button. Answers and reputations pages were not working load more button.
Hello there,
Nice plugin, congratulations!
When will be Anspress full compatible with WPML? I can translate the categories for instance, but I can’t have a ask page in english and other different in other languague.
Thanks
Hey Rahul! Thank you for awesome version update.
The latest version fixed some old issues but created a few problems for my Q&A forum section. So..
1) At least two translation strings are missing. You can see from screenshots that my Finnish translation is not fully working:
0 comments should be “1 kommentti” or “(amount like 2) kommenttia”.
The other translation issue is that when somebody has answered to question, it shows like: (username) Posted (date). Instead I want it to be like (username) kirjoitti (date). This method is working for question message but in every answer, this Posted->kirjoitti translation is missing.
2) After updating from 3 to 4, every single anonymous username were changed to “anonymous” (in Finnish it’s tuntematon in my translation). So the previous questions and answers are messed up now because people don’t know who is writing now. For new questions and answers it’s working normally but old posts have lost usernames.
3) On the front page, if somebody has answered to a question, it shows like the person who wrote the question has answered instead of showing the actual person who has just answered. So it seems that only the date is refreshing when someone has answered but it don’t show the username. This issue was already with version 3.
EDIT: Voting posts is working now 🙂 username and translation issues still appearing.
The whole post is indeed a link but it has no underline and no different color. So they are not distinctive.
In addition, it’s also would be nice if the urls easily can be seen as links instead of text when we paste them. Maybe very long urls can be issue but it can be shorten with … as I hope.
Hi, we use a drag & drop site builder plugin such as SiteOrigin or Elementor.
And in one content area of the page, we would like to display the current user’s about page.
Is this the correct way?
<br />
<?php<br />
set_query_var('user_page', 'about');<br />
ap_user_page();<br />
?><br />