-
AuthorPosts
-
January 25, 2013 at 5:08 pm #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
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 28, 2013 at 7:20 am #481289Hi 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 TeamJanuary 30, 2013 at 5:04 pm #481728Many 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 registrationThanks in advance
-
phong nam Friend
phong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
January 31, 2013 at 3:00 am #481770Hi 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 -
AuthorPosts
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
Jump to forum