Rahul Gandhi
Forum Replies Created
-
Hi,
I see your two tickets for this and we already replied there but can you check spam folder or may be you missed it?
Regards,
PatrikHi,
Yes, We have the ‘roles’ parameter which allows listing users only containing specific roles. So you can try shortcode like [uwp_users roles=’subscriber, contributor’] which will include users only having subscriber and contributor roles. Let me know if this helps or not.
Regards,
PatrikHi,
Can you please create a support ticket on our site https://userswp.io/support? I will assign it to the developer who will take a look into your site and help you out with fixing the issue.
Regards,
PatrikHi, just a quick follow-up.
Was the issue solved for you or do you need any help?
Regards,
PatrikHi,
Account and profile pages work differently. So do you want to display the content of the account page or profile tab? Can you explain in detail? Profile tabs can work only on the profile page set in the General settings of UsersWP.
Regards,
PatrikHi,
If you want to keep the admin as a different user then you can create a new form for that and you will get an option for that in the profile tab builder to choose tabs for forms.
Regards,
PatrikHi,
You can modify or replace with the following code and let me know if it helps:
add_action('wp_footer', 'cpp_wp_footer_cb'); function cpp_wp_footer_cb(){ ?> <script type="text/javascript"> jQuery( document ).ready(function() { jQuery('.uwp-profile-name .uwp-user-title a, .uwp-profile-header a').click(function(){ window.open(this.href); return false; }); }); </script> <?php }Regards,
PatrikHi,
Can you add the following code in functions.php of the currently active theme or via the Code Snippets plugin and let me know if it helps or not?
add_action('wp_footer', 'cpp_wp_footer_cb'); function cpp_wp_footer_cb(){ ?> <script type="text/javascript"> jQuery( document ).ready(function() { jQuery('.uwp-profile-name .uwp-user-title a').click(function(){ window.open(this.href); return false; }); }); </script> <?php }Regards,
PatrikHi,
This is not possible currently but I have added it to the future tasks list so will look into this if we can add conditional logic to the form fields.
Regards,
PatrikHi,
Can you let us know where is the profile page link in the menu or our users listing page?
Regards,
PatrikHi,
Have you tried our UWP > Profile Social widget or [uwp_profile_social] shortcode? It will display social icons with the link.
Regards,
PatrikHi,
If you find an issue again then you can reopen this ticket or create a new one.
Regards,
PatrikHi,
Kindly create support on our site https://userswp.io/support if needed further look.
Regards,
Patrik