Rahul Gandhi
Forum Replies Created
-
Hi,
That will require new addon development for us and we have added your suggestions into our future milestones.
Regards,
PatrikHi,
Once you check that option you will see that field available in the register form builder but to add in the form you will need to add it from the register form builder.
Regards,
PatrikHi,
You can use the hooks available in the process_register() function as per your required data and when you want to trigger a call. You can use the ‘uwp_after_process_register’ hook for your requirements and here is the link to find it in code: https://github.com/AyeCode/userswp/blob/4b743e8df3cdf40b2effd0d22aeb3bfdc7ed25d8/includes/class-forms.php#L966
Regards,
PatrikHi,
No, it will be not handled by UsersWP forms as we do have form builder where you can create the fields for the form and if you want to use other meta fields then it can be only done with the customisation.
Regards,
PatrikHi,
We have provided the widgets for profile elements like avatar, banner, profile header, profile tabs, etc using which you can build the page but if you want to do it as per the custom design then you will need to override the template and do the changes as per the requirements. Changing the width and bold text is what can be done using CSS as well.
Regards,
PatrikHi,
Can you exclude the account page from caching or deactivate the caching plugin to see if the account details are saved or not?
Regards,
PatrikHi,
There is no paid version for the core plugin. Only we have some addons as a paid one. If you can explain a bit more then we might suggest you the solution.
Regards,
PatrikForum: Plugins
In reply to: [UsersWP - Social Login] The email address isn’t correct.Hi,
We fetch the verified email from the social media provider so for those emails which are giving this error are not verified by the social media provider.
Regards,
PatrikHi,
This requres customisation. You can use the function wpinv_insert_invoice( $data ) by passing required data to create an invoice. Checkout the function here: https://github.com/AyeCode/invoicing/blob/15e88cb9756039faa9dea331ad54a9ed8fc1ad60/includes/invoice-functions.php#L161
Let me know if it helps or not.
Regards,
PatrikHi,
You can try adding following code in functions.php file of currently active theme or via Code Snippets plugin and let me know if it helps or not:
add_filter('uwp_fields_allowed_mime_types', 'uwp_fields_allowed_mime_types_cb', 10, 2); function uwp_fields_allowed_mime_types_cb($allowed_mime_types, $htmlvar_name){ if(in_array($htmlvar_name, array('avatar', 'banner'))) { $allowed_mime_types = array( 'jpg', 'jpe', 'jpeg', 'png' ); return $allowed_mime_types; } }Just change the extensions as per your requirements.
Regards,
PatrikHi,
The support on our site is for both paid and free users. You will just have to register on site to get support.
Regards,
PatrikHi,
This will require customization which is beyond our support here. But you can use the function uwp_get_usermeta($user_id, $field_key) to get the custom field value for the user and use that in your API or code. I hope this will help.
Regards,
PatrikHi,
We will surely look into this by regenerating and fixing it.
Regards,
PatrikHi,
You can try adding the following CSS into Appearance->Customise->Custom CSS and let me know if it helps or not:
a.uwp-banner-change-icon { display: none !important; }Regards,
PatrikHi,
You can reach out to the experts from https://geodirectoryexperts.com/experts/india/gujarat/ahmedabad/full-stack-1/rahul-gandhi/ who understands our plugin best and can help you with the custom requirements.
Regards,
Patrik