If a user changes their password on the anspress form at:
/user/name/profile/?group=account
After changing their email they then receive an email notfication as follows:
—
Username: pears
To set your password, visit the following address:
< wp-login
mysite.org/wp-login
—
Clearly this makes no sense, having just changed your password.
Pls can you advise how to either disabled or change this notification.
Thanks
Is it possible to have people select the categories they want to receive questions in and they only see those questions on their dashboard. They can then access other question categories from a categories link.
Here are responsiveness issues i was facing with my website earlier posted Here
I fixed it with the following CSS adjustment & now its better look & professional.
Try if you face any similar responsiveness issue & let me know if it got fixed.
First Install Simple Custom CSS
& apply following CSS codes.
1) Notification Icon small size fix – change 20px value as you need.
#ap-userdp-noti.ap-dropdown-toggle.apicon-globe { font-size: 20px; } .counter { color: #ff0505; }
Result after applying code
2) Vote Section layout fix under user profile page .
.ap-about-vote-label { padding: 10%; position: inherit; width: 280px; text-indent: 18px; } .ap-about-votes.row { width: 350px; padding: 16px; position: inherit; }
Result After Applying code
Now vote part looks better in all the resolution except little bit extra padding in between section.
3) Date Part for top answers & new questions
.ap-user-posts-active { font-size: 12px; letter-spacing: -1px; }
Result after applying code – Year part was hidden earlier.
Try It (:
Hi.
I use AnsPress and WooCommerce Sensei on the same site. Both plugins registers the same post type.
So there is a conflict where AnsPress questions show up as Sensei quiz questions.
Please prefix your posttype upon registration with ap_ or something similar, so there is not conflict with other plugins.
I have tried to contact WooCommerce and ask them the same. But they have pulled the plug for the next 11 days for their customers, and you are unable to create support tickets?
So please consider prefixing your post_type names.
On the questions on my website, when I add line breaks to my response, it somehow gets changed to spaces and the text continues in one line. The only way I get text to the next paragraph is by using a numbered/bullet list
There’s also an issue of some weird date showing on the question, always Nov 31 -0001 like the person asked the question before the beginning of time.
How can I get these fixed? Any ideas?
How to get default avatars? Like in your website, when i created an account i already got a avatar with L name. How to do it on website?
As my website deals with Doctors and Lawyers, i dont want the information of the user, asking the question to be open. Is there any way of asking questions anonymously?
When a user asks a question, i want him to get an email and sms notification whenever someone posts an answer on it, how to do it?
I have a directory theme like practo. And i am using Anspress as a platform for discussion where users and ask questions from doctor and doctors can answer them.
What i want is that when the user click on the doctor photo or the username in the answers section, it should redirect to the doctor’s Listing where the user can book the doctor. Right now, it redirects to the Anspress profile, how to change it?
Can any anonymous visitor Up-vote or Down-vote Q/As?