Patrik
Forum Replies Created
-
AuthorPosts
-
November 13, 2019 at 12:39 pm in reply to: Unknown column 'uwp_account_avatar_thumb' in 'field list'] #5782This reply has been marked as private.
Hi,
It looks like you are using an old version of our ReCaptcha add on. Kindly update it and then let us know if the issue is there or resolved.
Regards,
PatrikNovember 13, 2019 at 5:58 am in reply to: Change password looks for old password in wrong array field #5778Hi,
Thanks for noticing the issue and providing details. We have fixed this issue and will be available in the next update very soon.
Regards,
PatrikHi,
There is a setting for sending admin emails in UsersWP->Emails->Admin Emails->New account is waiting for admin review which needs to be enabled. I have enabled it now so please check and let me know if your issue is resolved or not.
Regards,
PatrikNovember 12, 2019 at 6:44 am in reply to: Is There A Way To Have A Profile And Author Archive? #5762Hi,
The changes are there in the latest update we have released. Can you please update and check if it resolves your issue or not?
Regards,
PatrikWe have used the anchor tag to scroll to the content of the tab. You can use some JS like following which will add smooth scrolling on click of the link:
var $root = $('html, body'); $('a[href^="#"]').click(function() { var href = $.attr(this, 'href'); $root.animate({ scrollTop: $(href).offset().top }, 500, function () { window.location.hash = href; }); return false; });
This is customization and we don’t provide support for that but I have given the hint so that you can get the idea or you can hire a developer to do this.
Regards,
PatrikHi,
You have not mentioned the site URL. Also, can you check setting UsersWP->General->Registration->Registration Action is set to “Require admin review”? If not then you need to set this setting and then check if it works or not.
Regards,
PatrikNovember 11, 2019 at 6:39 am in reply to: Is There A Way To Have A Profile And Author Archive? #5750This reply has been marked as private.Hi,
The above filter “add_filter(‘uwp_check_redirect_author_page’, ‘__return_false’);” or “Disable author link redirect to UsersWP profile page.” setting will work for you and regarding redirect issue, we have applied fixes and will be available in the next release.
Regards,
PatrikHi,
I have made the changes. Please review it and let me know the admin details in private reply if you face any issues so I can test from my side as well.
Regards,
PatrikNovember 8, 2019 at 11:45 am in reply to: Column change failed, you may have too many columns. #5727Hi,
I have removed the “Bio” field from the form builder. Kindly check and let me know if any issues.
Regards,
PatrikHi,
That depends on the CSS. It should come inline but may be due to no more space for getting it on the right side it gets wrap to the next line. You can try to either reduce the font size or padding of the button to adjust on the right side of username.
Regards,
PatrikHi,
We have already found and fixed this issue. You can check the solution here: https://github.com/UsersWP/userswp/pull/317/commits/7b98e65e7effe63babccb6e8301150281fc57b8b. It will be available in the next release.
If you want us to apply the changes then let us know the FTP details in private reply and we will do it for you.
Regards,
PatrikHi,
I have made changes via FTP on your site. Can you please check and let us know if it resolved your issue or not?
Regards,
PatrikThis reply has been marked as private. -
AuthorPosts