Hello, Please install the latest version of AnsPress.
is it possible to remove the default field (as i mark it at screenshot)?
Hello Sagar, This is a known bug. and will be fixed soon.
I “solved” this problem by de-activating the tag plug in.
And from page.php (/wp-content/themes/xxx) just in case…
Code from single.php (/wp-content/themes/xxx) below:
Hi Rahul, I imagine you’re after single-question.php located at /wp-content/plugins/anspress-question-answer/templates? If not please specify the file and path and I’ll send it, otherwise here’s the code:
Hi Rahul, No I haven’t. I’ve got some CSS override as per below but even when I disable it altogether the single question doesn’t show. I’ve attached a screenshot of single question without any CSS override.
Thanks! Hey, did you see the pull request I made? Not much, but …..eh…. just a small bit. Seems like when ‘ya get older, if you don’t KEEP coding, you forget things.
This is very simple. First have a look at this line of code: categories.php#L420 and here you can see style attribute to simply hide the category field: That will do what you want.