PDA

View Full Version : Password submit button... gone!


Rico79
Apr-23-2009, 04:46 AM
I actually realized I was missing a submit button when my customers told me they couldn't access their galleries. It appears that they only way you can log in in a protected gallery is to press enter. The button is missing. I looked up my CSS and I see some coding for it, but I have no reason why it's not showing as all standard Smugmug sites.

Clues anyone?!

Thank you!

jfriend
Apr-23-2009, 07:56 AM
I actually realized I was missing a submit button when my customers told me they couldn't access their galleries. It appears that they only way you can log in in a protected gallery is to press enter. The button is missing. I looked up my CSS and I see some coding for it, but I have no reason why it's not showing as all standard Smugmug sites.

Clues anyone?!

Thank you!

If you wonder why 30 postings asking for help have gotten help and yours has not, it's probably because you didn't give us a link to a password protected gallery that exhibits this behavior. The only way we can help is to see the problem and dissect what's causing it. So, you're asking for people to somehow go through your site and find the issue.

OK, I found a password prompt. As best I can tell, this issue looks like a Smugmug problem in IE. I don't personally see how it can be caused by your customization and the problem reproduces itself on this URL without your customization at: http://www.smugmug.com/gallery/7743831_rebXE.

In any case, I think you can fix it with this customization:

.passwordPage .submit_button {height:30px;}

The issue is that the submit button ends up with a height of zero. I will file this as a bug.

jfriend
Apr-23-2009, 08:01 AM
Bug report filed here (http://www.dgrin.com/showthread.php?t=128428).

Rico79
Apr-23-2009, 08:40 AM
Many thanks - no wonder I was scratching my head. I thought the issue was between the chair and my monitor!

Cheers!

Bug report filed here (http://www.dgrin.com/showthread.php?t=128428).

Andy
Apr-23-2009, 08:57 AM
Fixed, it's a user Theme issue.

Rico79
Apr-23-2009, 08:59 AM
Thanks Andy - can you indicate whereby I had a faulty code in my theme? It's odd that it the submit would appear in FF but not in IE.

Thanks for your help.

Fixed, it's a user Theme issue.