If I check the option “Disable private question”, I still get the “This question ment to be private, only visible to admin and moderator.” checkbox on both Ask and Answer section.
I want to make changes to general page-styling for the Ask and Question-detail pages.
For example I now get a “Leave a comment” link in the Question-detail page, which I would like to remove.
How can I do this?
Can I change the content-template which is used for these pages?
When you delete a question (http://localhost:/question/test), the delete operation succeeds but afterwards one gets redirected to http://localhost/question/test/false and get the message “Not Found” “It looks like nothing was found at this location. Maybe try a search?”
Should we
– get back to the questions detail with undelete option (since deleting happens without any acknowledge)?
– go to /questions
– go to definable page (such as homepage)
?
When I open the question details (http://localhost/question/hello/) and press edit (http://localhost/?edit_post_id=13&__nonce=8a6b7fe476), I get redirected to the first post (not question) instead to an edit page for that question.
I’m installed latest version but `sidebar` is not working. I’m adding some new things from gadgets section but not any luck. Could you help me what should I do? Thank you
Hi,
Will there be a widget to show the list of subscribed questions?
I’d like a shortcode and/or API function to list these questions on a page.
Hello.
When I want to make anspress to my main page editing inside from wordpress reading > static > anspress .After I did this none of the thing is working it will redirecting me completely other page. such as if I make it static page mysite.com and I press `ask` button it will redirecting me to the mysite.com/ask however there is not any directory however when I change from static page to simple page such as mysite.com/anspress the I click `ask` button it working the same other links. Could you help me!! It’s very important to me thank you very much
hi there.
i am trying to edit the anspress plugin so that the categories display on the main q&a page, so that my viewers don’t have to go to a separate page to see them.
can someone please tell me how i can achieve this?
thanks.
If I am logged in as adminstrator and I go to the “http://localhost:8080/questions/ask/” page, I get the ask form.
If I logout and login again with a non-admin account and I go to the “http://localhost:8080/questions/ask/” page, I get “Please Login or Register to ask a question.” I added a line to the Ask page to print the username and it shows the correct name of the user that is logged in.
There is a “ap-notify” div, positioned at the upper left corner. It is at z-index 9999. This div prevents clicking on any element (link, button…) underneath the “ap-notify” div. Maybe it should be set to visible when showing a message and set to hidden after all messages disappeared.