Patrik
Forum Replies Created
-
AuthorPosts
-
Hi Marius,
Thank you so much for your time and pointing all the above points. Please find my below comments:
1. Select decimal point : [Changed]
2. Decimal point to display after point [Changed]
3. Are you wish to delete this field? [Changed]
4. Available regsiter form fields. [Changed]
5. Space before colon is neither in English nor in German correct [Changed]
——–
1. What does mean?: Please change the password in this page. [If user has no password field in register form it will generate defailt password and this is notice for users to modify the default password and use their own new password]
2. Is there another cover photo or do you mean just the banner [It’s a cover photo in user profile]
3. Where is this used and what does it mean?: Invalid modal type? [Changed] Its for callback error message if any invalid request found while changing the cover or profile image
4. Terms of Service page. [No Change] It’s for information to admin in settings only.
5. Where is this used: [Not used anywhere for now but will be used in future]
6. Is this the Registered symbol? When is this used? [It’s for indicating recurring(r) invoice]
7. Where and when are used the following 2 strings: [It’s used in the import/export users and settings on admin side]Let me know if you need more clarification on any points or any questions you have.
Regards,
PatrikHi Ankit,
Can you post your admin details and FTP details in a private reply here so that we can look into it and provide you the solution? Also, mention in details what you want to do with an example here. In profile page, you will get user id in all the hooks and filters you can use. There is no specific function for that. We don’t have profile id anywhere, we are using user id only.
Regards,
PatrikHi Holger,
In UsersWP, We have used custom form and handling it our own way. We are redirecting after login based on settings selected on the admin side. So if you want to override it and use your own URL to redirect after login we have a hook to in UsersWP called ‘uwp_login_redirect’.
Following is the code for your reference which you need to put in the functions.php file of your currently active theme:
add_filter('uwp_login_redirect', 'uwp_login_redirect_cb', 10, 1); function uwp_login_redirect_cb($redirect_to){ $redirect_to = admin_url(); //URL to redirect return $redirect_to; }
Let me know if you have any queries.
Regards,
PatrikHi Ankit
You will get user id in all hooks and filters used in the profile page. There is no specific function for that. You can check the $wp_query global variable to get the username or id in the profile page from which you can get all user data.
Let me know what exactly you want to do so that we can provide you the solution for that.
Regards,
PatrikHi Jeff,
The only thing that’s weird now is I can’t see little camera to edit profile banner or avatar. It’s black and when I hover over it there’s just this black bar. Is that really supposed to be like that?
This is not an issue from plugin. There is some CSS added on the index page which is showing button black. You can remove that CSS and check how it works. Following is the CSS causing the issue:
.uwp_page .uwp-content-wrap * { color: black !important; }
Let me know if it resolves the problem.
Regards,
PatrikHi,
I have applied fixes for this. Please review it and let us know if any issues.
This will be fixed in the next version of the UsersWP.
Regards,
PatrikJuly 11, 2018 at 5:33 am in reply to: Unable to translate "Forgot password" notification email #2588Hi Jordi,
Thanks for pointing this. We have made changes on your site. You can regenerate the .mo and .po file and let me know if it works fine or not. We will update this changes in next plugin update.
Regards,
PatrikHi Mark,
We have made changes in the UsersWP plugin to fix this on your website. It will be fixed in next update of the plugin. Let me know if you have any questions.
Regards,
PatrikHi Jordi,
I have regenerated files from the loco translate and it worked fine.
[#reset_link#] shortcode will work in forgot password mail content only.
Right now there is no filter to modify the output content of [#login_details#]. It can be possible with the help of the developer if you want to do it by removing plugin’s action and create your own action and handle the things.
Let me know if you have any questions.
Regards,
PatrikHi Jordi,
It seems some problems with the mo-po files you have provided. I have regenerated the files and uploaded on your site. Please review it and let me know if it works fine or not. Also, I have renamed old files for the backup which you can download and then remove from site.
How can I modify/customize the generated text by the [#login_details#] shortcode?
You want to translate or change the text content?
Regards,
PatrikJune 29, 2018 at 7:07 am in reply to: Changing tabs Not Working and GeoDirectory Tabs Not Displaying #2544Hi Daniel,
Thanks for noticing this issue. It generated due to changing the slug and the labels of default post type. I have made changes in the code of the plugin. Please review it and let me know how it goes.
Regards,
PatrikHi Socrates,
We have modified the code and fixed this. Please review it and let us know if any issues.
Regards,
PatrikHi Socrates,
I can access the FTP and resolved an issue for FB social login. We apply the fixes in next release of the plugin. For now, I am keeping the changes as it is on your site so that you can check if it is resolved or not. Kindly check with twitter as well and let me know if any issues.
Regards,
PatrikHi Socrates,
We are not able to connect SFTP. Can you please confirm if it is working fine?
Also, I can see only google login enabled on the login page. Can you please enable facebook, twitter login as well so that we can look more into this.
Regards,
PatrikYes, functions.php of the currently active theme. This will not overwrite by the updates of the UsersWP plugin as the code is in the theme’s file.
Regards,
Patrik -
AuthorPosts