Hello Sanju, I am sure it because of your custom CSS. Please check in browser console. This cannot be done now, I will add a hook into our view and then let you know. This feature is already in our task list, will be added soon. Your are doing it wrong. You cannot override those file like this. Instead you have to copy functions.php and then change the include path there.
Thanks Rahul. Just had a look through the commit and can’t seem to locate the change. Can you provide an example of how this add_filter function will work in terms of syntax ? Thanks
I’m looking for the same function.
Thanks Rahul. I did find the code to add it to the question, but the upload field does not appear in the comments section. Do I need to add something? I think the best solution is to allow the upload for the Post an Answer. Is it related to the add_filter( ‘ap_question_form_fields‘, ‘my_custom_question_field‘ ); Do I need to list the comment and post answer fields? If so, what are they called? Sorry, I am familiar with php, but not writing from scratch. Thank you for your help.