Topic-icon problem with sclogin modal popup

Support Specialist
10 years 8 months ago #34932 by alzander
On the home page, it looks like your component output is disabled. The modal popup currently requires that the component output is displayed on the page. Many templates have the option to disable component output on the home page. If that's the case on your site, you'll need to either enable component output or use the standard display mode of the module on the home page.

We should have an update to the module in August that will allow for the modal view to work on pages where the component output has been disabled.

Regarding the styling issues, the modal looks the same regardless of the page I try it on (tried Blog, Support, and a few others). The only things I saw were that the size of the forgot 'box' on the right of the input areas was too small. The following CSS should fix that for you:
.sclogin a.forgot.btn {
height: 28px !important;
}
Add that to your template and it should fix that. If there's something else I'm missing, just let us know.

Thanks,
Alex
The topic has been locked.