Topic-icon Popup Login too tall

Active Subscriptions:

None
9 years 9 months ago #45629 by pdparisi
I have a popup login on my J3.3 site and the popup dialog is too tall. How do I fix it?

For some reason I cannot attach a screen shot to this post.

You can visit my page at sendlater.paulparisi.com click on the blue login button at the top right.

Thanks for your help!

Paul.
The topic has been locked.
Active Subscriptions:

None
9 years 9 months ago #45630 by pdparisi
Replied by pdparisi on topic Popup Login too tall
This appears to be related to the Joostrap Base template. I am not sure why it would be the case but it is. I just changed to AfterBurner2 and the popup works fine.
The topic has been locked.
Support Specialist
9 years 9 months ago #45648 by alzander
Replied by alzander on topic Popup Login too tall
I'm glad to hear you found something that works for you. If you need assistance getting the popup to work with the other template, just let us know and we'll try to take a look and help however we can.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 8 months ago #45764 by norfolkandway
Replied by norfolkandway on topic Popup Login too tall
Hi
I have the same issue - Login box too tall
wightshops.com/
Joined, downloaded and installed today so everyting is current version
J3.3.1
Template T3_bs3_blank

awesomescreenshot.com/0b636o8837
The topic has been locked.
Support Specialist
9 years 8 months ago #45790 by alzander
Replied by alzander on topic Popup Login too tall
The problem is that your template is adding the following style in the CSS files in two places:
.modal {
bottom: 0;
}
You'll need to remove that style.

Your files are compressed, so I can't tell where specifically to find the style, other than the compressed names:
/t3-assets/css/css-0905e.css?t=629
/t3-assets/css/css-9c3de.css?t=179

I hope that helps you narrow things down. If you still need help, please disable the template compression of your files and we should be able to help you find the right file to modify.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 8 months ago #45845 by norfolkandway
Replied by norfolkandway on topic Popup Login too tall
Thank you for looking for me
I have disabled css and js compression now

Not too hot on this type of thing so if you do find time to look it would be appreciated.

Thanks
The topic has been locked.
Support Specialist
9 years 8 months ago #45943 by alzander
Replied by alzander on topic Popup Login too tall
I'm so sorry for the delay in getting back to this. I just had a look again at your site, and the files were compressed. I completely understand why you would have re-enabled that setting after the wait.

With that said, I did a little more investigation and testing on your site, and have a solution that should fix the extra space. You'll need to add the following CSS to the page:
div#login-modal {
bottom: inherit;
}
That can go in a custom CSS file that your template may provide. Otherwise, you can add it to our SCLogin CSS theme file:
/media/sourcecoast/themes/sclogin/default.css

I hope that helps. If you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 8 months ago #45948 by norfolkandway
Replied by norfolkandway on topic Popup Login too tall
Hi
Thank you for your response, Please do not apologise for helping me, It is much appreciated that you take time out of your life to help me in mine, I thank you.

I added the code into the SCLogin CSS theme file
All now looks great

Thank you again
:D
The topic has been locked.
Support Specialist
9 years 8 months ago #45954 by alzander
Replied by alzander on topic Popup Login too tall
It's not time out of our lives, it's our business. We don't like to have posts linger so long, so the apology stands.. whether you want it or not :)

Anyways, I'm glad to hear that got things going for you. If you do need anything else, just let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 7 months ago #47047 by norfolkandway
Replied by norfolkandway on topic Popup Login too tall
Hi
Having provide a solution to the size of the login popup I know see that once the login form is completed the next step is the
'You are now being logged in using yur facebook credentials' popup
This too is too long for the screen
Would you kindly provide a solution of what/where to edit this box too please

Regards
Iain
The topic has been locked.