I am editing Anspress plugin. I found an issue when trying to include my stylesheet. The spinner keeps spinning as if it’s thinking endlessly and it never generates suggestions. This happens when I include my own files. I noticed that sometimes the cause is a BLANK STYLESHEET WITH NO CODE (fd-css.css) and sometimes it is the fd-braintree-js.js (so a javascrpt file). Why is this happening? All I am doing is including some files that have no relationship to the main Anspress code!

private function fd_includes() {
require_once( FIND_DO_FOR_ANSPRESS_DIR.'braintree/fd-braintree-js.js' );
require_once( FIND_DO_FOR_ANSPRESS_DIR.'braintree/fd-bt-functions.php' );
require_once( FIND_DO_FOR_ANSPRESS_DIR.'braintree/lib/Braintree.php' );
require_once( FIND_DO_FOR_ANSPRESS_DIR.'braintree/fd-process-trans.php' );
require_once( FIND_DO_FOR_ANSPRESS_DIR.'fd-css.css' ); 
}

 

 

I asked this question before but no answer. I really need to remove this feature. I am using the latest stable version of anspress 2.3.8. Thank you!

Hello,

I see this is a very fully featured plugin. But is it still lacking RTL and Arabic support?

Hello,

I see, that each and answer acts like a post in backend. But when i’ve created a question if the post id is 34, without any postings, just for test purpose, if i post the answer after asked that question, that answer post id will be like 37, instead of 35.

Why it’s like that? It’s same happening for every question, every question is taking up 3 post ids.

Please let me know what’s happening.

Regards

I’m continuesly finding problems when Anspress is enabled, with various permalinks. Last week there was the theme’s paging (fixed in RC) and now several 404 from plugins. Contact forms and a couple of others.

Not sure why i get a 404 in plugin usage when Anspress is enabled. I think there is a global major problem in Anspress permalinks code, messing a lot of things.

Hi

 

I have purchased askbug and then installed buddypress and user page redirect to 404 page after that.

even I have removed buddypress it doesn’t help and I can’t see profile page anymore, could you help me?

Best Regards

Looking to use Anspress for multiple choice questions or do polls where people can vote on their favorite image of a series of images.

Is this possible? Ideally, only questions in a certain category would have these extra options.

How can I remove this functionality from anspress. I have searched the code extensively and cant seem to find it. Thank you!