I think this is a great idea. We have a client who’s wanting to create a forum where her users can ask “Dear Abbey” type of questions. These usually involve information that’s private, or uncomfortable for the women (those dealing with breast cancer or sickness, etc). It would be nice if they could have the option of: Posting a question anonymously without having to go through the hassle of registering. (Of course they wouldn’t get an email notification, but that’s okay) Posting a question as anonymous but being registered so they are emailed the answer, activity, etc. Again, it would be nice if the user could choose which they wanted. Thanks for a great plugin. We’re using another one right now, but if users could choose to post anonymously with your plugin we’d switch and buy it immediately. Have a great weekend and keep up the great work.
How to Hide tags, Provide Margin in Mobile & Increase Questions text size in question page in Mobile
and for Margin ? Plz give the relevant code
How to Hide tags, Provide Margin in Mobile & Increase Questions text size in question page in Mobile
As I remember I have already answered your first question. You just have to put my given code into style.css of your theme. For increasing text size, simply add this to your style.css: @media only screen and (max-width: 767px) { #anspress .ap-questions-title { font-size: 16px; } }