Issues:
how to hide ask question widget on sidebar for non logged in users or change error message text when user click on post question or redirect them to login page so question get posted after they login or signup.
suggestions:
1) Hide tag on quick ask widget.
2) show button pop up to ask question.
3) Error message to change as you need to login or signup to ask question.
— present error message is that you do not have permission
Hello,
I am not able to figure out how to apply filters or allow shortcode in anspress comments.
Does anybody knows how to hook the ap-comments?
I felt quite close as I was looking to comments.php file and load_comments function but do not succeed to get it works and starting to turn mad…
I am finally looking to do something like add_filter(‘???ap_comment???’,’quicklatex_parser’, 10, 2);
Any indication?
Thanks a lot
Damien
I installed the Anspress and show me the Message: AnsPress update is not complete yet! Click here to continue. When I click the link, Only open a blank page. Not update!
Version: 3.0.7
WP First Letter Avatar and
Letter Avatars can not recognize default anspress user avatar and replace first letter for all the users. even default setting are ok as – Set custom avatars for users with no Gravatar — their is similar problem with avatar for users logged via social plugin… so, its overall anspress bug.
Another problem is that user images usually get disappeared for user logged in via social plugin on anspress updates or reactivate,,,the problems need to be checked seriously.
Can you limit how many questions are shown? Questions can have long titles & seeing a list of long titled questions.
Hey guys,
MyCred detects “Question” and “Answer” from Anspress, and I can configure a hook that gives points every time a question or an answer is seen by an user. So far so good. But in reality, it doesn’t trigger any point count (it does for “posts” or “pages” though, but not for Anspress’ “Questions” or “Answers”). What does work is it counts points for the creation of a new question / answer though (not for the view of it)
Any idea why or what I could do to debug this ?
By the way I enabled WP_DEBUG but no error message shows up ; I deactivated all the plugins except MyCred and Anspress, and still the bug appears.
Everything is up to date. I have a Multi-Site and have tested this on each site of the network, always the same bug…
Thanks a lot for your answer and hopefully we’ll be able to fix this issue
Do you have any idea for method of changing slug for questions?
Now, sulg is setted as questions tittle but question page URL will be so long by Japanese tittle(domain/questions/question/long Japanese title)
So, I want to know method that slug set on each questions automatically by quesions ID
(domain/questions/question/ID)
Please could you advise?
Hi,
I am using a template called WP-Pravda and it pulls out contents from pages or posts on the front page, in a masonry style. Each post has a different color, depending either on its category or on a specific color attached to the post, see example here : http://demo.color-theme.com/?theme=Pravda
I am no developper but I managed to make it pull all my Anspress Questions on the front page, which is nice 🙂
Yet these Anspress Questions don’t bear the color of their category.
I was told I could add an extra-option on a file of the template, and I identified the part of the code related to it :
$of_options[] = array( “name” => __( “Get the custom color for posts from:” , “color-theme-framework” ),
“desc” => __( “Choose how to define the color for posts.” , “color-theme-framework” ),
“id” => “{$prefix}post_color_type”,
“std” => “Post settings”,
“type” => “select”,
“options” => array(
‘post’ => ‘Post settings’,
‘category’ => ‘Category settings’,
‘anspress_category’ => ‘Anspress’
)
I tried adding the line in bold but it doesn’t work as I do not know how the category of a question is meant to be called in Anspress. Do you guys know what I should put here ?
Thanks for your answer 🙂