Topic-icon Black Screen

Active Subscriptions:

None
10 years 3 months ago #44439 by gt35m
Black Screen was created by gt35m
Hello,

I've installed the latest version of SCLogin on Joomla! 3.3.0 using the Purity III Template by Joomlart. However, when set to Modal mode, and clicking on 'login' all I get is a black screen. No popup, nothing. Plus, the only thing I can do to get out of this screen is to click on 'Refresh'

Here's my development site which shows the problem; build.hireatech.co.uk/

Any help would be much appreciated.

Kind regards, Steve
The topic has been locked.
Support Specialist
10 years 3 months ago #44470 by alzander
Replied by alzander on topic Black Screen
The problem is the following CSS declaration:
.hide {
 display: none !important;
}
That's declared in the following file:
/templates/purity_iii/css/bootstrap.css

Removing that CSS should fix things for you, but if not, please let me know.

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

None
10 years 3 months ago #44559 by gt35m
Replied by gt35m on topic Black Screen
Hello,

Thank you for your reply. I removed the entry in the css file and the logn box is now showing, but it's too far left and takes up most of the screen!

I've left the page as it is so you can see the problem. I also notice the app is not responsive, is there an easy way of making it so?

Many thanks, Steve
The topic has been locked.
Support Specialist
10 years 3 months ago #44608 by alzander
Replied by alzander on topic Black Screen
I'm unsure about why the modal is displaying to the left on the screen like that.

To fix the extra whitespace at the bottom of the popup, edit the /media/sourcecoast/themes/sclogin/sourcecoast.css file. At the bottom, add:
div#login-modal {
bottom: auto;
}

There's obviously a few conflicts with your template's CSS. We'll gladly help work you through them, but lets take each one step at a time. I'll try to look more into the left positioning of the box as well.

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

None
10 years 3 months ago - 10 years 3 months ago #44842 by gt35m
Replied by gt35m on topic Black Screen
Hello alzander,

Sorry I've not been back lately to let you know what happened. It appears to be template specific because on a clean build, other extension which use 'lightbox' or 'modal' effect are having the same problem :(

I have raised this as an issue on their forum, so will wait for a reply from them, and will let you know. Hopefully, they will resolve the issue (but I think they will blame 3.3.1) so I can use SCLogin because I think it's an excellent addition to any joomla site...

As Arnie said "I'll be back.....!' :D
Last edit: 10 years 3 months ago by gt35m.
The topic has been locked.
Support Specialist
10 years 3 months ago #44918 by alzander
Replied by alzander on topic Black Screen
No problem for the assistance. I'm sorry you couldn't use the SCLogin module for now. We definitely hope you'll give it another shot with the next release coming out at the end of this month. There are multiple styling improvements in that release (along with lots of other features) that should improve compatibility with other templates. It's always something we're trying to make better.

If you have any feedback or suggestions, please let us know.

Thanks,
Alex
The topic has been locked.