Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • hendrikus Friend
    #130549

    Hi all,

    Currently have problems with the login form as it does not show the input fields and also the login button can not be pushed. This problem is only there in position user 4.
    The template css had something funny with:
    .ja-login-links {
    display: none;
    }
    This means the options to register new users and password recovery never show up. I removed the display: none part and have links visible. They are hardly touchable as links though.

    I made some adjustments so I am far from original on this template. Would like to know where the control is though. With search it is the same thing and this I played with before all my modifications and left it alone for the time being. It seems the input fields are hidden behind de background image or something.

    site is at: http://www.montastrading.com/joomla

    Any help appreciated.

    FHV<blockquote></blockquote>

    Sherlock Friend
    #258503

    Hi hendrikus !
    You open template.css file in templates/ja_kulanite/css folder , find following code section at about line 866 :


    #ja-search .inputbox {
    background:transparent none repeat scroll 0% 0%;
    border:medium none;
    color:#505050;
    margin-top:17px;
    padding:0pt 0pt 0pt 10px;
    }

    change to :


    #ja-search .inputbox {
    border:medium none;
    color:#505050;
    margin-top:17px;
    padding:0pt 0pt 0pt 10px;
    }

    hendrikus Friend
    #258595

    Well thanks. But it seems that I don’t have that line in the css.
    It looks fine like it is …
    #ja-search .inputbox {^M
    padding: 0 0 0 10px;^M
    margin-top: 17px;^M
    border: none;^M
    background: none;^M
    color: #505050;^M
    }

    Any other suggestions? Any help appreciated.

    FHV

    hendrikus Friend
    #258612

    Well boys and girls. I found it.
    The newsflash module was still active on top position which was blocking everything under it. It seems to work now. There is some hack in the template that loads login module on top position all the time. Be aware of that!!
    One can adjust that in the index.php

    Good luck all.

    FHV

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

This topic contains 4 replies, has 2 voices, and was last updated by  hendrikus 16 years, 4 months ago.

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