Rahul Gandhi
Forum Replies Created
-
Hi,
That can be due to bootstrap conflicts but for troubleshooting can you try to change the setting at Settings->AyeCode UI->Frontend with different combinations and let me know if it works or not?
Regards,
PatrikHi,
We use Display name by default but if you want to change or customize then there are enough hooks and filters available in the plugin. You can try the ‘uwp_profile_display_name’ filter to change the name.
Regards,
PatrikHi,
The first and last name should be there in a CSV file. Can you make sure all users have the first name and last name set from the Users list in the backend?
Regards,
PatrikHi,
We do use WordPress default users but have our own User Meta table where we store all the user-related fields on registration. Currently, UsersWP doesn’t have Rest API support so you will need to do it custom but the users you can get via default WP Rest API. We have a plan for adding REST API support but not right now.
Regards,
PatrikHi,
$user = uwp_get_displayed_user();will give you WP_User object of the current profile owner. You can then get other details using $user variable like for example user ID by $user->ID. See WP_User object details here: https://developer.ww.wp.xz.cn/reference/classes/wp_user/Regards,
PatrikHi,
You can do that by overriding the template file in your currently active theme and modifying the class ’embed-responsive-16by9′ in the template file to whatever aspect ratio you need from bootstrap documentation here: https://getbootstrap.com/docs/4.0/utilities/embed/
Let me know if it helps or not.
Regards,
PatrikHi,
Create a support ticket on our site https://userswp.io/support and we will further look into this.
Regards,
PatrikHi,
Can you check and make sure that the page is published and set in the UsersWP->General->Pages->Account page setting?
Regards,
PatrikHi,
Can you please let us know which payment gateway you are using and is our addon or you have created your own?
Regards,
PatrikHi,
To modify the content you can use filter ‘uwp_activation_mail_message’ and to translate it you can use PO file via POEditor like explained here: https://userswp.io/docs/translate/
Regards,
PatrikGreat! Have a good day!
Hi,
Please create a support ticket on our site https://userswp.io/support so that our developer can assist you further on this.
Regards,
PatrikHi,
Can you explain a bit in detail like posts from the frontend or backend? Are you using any plugins for frontend posting? You can check the capabilities assigned to the contributor role using plugins like User Role Editor and try to assign the required capabilities if not found to check if it helps or not.
Regards,
PatrikHI,
I have checked and it’s redirecting me to the https://www.azbackroads.com/edit-profile/ page but updating details works for me. I would suggest you create a support ticket on our site https://userswp.io/support/ so that we can help you by looking at your site further.
Regards,
PatrikGlad that helped 🙂 Don’t forget to write a review for our plugin if you really think we have created something useful. Have a good day.
Regards,
Patrik