BuddyBoss Home – Web Support Forums Themes Boss. theme Multisite – Site Register Form Template

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #41687

    Hi there,

    I’m having difficulties showing the “register for a site” form in the same styling as the Boss theme.
    At the moment is showing it like this (see screenshot)

    Answers

    #41689

    And I would like to have it shown as this (same as when registering for an account plus blog, for new users).
    See screenshot.

    Is there a way to make a page template for this?
    (I dont want to lose the sidebar for sites).

    Cheers,
    Ronald

    #41706

    Alyssa
    Participant
    @alyssa-buddyboss

    @rotju this is a unique WPMS issue. This page is created by WordPress so they would need to have the same formatting structure in order for you to easily have a page formatted the same way. But because this is not a typically page, it is a registration page, it is difficult to modify. I will need to pass this design issue to the developers for a fix.

    #41756

    @tjchester Thanks for passing it on to the developers, highly appreciated.
    And looking forward to some results in the future.

    At the moment its hard for my users to see what to do when registering a new site.
    But will make do, until a solution is found.

    Cheers,
    Ronald

    #43499

    I got a temporary solution from here with a custom css code:
    http://premium.wpmudev.org/forums/topic/register-new-site-page-template

    .create-blog .page-right-sidebar #secondary {
        display: none;
    }
    
    .create-blog .page-right-sidebar #primary {
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        border: none!important;
        margin-top: 40px;
    }
    
    .create-blog .page-right-sidebar #primary .bp-legacy {
        padding: 0;
    }
    #43567

    Alyssa
    Participant
    @alyssa-buddyboss

    Thanks for sharing this solution.

    #43630

    @tjchester

    You’re welcome! 😉
    I do hope Boss theme comes with more Multisite support though. A way of presenting the registration form in a better way or customizable would be very nice!

    Looking forward to the updates!
    Cheers,

    Ronald

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Multisite – Site Register Form Template’ is closed to new replies.