Shape 5

Joomla Templates => Clarity - Club => : mgriff1000 October 19, 2011, 01:22:02 PM



: Joomla upgrade broke login & register
: mgriff1000 October 19, 2011, 01:22:02 PM
I upgraded Joomla to 1.5.23 and now the login and register forms on the site are not functioning or visible. Wondered if anyone else has this problem?

Site is at:  http://www.creekstoneofficepark.com

The rest of the site is operating as expected. Any info appreciated.

Thanks,

--Mgriff


: Re: Joomla upgrade broke login & register
: jonahh October 20, 2011, 12:43:18 PM
Hello,

In your template folder for clarity look in the /html folder.  If you see a mod login and register remove these folders and see if this fixes the issue.


: Re: Joomla upgrade broke login & register
: mgriff1000 October 20, 2011, 01:52:57 PM
Hi Jonah,

Thanks for responding to this. I did find a mod login in the HTML folder and removed it, but it didn't fix the issue. If you can take a closer look, I will send you login creds.

Thanks again for the great support.

--Mgriff


: Re: Joomla upgrade broke login & register
: jonahh October 21, 2011, 01:58:16 PM
Hello

It is due to the width placed here:


form {
    float: right;
    margin: 0;
    padding: 0;
    width: 660px;
}
template.css (line 62

Just remove this and it'll work


: Re: Joomla upgrade broke login & register
: mgriff1000 October 25, 2011, 06:36:48 AM
Thanks Jonah,

Not sure why I had added that, but I think I was trying to manipulate the form on the contact page. Didn't realize I had messed up the login.

Thanks again.

mgriff1000