Hello, No, we do not have any plans for groups. But I will take a note of this for future. Cheers.
Hello, I think we are already in touch through email so closing this question for now. Cheers
Hello, Previously we had an add-on for integration with OneSignal. Unfortunately, due to lack of time we were not able to do timely updates to match updates from OneSignal, so we had to disable the add-on availability. At the moment we are not sure when we will be able to update the add-on to work with latest version of OneSignal. Cheers
I have the same problem. Loco plugin says 100% is translated to my language (spanish). I check the files and indeed everything seems translated. But in the website there are many pieces of text in English. How can I translate them? Thanks!
Hello Have you tried saving permalinks from wp-admin -> setting ->permalinks?
Hello Erik, Good to see you again. If you are not using avatar addon you can disable it from wp-admin->addons->avatar (click on disable). But if you use it then for now please add this to file /home/customer/www/redactedwebsitename.com/public_html/wp-content/plugins/anspress-question-answer/addons/avatar/class-generator.php line 228
Hello Matt, If a vote is undone then there is not way to know if user has already voted. But I see some workarounds. First thing you can do is you can update total lifetime point count. I am not sure where it is stored but most usually it may be a user meta. I am pretty sure this will be most easier. Secondly you can also add another vote reaction to record user vote. This reaction is not removed on undo vote. Below code will be inside ap_vote_up hook. Then later you can check if user already voted by Lemme know if that helps. Cheers.