Page 1 of 1

[2.8] Messed up login with Spacelab

Posted: Tue Feb 18, 2014 8:13 am
by freakin.ro
Hey folks :-)

I have a test setup on our site and installed the Spacelab theme. Everything works fine, exept the login, here is a little picture of it:

Image

I didn't remove the URL, so you can go and see yourself :-) Once logged in, there are no graphical glitches.

Does someone have an idea?

Re: [2.8] Messed up login with Spacelab

Posted: Sat Mar 01, 2014 2:34 am
by ChrisA
In your browser open up the dev tools & refresh the page, see if a css file is failing to load.

In google chrome/chromium you can view the console by typing Control+Shift+J.

Re: [2.8] Messed up login with Spacelab

Posted: Mon Mar 03, 2014 7:55 am
by freakin.ro
this is what I get:
The value "device-width;" for key "width" is invalid, and has been ignored. s-bt.de/:13
The value "1.0;" for key "initial-scale" was truncated to its numeric prefix. s-bt.de/:13
The value "1.0;" for key "maximum-scale" was truncated to its numeric prefix. s-bt.de/:13
Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead. s-bt.de/:13
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

but it doesn't seem like it can't load the css.

Re: [2.8] Messed up login with Spacelab

Posted: Fri Aug 01, 2014 4:45 pm
by cameron
I found the solution (seems some stylesheets were missing).

Just add this to the "spacelab" theme templates:
indexLogin.tpl
indexPassword.tpl
indexNewUser.tpl (I had to copy this template form the default theme folder since it was missing from the "spacelab" folder)

Code: Select all

<link href="assets/template/{tplSetName}/css/bootstrap.min.css?v=1" rel="stylesheet">
<link href="assets/template/{tplSetName}/css/bootstrap-responsive.min.css?v=1" rel="stylesheet">
<link href="assets/template/{tplSetName}/css/font-awesome.min.css?v=1" rel="stylesheet">
<link href="assets/template/{tplSetName}/css/bootswatch.css?v=1" rel="stylesheet">

Re: [2.8] Messed up login with Spacelab

Posted: Sun Aug 03, 2014 10:55 am
by freakin.ro
worked perfectly! thanks very much.

Re: [2.8] Messed up login with Spacelab

Posted: Fri Dec 19, 2014 10:51 am
by sajjad321
I would like to change the interface of viewing faq records from 3-column view to 2-column view.
That means, shifting the right column - (social buttons, records in this category and tags) to the bottom of left column, and increase the width of the center column.

Re: [2.8] Messed up login with Spacelab

Posted: Mon Feb 23, 2015 11:30 am
by Plastic
Thaks a lot I was also wondering how to do this:)