The AnsPress application is great. But AnsPress is having problem working with Ultimate Tinymce. I can’t see the Ultimate Tinymce editor in post page. But when I activate text editor I would see the basic text editor, the kind that bbpress uses. How can I ensure that my favourite visual editor, Ultimate Tinymce, will be displayed in question page? Thank very much.
I’m unclear how to use the social login. When I go to my menu in the WP dashboard I’m not sure what “login” I’m looking for. Am I using Buddypress with AnsPress? Or is BuddyPress not needed to run AnsPress?
Is there a shortcode for a widget to add follow me on the sidebar I need it as I am setting up a marketplace site and want the vendor to be able have people follow their shop on anspress to get up to date listings Please Help so it works like facebook plugin as the followers widget only works on the anspress page
how to make AnsPress plugin rtl I do not mean language i mean theme
http://108.174.157.156/~al3rafco/?page_id=4&question_id=1495
When adding a hyperlink in either a question or an answer, my site (or the plugin) adds my home URL to the link and causes a 404 error.
I have added the nofollow php code suggested in thsi forum. When I remove it, the problem goes away. The code I have is:
/**
* This filter will add rel=”nofollow” in all external links.
* */
function my_addrel_nofollow_inqa ($content){
global $post;
if(‘answer’ == $post->post_type || ‘question’ == $post->post_type){
return wp_rel_nofollow($content);
}
return $content;
}
add_filter(‘the_content’, ‘my_addrel_nofollow_inqa’);
See hyperlinks in both Q and A here: http://www.greennetblog.com/questions-and-answers/question/nofollow-question/?show_answer=267#answer_267
I am wanting nofollow in both question and answer links created by users. Also, is there a way to force open in new tab for links?
how to make AnsPress plugin rtl I do not mean language i mean theme
I would like to add “I agree to the terms and conditions” Text next to “Post Question” Button in the Ask form.
Please give me the right code for ask-form.php code.
Thank you.
Hi, We are using anspress and commenting is enabled in the backend, however, when you click comment to leave a comment, a JS popup never occurs and the page just scrolls down to the answer input form. Is there something that I am doing wrong to enable commenting?
Our q/a page is quadquestions.com/qa
Commenting doesn’t work on any questions or answers, on any browser, logged in or not.