Topic-icon Change of layout of login module causes white screen

Active Subscriptions:

None
Hi Alex, I have finally found a moment to make the change suggested by you previously but it results in a total white screen, no information at all, just the site url in the browser field. The instructions were as below - the css does not seem to be the problem, just swapping the lines around in the login.php file. I'd appreciate your assistance, thank you.

Jude:

The easiest way to make everything horizontal is to make the following modifications. In the /modules/mod_sclogin/tmpl/login.php file, around line 43, you'll see:
Code:

require(JModuleHelper::getLayoutPath("mod_sclogin", "joomlaLogin_" . $layout));

require(JModuleHelper::getLayoutPath('mod_sclogin', "socialLogin"));

Swap those two lines and that will make the social buttons appear first.

Then, add the following to your template's CSS file:
Code:

#form-sclogin-remember {

float: left;

clear: none;

}
The topic has been locked.
Support Specialist
10 years 6 months ago #37410 by alzander
If you're seeing a blank white page, please go to the Joomla Global Configuration area and set Error Reporting to 'maximum'. That should display the PHP error that is preventing the page from loading.

Let us know that error and we can gladly help you investigate further.

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

None
Thanks Alex, I will look into this.

Jude
The topic has been locked.
Active Subscriptions:

None
Hi Alex, I have resolved this. I found that uploading files via ftp resulted in them being "scrambled", i.e. line breaks etc were deleted. On changing the transfer option to binary, this resolved the issue and it's working perfectly. This has never happened to me, so it was rather an interesting experience!

Many thanks for your efforts,
Jude
The topic has been locked.
Support Specialist
10 years 6 months ago #37446 by alzander
Jude,
I'm very glad to hear you got it going. Wouldn't have guessed that as the problem, so it's good you narrowed it down.

As always, should you need anything else or have any other feedback or suggestions, just let me know.

Thanks,
Alex
The topic has been locked.