Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • testdevepihirin Friend
    #184366

    Hi

    I am using the JA Login module and I have a problem with the module’s appearence. More specifically, when pressing to eiher “Login” or “Create an account” links the ja login form drops down but it is “hidden” behind the main menu bar, as shown in the attached image.

    Can you please help me with that?

    Regards


    1. problem_jalogin
    phong nam Friend
    #481289

    Hi testdevepihirin ,

    My answer for your question:
    1. Go to templatesja_businesscss
    2. Edit template.css
    3. Set z-index value of #ja-header as highest one among other positions (top panel, navigation…)
    4. Clear T3 cache to save setting changes.

    Hope these can help you.
    Pls feel free to ask me if your have any problems !

    Your sincerely,

    Leo Burnetts
    Support Team

    testdevepihirin Friend
    #481728

    Many thanks for the help. The setting you suggested did the trick

    I have some more questions for the login form (sorry for that). I am trying to change the various desciptions to the greek language. I found some of them and changed them through the language overrides but could not find the way to change all of them. I am attaching 2 images of how the form looks right now

    and need clarification on how to change :

    1. The Login on top og the Login Form
    2. The Register on top of the Register Form
    3. The Name field on the Register Form
    4. The Verify Pass field on the Register Form
    5. The Verify mail field on the Register Form
    6. The various messages displayed on site after a successfull / unsuccesfull login / registration
    7. The body of the email sent after a successfull registration

    Thanks in advance


    1. login_current
    2. Register_current
    phong nam Friend
    #481770

    Hi testdevepihirin,

    You can try with this solution:

    – Go to the templates/your_template/html/mod_login/default.php file

    – Look for this :

    <div class="header-module clearfix">
    <span class="title-module">Login</span>
    </div>

    and change ‘Login‘ to your desired text

    – The same with ‘Register’ text title, Name, Verify Pass and Verify mail field :

    <div class="header-module clearfix">
    <span class="title-module">Register</span>
    </div>


    <span><?php echo JText::_( 'Name' ); ?>: *</span>
    <span><?php echo JText::_( 'Verify Pass' ); ?>: * </span>
    <span><?php echo JText::_( 'Verify mail'); ?>: * </span>

    Hope that i can help you !

    Regards,

    Leo

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

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

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