Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kanenses Friend
    #194875

    Hello,

    I have a issue on Registration Page, when Joomla User – Profile active, the page appear unstyling. Please take a look.

    http://awesomescreenshot.com/0f52d6kf64

    and: How can I add a Extra Field? In my case for VAT field?

    Thanks,

    phong nam Friend
    #523138

    Hi Kaneses,

    It will take much time to debug why the Registration page does not display the layout styles properly. However, you can try to put below override css rules into the end of templates/ja_brisk/css/custom.css file:

    #k2Container.k2AccountPage td {
    float: left;
    }

    #k2Container .editor {
    width: 660px;
    }

    The registration form should display fine then. And you can refer to our JA Brisk demo to see how it looks.

    kanenses Friend
    #523198

    Thanks for your reply.

    The code above work great. thank you.
    =======================
    Do you know how can I add a extra field at registration? I would like to add field for “VAT” number.

    Is that possible? If yes, how can I add it?

    Thank you

    ============================================

    I forget ask: How can remove the “Description” during registration?

    Thank you again

    phong nam Friend
    #523244

    @kanenses: The answer is Yes. However, it is recommended by K2 developers that you should use one of this plugins to add more fields to K2 registration.

    To remove the Description box on registration page, you can put these override css rules into custom.css file:

    #k2Container .editor,
    #descriptionmsg {
    display: none;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by  phong nam 10 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum