Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • gray Friend
    #145588

    I’ve observed that many pages with input fields are broken.

    Like, contact form, add article form etc.

    Here is a thread about problem in contact form.

    Field labels are not locate above input fields (as usually), but on the same line, on the left/right etc.

    The issue is that in Teline III there are no tables, but <div> which does not control layout properly.

    mihirc Friend
    #322110

    <em>@gray 150707 wrote:</em><blockquote>I’ve observed that many pages with input fields are broken.

    Like, contact form, add article form etc.

    Here is a thread about problem in contact form.

    Field labels are not locate above input fields (as usually), but on the same line, on the left/right etc.

    The issue is that in Teline III there are no tables, but <div> which does not control layout properly.</blockquote>
    Hello,

    This problem has been put in the Project Management system : [JATCTELINEIII-173]

    Regards,
    Mihir Chhatre.

    Anonymous Moderator
    #324205

    Hi gray

    Please rename templates/ja_telineiii/html/com_contact folder or delete it.

    gray Friend
    #324258

    Ok, but it’s a wider issue.
    For example, if you go to the Joomla’s original registation page, you would see the same picture.

    Anonymous Moderator
    #324369

    Hi gray

    I have reported this issue for checking. I will inform you as soon as possible.

    mayke Friend
    #324399

    <em>@JA Developer 153657 wrote:</em><blockquote>Hi gray

    Please rename templates/ja_telineiii/html/com_contact folder or delete it.</blockquote>

    Hi,
    This is great solution and not breaking apart the page.
    Just want to make sure that there is nothing missing links from JA Script ect. who pointed into this com_contact folder, coz it will disturbing the speed site peformance.

    Thanks JAD!

    VisiGod Friend
    #334844

    That is not really a great solution.
    The simple solution is to find the css

    div.name label, div.pass label, div.remember label, div.contact_email label {
    font-weight: bold;
    padding-right: 10px;
    }

    and change it to:

    div.name label, div.pass label, div.remember label, div.contact_email label {
    font-weight: bold;
    padding-right: 10px;
    display:block;
    }

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

This topic contains 7 replies, has 5 voices, and was last updated by  VisiGod 14 years, 8 months ago.

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