I want to display part of the question under the question title on the homepage with all the questions. I have custom CSS on the page to prevent the views and date from showing, but now I’m left with a bunch of space. I want it to pull through the first sentence or so of the body text. How do I enable this, either through custom CSS or through the addin itself?
I am using your wonderful Anspress plugin. I just have one question: how to embed a video into the posts (questions mostly)?
Thanks.
tried running all the updates but now our homepage doesn’t work and none of the single CPT or archive pages or menu seems to be working either.
http://www.youranswerspay.com
any idea what could be the problem?
thanks!
Hi,
Just installed Anspress, looks awesome !
How should I proceed to help translate in french (i am a french & I need correct french translations on Anspress)
THX
Why is my right menu not working?
I’ve done all possible to get the right menu to work without success
Is there a way to limit the number of questions a user can ask within a certain period of time?
For example 3 questions a week? Or 5 questions a month?
This would be a great feature to have especially for a large community.
Thanks!
Hi, I’m stuck from days on this issue.
i’ve adapted anspress to my theme using override.css method here: https://azerothshard.org/laboratory/
however i’ve a bug on comments that happens only with this theme unfortunately:
When i post a comment the ajax POST call works but it doesn’t close the editor showing the comment. But if i refresh the page my comment is displayed.
I’ve no javascript errors in console, so could you help me to find the incompatibility issue please? i’ve debugged a lot using web tools, but unsuccesfully
EDIT1: i’ve noticed that data parameter passed to ajax function only receives “success” as string. It’s not an array as it should be
Hi all!
I’m trying to blend AnsPress in my new theme as much as possible and in order to do that I’m trying to move the question metas (views, date, category, subscribe button) inside my header. I tried to call the function:
<?php echo ap_question_metas(); ?>
It’s displaying the metas where I want but they have some issues (views and subscribe button counters not reflecting the right amount, no category,…). I have the feeling that I’m calling the function outside of AnsPress “main part” and so it doesn’t relate to anything.
Any idea why and how I can fix this?
Thanks in advance! 😀