Rahul Gandhi
Forum Replies Created
-
Hi,
The easiest way is using the CSS to hide the link. Here is the CSS you can try:
.uwp-footer-links a.uwp-register-link { display: none !important; }Another way is to override the template login.php to the theme and remove the following code from the file:
<div class="uwp-footer-link d-inline-block"> <?php echo aui()->button(array( 'type' => 'a', 'href' => uwp_get_register_page_url(), 'class' => 'd-block text-center mt-2 small uwp-register-link', 'content' => uwp_get_option("register_link_title") ? uwp_get_option("register_link_title") : __( 'Create account', 'userswp' ), 'extra_attributes' => array('rel'=>'nofollow') )); ?> </div>Let me know if it works for you or not.
Regards,
PatrikHi, just a quick follow-up.
Does the solution work for you? I am closing this ticket for now but feel free to reopen if needed.
Regards,
PatrikHi,
You need to create your own shortcode and use it in the profile tab like you have used our shortcode [uwp_user_meta key=”last_name”]. Here is the doc for how to create a shortcode in WP: https://developer.ww.wp.xz.cn/reference/functions/add_shortcode/#user-contributed-notes
Providing support for customization is out of our scope so I would suggest getting help from a developer if needed.
Regards,
PatrikHi, just a quick follow-up.
Were you able to solve this on your own? If not then let us know here or create a support ticket on our site https://userswp.io/support/
Regards,
PatrikHi,
What you can do is create a shortcode containing the same code as you have used on the account page and use function ‘uwp_get_displayed_user()’ which will give you the user object of the current profile and from its ID you can do the rest of the things.
Regards,
PatrikHi,
This is old code before we introduced the profile tab builder in the backend. You can do most of the things from there via the shortcode field but if you still want to go with the custom code then you might have to take a look at the code for available hooks and filters.
Regards,
PatrikHi,
I created a free account on your site and on the account page I can submit the details properly without any redirects. Can you share a video or steps to regenerate the issue? If you are using any caching plugin then try to exclude the account page for testing purposes to check if it is causing the issue.
Regards,
PatrikHi,
Yes, this can be due to bootstrap conflicts. I would suggest you try to change the options in our settings at Settings->AyeCode UI->Frontend and let me know if any combination works for you or not. Also, let us know the bootstrap version of the theme you are using with the theme name so that we can check the compatibility from our side as well.
Regards,
PatrikHi,
You can use the code snippet from our doc https://docs.userswp.io/article/578-how-to-remove-notifications-and-privacy-from-account-options and put the code in the functions.php file of the currently active theme or via the Code Snippets plugin.
Regards,
PatrikHi,
This should work for your requirements.
Regards,
PatrikHi,
We will check with the hooks and filters available in the plugin and if we can integrate somehow but it will take time so if it’s urgent for you then you might have to take the help of a developer to customise the things.
Regards,
PatrikHi,
You can go to the setup wizard and in the Content step, only select the Login/Register option and continue on to the next step. This will create only login/register pages and not the profile and users pages. Doc Link: https://docs.userswp.io/article/358-setup-wizard
Also, You can set the pages to draft/trash and resave the settings in UsersWP->General->Pages.
Regards,
PatrikHi,
Currently we have only integration with Mailchimp available but let us know which plugin you are using for MailPoet and we will check if we can add a checkbox in our registration form and process it via hooks and filters or not.
Regards,
PatrikHi,
You can reorder it by using a filter available called ‘uwp_account_available_tabs’. This requires custom coding.
Regards,
PatrikHi,
We will check with this plugin and update you or you can try another plugin that works.
Regards,
Patrik