We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Signin page changes after Update oxwall [Answered] | Forum

Topic location: Forum home » Support » General Questions
Billy Pip
Billy Pip May 15 '15
Hi

I updated script but after it , my own signin page design returned to old one .

i changed 'OW_DEV_MODE' to true

and i uploaded backup of signin page . but nothing changed

it seems 'OW_DEV_MODE' false or true doesnt works 

The Forum post is edited by Taissa May 17 '15
Taissa Team
Taissa May 15 '15
Billy Pip, first of all ensure that you have refreshed your browser cache.
What the backup file did you upload? What the name of this file?
Usually when you are customising the Sign-in page, you make changes in two files at least. 
Billy Pip
Billy Pip May 15 '15
I could fix it

for who want to know . plus sign_in.html design ,you have to add following codes in css :


.ow_sign_in_wrap form .ow_sign_up {margin: 0 0 0 5px;padding-top: 205px;}.ow_sign_in_wrap form {margin-top: 0px;width: 350px;margin-left: 180px;}


Taissa Team
Taissa May 17 '15
Billy Pip, thank you for sharing the solution to this issue.