Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #704765

    Hi,

    I woul like to achieve a full-screen front-end login site like seen on https://login.microsoftonline.com

    Means 70% of page is full size background, and 30% is full size column with content.

    Have tried a lot but were not able to fix it like that.

    Any ideas?

    Thx

    #705146

    Hey rpichler,

    The only idea I could think of would be to use a Color Section element and set a background to it, the right content would be a bit trickier though; maybe you could try a text block inside of the Color Section then style it accordingly? If you should need help along the way then please post a link to your site.

    Best regards,
    Rikard

    #705185

    Hello Rikard,
    Thank you for your reply. I tried the color section already, but have no idea how to style a textblock in that way?

    Below are crededentials. Your help is strongly appreciated.

    Thanks a lot!

    #706023

    Hi,

    If you enable custom CSS in the theme: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, you can assign a class to the text block then add something like this to Quick CSS:

    .your-class {
        position: absolute;
        right: 0;
        height: 100%;
    }

    Best regards,
    Rikard

    #707269

    Hello,

    The provided css code did work, but the position is somewhere… not correct.

    Unfortunately my CSS skills are not sufficiant to solve it.

    br

    #707433

    Hi!

    Can u please show us the live page so we can check and provide a beter fix?

    Thanks a lot

    Cheers!
    Basilis

    #707632

    Hello,

    PLease find the page & credentials below!

    Many thanks for your efforts!

    THY!

    #708037

    Hi,

    I’m not sure what’s going on but I can’t log in anymore on the page in private, it’s asking for e-mail/password? I tried the details you posted but they are not working.

    Best regards,
    Rikard

    #709132

    Hello,
    Sorry, attached incredentials!
    THY

    #709606

    Hi!

    Thank you for the info. We added the following css code in the style.css file.

    #top .login_container {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        padding: 50px 25px !important;
    }

    Best regards,
    Ismael

    #709667

    Hello Ismal,
    Thank you – it works perfect now.
    Your support is one of the best!

    br
    R.

    #709675

    Ah!
    Unfortunately I have discovered a problem, if you click the tab “register” – it cannot scroll…. that is a problem,
    maybe you can give another input?
    br

    #709681

    Hi,

    Just added the “overflow:auto” and that did it!

    br
    R

    Here the corrected code:

    #top .login_container {
    position: fixed;
    overflow: auto;
    right: 0;
    top: 0;
    height: 100%;
    padding: 50px 25px !important;
    }

    #709800

    you can use f.e. the plugin maintenance creates a nice Pluginpage ( you can upload your own background-image.) If you don’t like that logged-in users do something with your site you have to set them as Abonnent only!

    Links erased now
    i don’t want to have the site above offline for a long time ! even if it is only a playground for me.
    So have a look to that little plugin – Link is behind maintenance word !

    • This reply was modified 8 years ago by Guenni007.
    #741154

    Hello,
    Actually, I do have the problem again, that the the login container, once a new tab “Register” is opened, the page does not scroll….

    see the site here: http://tinyurl.com/zo6e3ca

    Means it cannot be used properly…
    Your quick help on this issue is highly appreocated.
    br
    rpich

    #743153

    Hi,

    Can you make the login container section a bit wider and also the Register’s text/password field instead of making it fullwidth, make it 2 columns so it would reduce the height.

    Best regards,
    Nikko

    #743197

    Dear Nikko,

    I have no idea how your suggestion solves the problem. I do not want to reduce height, I want to make the site scroll once a tab opens which might be higher than current screen height.

    regards
    rpich

    #743594

    Hi rpich,

    My suggestion was to reduce the height but since that isn’t what you want, try adding this css code in Quick CSS (located in Enfold > General Syling):

    .login_container #tab-id-2-container {
        max-height: 400px;
    }

    it should show a scroll on the Register tab, just adjust the max-height value as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #743740

    Hello,

    Thank you – that is a nice workaround, but I still wonder why its impossible to let the bwrowser scroll?

    That should be the more common solution.

    Your reply is highly appreciated.

    br
    Rpich

    #743853

    Hi,

    Please remove the code I gave last and also replace this code:

    #top .login_container {
        position: fixed;
        overflow: auto;
        top: 25px;
        padding: 25px 25px !important;
    }

    to:

    #top .login_container {
        position: relative;
        overflow: auto;
        top: 25px;
        padding: 25px 25px !important;
        left: 0;
        width: 376px;
    }
    
    .page-id-3370 #av_section_1 .av_one_third.avia-builder-el-first {
        display: none;
    }
    
    .page-id-3370 #av_section_1 .av_one_third {
        margin-left: 0;
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.