• Resolved RQDriftnet

    (@rqdriftnet)


    Like a lot of the other contributors …I too am a Newbaby but learning fast.

    I have subscribed to Seth Riley’s YouTube tutorials and take his advice and downloaded A5 Custom Login Page v.2.1.1.

    I like it a lot and am hoping I can make it work the way I am trying to customize the Login / Registration / Lost Password windows.

    This is a document I’ve put together to help explain the issues I’ve been trouble by:

    Issue Manipulating Login Page Before Getting Into My Site & Theme:

    Using Plugin A5 Custom Login Page ..(below)

    ….This Is what I have at first ….

    Image 1.)

    Then using the “Inspect Element” window …I make the following changes in the live session to this ….
    #login {
    position: relative;
    top: 50px;
    border: double 5px #e63205;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: -25px 25px 25px #e88d5c;
    -moz-box-shadow: -25px 25px 25px #e88d5c;
    box-shadow: -25px 25px 25px #e88d5c;
    width: 500px;
    height: 750px;
    color: #003923;
    }
    body.login div#login h1 a {
    background-image: url(http://www.epcm-global.com/wp-content/uploads/2014/05/Login-Logo-1-PNG.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 452px 255px;
    width: 500px;
    height: 275px;
    margin: -250;
    }

    After those live changes …and in the live session ….I do get the following …

    Image 2.)

    …However ….after I “Copy & Paste” those change I’ve shown “Highlighted Yellow” from the live session into …
    Dashboard > Appearance > Simplicity Options ….as shown …..

    Image 3.)

    ….Once I save the changes and refresh my screen …. The change I made in the live session and copied and pasted to the above area …the do not hold and to go back to the same result as seen in Image 1.) again???

    Image 4.)

    I have attempted these changes several times now …and I do have success in the live sessions ….but invariably …once I saved and refresh ….those changes only last for the duration of the session and the modified code doesn’t take affect …even though they are in the “Appearance > General Options” of Simplicity as I have shown.

    I have also attempted to vary the “8% padding:” at the top of the Login window to

    …this is a separate screenshot at “2% padding:” …

    …and it’s a similar story. During the live session I change that to 2% so the logo looks in proportion with the ovewrall appearance …but it’s the same outcome. Once the session is over and I refresh …its gone as well.

    I’m sure you get the picture of what is I am attempting to achieve.

    Question:

    What am I failing to do correctly here please Tech Support Team?

    Thank you in advance,

    (Sorry I cannot paste the screenshots to this post to help with the explanation.)

    RQDriftnet)

    https://wordpress.org/plugins/custom-login-page/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter RQDriftnet

    (@rqdriftnet)

    Well …more testing and I’ve concluded this …

    ….Nothing I am do with the front end will stick with the A5 plugin it appears and I know I have not yet developed a sound enough understand of the plugin to try and play with it with any confidence.

    I have accept that the plugin code itself must be the level I need to tweak for achieve the results I’m attempting.

    …Pointers on my next training phase would be welcomed. ..In the meanwhile …I have a look and play with the plugin code to see if that yields some success.

    I look forward to the feedback.

    Plugin Author tepelstreel

    (@tepelstreel)

    Hello there,

    I can’t really follow you. There are no Simplicity Options in my plugin. Only A5 Custom Plugin options.

    Just go to the css section and put the whole stuff you edited live in the css section. Save your stylesheet and there you go.

    If you still can’t make the styles visible, just choese the debug option in the main options of the plugin, to display styles inline. That helps, if for some reason the redirect to the virtual style sheet doesn’t work.

    You could, by the way, also put the screenshots on the web and link them here.

    Cheers!

    Thread Starter RQDriftnet

    (@rqdriftnet)

    Hi right back at you Tepelstreel,

    …And …thank you for the reply.

    I was concerned it would be confusing without the accompanying screenshots, but you seem to have got the gist of what it was I attempted to say anyway.

    You are correct …in the WP Dashboard “Appearance” pop-up window of the vertical Dashboard menu …there is the “A5 Custom Login Page” ….and it is that page that I find the CSS “Write/Cut/Paste” option windows for CSS > and then both > “Own CSS” & “Some SVG” boxes.

    I am using the “Own CSS” text box.

    It is there that I am working with the changes I had made in the live “Inspect Elements” session. …It is that text box I copy, pasted changes to that “Own CSS” box and it those changes that see me falling over.

    ….The parts I do “Copy, Paste and Save” …it only corrects the precise element/parts of the code to which it relates of my Login Page …and not all of it …and that is logical and expected.

    My question is about the manipulation of the “Inspect Element Table Columns” (I’ll call them Left and Right Column).

    You will understand that as I select the part of my Login Page to highlight with “Inspect Element” …only that part of the Login Page is opened up in the “Inspect Element” box.

    It is in the box “Left Column” that I float my arrow over the respective lines to then have the expanded code shown in the “Right Column”.

    It is then in the “Right Column” …I make the actual customization and see it happen in real time to the actual “Login Page”.

    That is great. I see the changes then and there. Once I have the customization the way I want it to appear ….it is those changes to the “Right Hand Column” I “Copy n’ Paste” to the “Own CSS” text box …the I “Save Changes”.

    Effectively …I now see I cannot just make the changes to the style for the positioning of the two form pages of the login page …moreover, I have to take all the code …find the exact elements that I need to customize there …then save ALL the code to affect the changes within the Login Page …but I must do it as a total code not just an element …as the Save Changes only work for the specific element and it doesn’t change the whole “Login Page” as I want it to look. I have learnt and it appears to be modifying the original code of the Login Page and not my customized version. (The A5 tool appears to default back to the original code and not my customized version.)

    Here I shall apologize for that length description above. I am a newbaby to this platform …and I have limited ability to express myself in the accepted jargon for the code and each of the elements in it more clearly than I did there do. But …I do trust my misuse of terms is made up for by the way I am trying to convey my meaning to you.

    That said …you have reinforce my understanding. I feel I must expand the modified code of my customized Login Page line by line and work carefully with that. I do know what you are saying and I shall have a good go at expanding the code I find in the Left Column of the table in “Inspect Elements” …then working on each element (line by line) …make the next changes and Copy Paste into the “Own CSS” text box to make up my full & final version to “Save Changes”.

    It seems I am going about this in a very difficult way doing element by element …then copy and paste the code to Own CSS as I described. …However …I don’t know of a better way with my current knowledge of this CSS coding platform via the “Inspect Element” window.

    I was hoping that there was a way to open and expand the full version of my customized code in one step …and then within the full expanded total code ….find and work on the elements in question …in one easier fashion rather than the way I am doing it now.

    (Gee I hope I’ve done a fair job of explaining myself to you.)

    I look forward to your feedback on that awkward and verbose outline of what I am doing and what I wish to achieve.

    I appreciate the assistance and will let you know how I get on.

    I am the guy in the middle of the “Avatar/Picture” ..by the way.

    Cheers,

    RQDriftnet.

    Thread Starter RQDriftnet

    (@rqdriftnet)

    Ok …I have learnt how to expand the “Left Hand Column” or HTML side of Inspect Elements screen.

    Once expanded …hovering and scrolling down ….I’ve also managed to customize the CSS code in the “Left Hand Column” or CSS side of the Inspect Element screen (code).

    To now need to save all the changes in my live session …and once I figure that out ….I think I will have my “Own CSS” code to paste into the A5 Custom Login Page area in WP.

    I think I’m as close to mastering this as I can be …without knowing for sure I have actually worked it out.

    The Right Hand Column is so annoying to use …as you can only (seem to) work on the Left Hand Column “Highlighted” element at a given time …and not the complete CSS code of the full HTML side of the screen.

    Frustrating.

    Thread Starter RQDriftnet

    (@rqdriftnet)

    Hi Tepelstreel,

    ..What you said was sufficient pointer to head me to the solution.

    The way I did it was through the use of Firebug ..but that as it turned out was completely a learing curve with Chrome DelvTools. …In the end it proved unnecessary for the solution.

    I eventually played about with Inspect Element and Google Chrome > Tools > View Source and open the code.

    I then copied all the code to a word doc and made my changes there.

    Then I took my new CSS file (again with copy & paste) back to WP Dashboard > A5 Custom Login Page > CSS tab > Own CSS …and pasted to the text box and “Save Changes”

    Perfect outcome.

    Thank you for thew heads up Tepelstreel,

    RQDriftnet.

    Thread Starter RQDriftnet

    (@rqdriftnet)

    Oh ….hahahaha Obviously … it is resolved!

    Thank you.

    Thread Starter RQDriftnet

    (@rqdriftnet)

    Plugin Author tepelstreel

    (@tepelstreel)

    Well, that’s good to hear. Since I am on a travel and don’t really have the time to do something about my plugins. 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Issue Manipulating / Customizing Login Page Before Getting Into My Site & Theme’ is closed to new replies.