The Joomlashack forums have moved! You'll find our new home at help.joomlashack.com/forums
These forums will remain for a while as 'read only'.
We encourage all of our customers to post new questions in the new forum.

Welcome, Guest. Please login or register.
February 03, 2012, 08:14:22 PM

Login with username, password and session length
Search:     Advanced search
60546 Posts in 17323 Topics by 152505 Members
Latest Member: jlfree
* Home Help Login Register
Pages: [1]
Print
Author Topic: SOLVED: Overlapping text in login module  (Read 4878 times)
berryc
Full Member
***
Offline Offline

Posts: 36


« on: June 23, 2009, 08:40:35 AM »

Hello,
Just installed the template a few minutes ago. Very nice!

The problem I've run into is that some text is overlapping in my login module. I've tried a couple different login modules but it doesn't seem to make a difference. It's the 'forgot username/password' lines at this link: http://mncatholicdirectory.com

Any ideas?

Thanks!
Craig

UPDATE: Marked solved. Changed template to Optimus.
« Last Edit: June 25, 2009, 06:51:54 AM by berryc » Logged
Missionary Man
Administrator
Hero Member
*****
Offline Offline

Posts: 1680



WWW
« Reply #1 on: June 23, 2009, 09:08:24 AM »

I've got you using the Optimus template and everything looks fine. Did you post in the wrong forum area, or are you playing around with different templates?
Logged

berryc
Full Member
***
Offline Offline

Posts: 36


« Reply #2 on: June 23, 2009, 09:12:08 AM »

Hi Missionary Man,
Yes, I just swapped out Optimus. Logins look fine now. Will update my original post.
Thanks,
Craig
Logged
berryc
Full Member
***
Offline Offline

Posts: 36


« Reply #3 on: June 24, 2009, 03:57:37 PM »

Hello,
OK...back to the Inspiron template. Optimus UL in the login module was fine, but in Inspiron it's overlapping. Any ideas?

Thanks!
Craig
Logged
rtribble
Jr. Member
**
Offline Offline

Posts: 2


« Reply #4 on: October 30, 2009, 08:19:05 PM »

I am having the same problem.  Any solution yet?
Logged
myp270
Jr. Member
**
Offline Offline

Posts: 8


« Reply #5 on: October 31, 2009, 12:50:25 PM »

I was having the same problem.  I think there are some issues with K2 and Inspirion.  I unpublished the K2 login and used the Joomla Login Modular exclusively.

I think trying to sell Inspirion and K2 as a package was a great idea but premature.  And, if you're not using K2, then I'm of no help.

Gerry
http://www.gerrypeters.com
Logged
jasonmdx
Jr. Member
**
Offline Offline

Posts: 9


« Reply #6 on: November 25, 2009, 07:08:04 AM »

Same problem with inspirion and K2.  Login module links overlap.
Logged
jasonmdx
Jr. Member
**
Offline Offline

Posts: 9


« Reply #7 on: November 25, 2009, 09:26:58 PM »

Found a fix that worked for me. 
Open login.php in modules/mod_k2_login/tmpl and find these lines near the bottom of the file:
Code:
<li><a href="<?php echo JRoute::_'index.php?option=com_user&view=reset' ); ?>"><?php echo JText::_('Forgot your password?'); ?></a></li>
    <li><a href="<?php echo JRoute::_'index.php?option=com_user&view=remind' ); ?>"><?php echo JText::_('Forgot your username?'); ?></a></li>
    <?php if ($usersConfig->get('allowUserRegistration')): ?>
    <li><a href="<?php echo JRoute::_'index.php?option=com_user&view=register' ); ?>"><?php echo JText::_('Create an account'); ?></a></li>
    <?php endif; ?>

and change to:
Code:
<li><a class="forgotpass" href="<?php echo JRoute::_'index.php?option=com_user&view=reset' ); ?>"><?php echo JText::_('Forgot your password?'); ?></a></li>
    <li><a class="forgotuser" href="<?php echo JRoute::_'index.php?option=com_user&view=remind' ); ?>"><?php echo JText::_('Forgot your username?'); ?></a></li>
    <?php if ($usersConfig->get('allowUserRegistration')): ?>
    <li><a class="regusr" href="<?php echo JRoute::_'index.php?option=com_user&view=register' ); ?>"><?php echo JText::_('Create an account'); ?></a></li>
    <?php endif; ?>
« Last Edit: November 25, 2009, 09:42:32 PM by jasonmdx » Logged
Pages: [1]
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
 

About Joomlashack | Privacy Policy | Terms of Service | Powered by Joomla | Affiliates | Contact Us

Joomlashack designs free and commercial Joomla Templates and Joomla Websites
Learn how to Joomla with our Joomla Tutorials or join our Joomla Template Club
Copyright 2005-2009 Joomlashack. All rights reserved unless otherwise stated.
The Joomla! name is used under a limited license from Open Source Matters.