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.
Not sure why, but I’m getting an error at the top of my answer/question links in the Buddypress Profile pages… Other than that, the plugin seems to function properly.
This is the error…
Warning: Creating default object from empty value in /home1/gotcalmo/public_html/wp-content/plugins/anspress-question-answer/includes/class-theme.php on line 230
Thanks.
As you can see in the screenshot below, the categories list is not rendering correctly. Same happened when I added categories widget in Home Sidebar.
Present link of this issue – http://medicoshive.com/discussion/
