Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST

Due to the decrease in our staff due to vacations, our response time may be longer.

Be sure we're doing our best to manage your topic as soon as possible.

Simplified Registration Form

This topic is resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Marius Bolik
    Participant
    • 6 Topics
    • 16 Posts
    @smartidiot

    Hello,

    after adding all needed fields for user profiles in BuddyPress, unfortunately every single field is present in the registration form.
    Do you know a good solution to simplified the registration form? I attached an image to illustrate my issue.

    Best Regards
    Marius

    Themosaurus
    Keymaster
    Themosaurus Support
    • 1 Topics
    • 1675 Posts
    @themosaurus

    Hi Marius Bolik,

    When creating profile fields, all the fields included in the “Base” group will be in the registration form. If you want to create profile fields that are not present in the registration form, you just need to create a new field group and put the fields you want in it.

    Here is how it works (please review attached screenshot):

    1. Click “Add New Field Group” to create a new field group
    2. That will create a new tab, you can then click it and add your profile fields
    3. You can also drag and drop already created fields into the new tab

    Best regards,

    Marius Bolik
    Participant
    • 6 Topics
    • 16 Posts
    @smartidiot

    Thank you so much!!! This saved my life!

    One more Question:
    I added the Plugin “Nextend Social Login and Register” which works great with your theme!
    Is there the possibility to change the position of the Register and Tabs?
    I want to show the Login Tab first, so that users can directly see the Social Login options before they may use the
    conventional Registration Tab.

    You should include the “Nextend Social Login and Register” by default in Gwangi. It makes the Theme even better 😀

    Best Regards
    Marius

    Themosaurus
    Keymaster
    Themosaurus Support
    • 1 Topics
    • 1675 Posts
    @themosaurus

    Hi Marius,

    Thank you for your great feedback! ?
    This plugin might be indeed a great addition to the list of compatible plugins as it might really interest other users! Thank you for bringing it to our attention.

    Yes, we can switch the two tabs and activate the login tab on page load. To do so, you will need to add two custom code snippets, one in your CSS editor and the other with PHP Code Snippets.

    First, you will have to edit the form styles. Please navigate to “Appearance > Customize > Additional CSS” in your admin panel and copy/paste in the following code snippet:

    #register-page > .nav {
    	flex-direction: row-reverse;
    }
    #register-page,
    .tab-pane--register {
    	opacity: 0 !important;
    }
    #register-page.force-show,
    .tab-pane--register.force-show {
    	opacity: 1 !important;
    }

    Then, we need to activate the login tab first. Please add the following php code snippet to your website using the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/):

    function gwangi_custom_activate_login_tab() {
    ?>
        <script type="text/javascript">
            (function($) {
              // Activating the login tab.
              $('#pills-login-tab').one('click', function() {
    			$('#register-page').addClass("force-show");
              }).click();
    		  $('#pills-register-tab').on('click', function() {
                $('.tab-pane--register').addClass("force-show");
              });
            })(jQuery);
        </script>
    <?php
    }
    add_action( 'wp_footer', 'gwangi_custom_activate_login_tab', 1000 );

    If you want to know more about this plugin and how it works, you can also refer to this article of our documentation for more information about Code Snippets:

    Adding Custom PHP Without Changing Your Child Theme

    We hope this can help you with your setup.

    Best regards,

Roboraptor 🦖
Themosaurus Topic Closer

Hi there,

This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!

Best regards,
The Themosaurus team.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Simplified Registration Form’ is closed to new replies.

Troubleshooting Demo Imports

You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.

Happy With our Support So Far?

Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️

Discover MatchPress

Skip • Like • Super-Like

Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.

Setup Your Cera or Gwangi powered Community Website and Turn it into an iOS and Android App

15% discount for Cera users

To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.

Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.

Holiday, Weather & Festive effects
to pimp your WordPress Site