Hi,
I’d like a file upload that can take multiple files. I updated upload_args[“multiple”] to true, but if I cannot drag two files onto the uploader, nor can I select two files if I click “choose file.” If I first select one file and then another, then the first file gets replaced by the second.
Here is the code I’m using:

add_filter( 'ap_question_form_fields', function( $form ) {
 // Upload field.
 $form['fields']['screenshot'] = array(
  'label'       => __( 'Screenshot' ),
  'desc'        => __( 'Upload screenshots of your website.' ),
  'type'        => 'upload',
  'upload_args' => array(
   'multiple'  => true, // Allow single image upload.
  ),
 );
 return $form;
} );


In spite of the code above, I see that the front end only show 1 file allowed for upload:

Thanks for any help,
Peter.

Hello? How can i translate pages in to russian and ukrainian languages?

Hi there.  Very cool plugin.  I have a use case where using a listing/directory theme that uses WP Job Manager.  We’d like to allow registered members to ask questions of listing owners and allow listing owners to answer them on the directory listing detail page.  Basically, filter the Q&A to the post.  Given users can post new listings we’d need this to be automagic.
Is something like this possible with this plugin?
Thanks in advance!
Steven

how can i change color of the search button and submit question button?now they are in white color and white text,hard to see

Actually i install TinyMCE editor
in my wordpress blog install anspress.in
presently not working of userprofile page and
while giving of answer the editor not shown properly
my blog  https://bestvwant.com/questions/

I wanted to ask if it was possible to insert a button or something in the posts to report any errors, something that automatically leads you into the category to run the report.
(I apologize for any errors I translate with google translator)

Hello, installed the anspress but is not workign..
I dont know what happened…

Can you help me?
The website is:
https://lamayorista.com/foro

  1. I can’t use the filter of categories, tag
  2. i can’t write a “ASK”
  3. i can’t see the user profile

Thanks