Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1370252
    ahmedmn3
    Participant

    Hi,

    Again, the layout of buddypress registration form is not correct with RTL language. Could you solve it? you announced that the x theme is compatible with bb!

    The registration page at: http://www.internationalspeakersclub.com/AlKottab/register/

    it contains sidebar at bottom!! and the layout is two column instead of one that list the all controls from top to bottom as the English version of the same registration form(LTR language).

    See Arabic (LTR) pic ‘Arabic Page.png’
    and English (RTL) pic ‘English Page.png’ attached

    Thanks
    Mohamed

    #1370257
    ahmedmn3
    Participant
    This reply has been marked as private.
    #1370370
    Lely
    Moderator

    Hi There,

    Thank you for the credentials. Please try adding the following CSS on Appearance > Customize > Custom > Edit Global CSS:

    .rtl #buddypress .standard-form #profile-details-section {
        width: 100%;
    }
    .registration.rtl.buddypress .x-sidebar{
        display: none;
    }
    .rtl #buddypress .standard-form#signup_form div.submit {
        float: right;
    
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1370252 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>