Rahul Gandhi
Forum Replies Created
-
Hi,
Please try following code in functions.php file of your currently active theme or using Code Snippet plugin and let me know if it works for you or not:
add_filter('uwp_get_field_placeholder', 'uwp_get_field_placeholder_cb', 10, 2); function uwp_get_field_placeholder_cb($placeholder, $field){ if(isset($field) && isset( $field->form_type ) && $field->form_type == 'login' && $field->htmlvar_name == 'username' ){ $placeholder = __( "Username or Email", 'userswp' ); if ( isset( $field->is_required ) && ! empty( $field->is_required ) ) { $placeholder .= ' *'; } } return $placeholder; }Please change “Username or Email” to whatever text you want.
Regards,
PatrikHi,
We will look into compatibility with WP 2FA soon. Thanks for your inputs.
Regards,
PatrikHi,
Are you talking about the registration form? We don’t have such webhook integration yet but we are planning for adding the rest API in the future.
Regards,
PatrikHi,
It requires custom development to achieve your requirements. We are using bootstrap modal which you can use to trigger model on click of the gear icon which you can put by overriding and modifying the profile template and you can use “[uwp-account]” shortcode but on submit it will reload the page so you might have to use the AJAX for submission of the form which also needs custom development work.
Regards,
PatrikHi,
Can you check if you are facing any issues in UWP settings or pages in the backend due after changing the settings? If not then you can keep the settings. This issue is due to the bootstrap version used by our plugin and events manager plugin causing conflicts.
Regards,
PatrikHi,
Can you let us know the setting set in Settings->AyeCode UI->Backend (wp-admin)->Load CSS and Load JS? Try changing it to another option and let me know if it works for you or not. Can you create a support ticket on our site https://userswp.io/support/ as well?
Regards,
PatrikNot yet, Please allow us some time to finish the ongoing functionalities first. You can check the Changelog in the readme.txt file as we will add a log for the same once we release this functionality.
Regards,
PatrikHi,
This can work for your site if you are using login and registration forms of popup only as bots may be targeting login or register slug in the page URL. We are using the bootstrap modal for popup so it should be compatible with all major browsers.
Regards,
PatrikHi,
Can you check with your hosting provider? As they have some firewall that can prevent access from restricted IPs or frequent calls from IPs.
Regards,
PatrikHi,
We are displaying profile page content from the template which you can override to add or modify anything on the page. To override the template in the theme, you will need to copy the template file from userswp/templates/bootstrap/ folder to your currently active theme’s userswp/bootstrap/ folder and modify the files as per need.
Regards,
PatrikYes, we have to add support for object cache in our plugin and we are on it.
Hi,
We need more details on this like site URL or link to the blog. Can you please create a support ticket on our site https://userswp.io/support?
Regards,
PatrikHi,
We will help you out to fix this on our support system. You can reopen or create another ticket here if you face any issues. For now, I am closing this issue.
Regards,
PatrikHi,
We have replied to your ticket. Can you please check and revert back there?
Regards,
Patrik