Topic-icon Updated to Joomla 3.10.1 and now when I click Login button... No Modal Popup

Active Subscriptions:

None
We've turned off "Block template=foo site template switch" in Admin Tools, hope that helps. Just give a word if there's anything else we need to do.
The topic has been locked.
Support Specialist
NJK - Thanks. For your site, it looks like the CSS of the template is clashing with the module changes for version 9.x.

Can you try adding this to your theme for SCLogin? It adds some standard background and display styles. The modal is there on your site, but not shown properly through styles.
div#login-modal.modal.in {
    display: block !important;
    background-color: #FFF;
    top: 5%;
    position: fixed;
    left: 50%;
    z-index: 1050;
    width: 80%;
    margin-left: -40%;
    height: fit-content;
}

We changed the way we're rendering the modal now to use built-in Joomla rendering. It may be adding more classes to the modal popup that weren't there before, hence causing the new template style wonkiness.

Let us know if this works for you.

-Melissa
The topic has been locked.
Active Subscriptions:

None
2 years 7 months ago - 2 years 7 months ago #67428 by NJK
Thanks, it's working now, but as you will see, the pop-up is really huge.

-Frode
Last edit: 2 years 7 months ago by NJK.
The topic has been locked.
Support Specialist
Thanks for getting back to us so quickly.

Yep, those size values were from the protostar template as a test. You can adjust the width to 560px and margin-left: -280px. That's what we're planning on putting in our sourcecoast.css and default.css for the next release.
The topic has been locked.
Active Subscriptions:

None
That's much better, but the height could be adjusted as well.
The topic has been locked.
Active Subscriptions:

None
Sorry I was not able to get back to your earlier I was away... I changed the setting for Jquery to "No" from "Yes" and the modal pop-up worked... but it is huge as mentioned by NJK.
I am using Prostar template... sew-loved.org/classes/
I would like to use it at 50% of what it is now...
The topic has been locked.
Active Subscriptions:

None
Hi, I also can't see the form in popup. I tried to put that css but it doesn't help me.
With my template the module doesn't work.
What should I do? :-(
The topic has been locked.
Support Specialist
@fracm - Could you provide us with a URL to your page (either on this thread or using the Contact Us form)? It'll help to see if it's a similar problem and you need slightly different CSS.

@daniej - Did you try the modification CSS for the width to 560px and margin-left: -280px?

-Melissa
The topic has been locked.
Support Specialist
We are looking to get a release out soon but still aren't sure that we've been able to localize this problem correctly. If you haven't already, please send site information using the Contact Us form above.

At the least, we'd like to see the issue on the front-end of your site. If you can provide admin details, that'd be even more helpful.

Thanks,
Alex
The topic has been locked.