Jason Cleese
My feedback
26 results found
-
12 votesJason Cleese supported this idea ·
-
33 votesEvgeny Zaritovskiy responded
Workaround from Beardo:
To restore the old authorization page look:
/* SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
border-right: none;
max-width: 0px;
padding-right: 40px;
display: none;
}/* PADDING TO SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .authFormContainer {
padding-left: 0;
}To remove the login buttons from the member directory personal profiles (at the bottom):
/* MEMBER SOCIAL LOGIN BUTTONS HIDE */
#socialLoginContainer, #idSocialLoginContainer {
display: none;
}Just copy/paste the above and update your “user.css” file.
Jason Cleese supported this idea · -
60 votesEvgeny Zaritovskiy responded
We’re collecting comments and votes for now, no actual development is planned so far
Jason Cleese supported this idea · -
21 votesJason Cleese supported this idea ·
-
70 votesEvgeny Zaritovskiy responded
Can be done using Theme overrides functionality – by fixing HTML code in the gadget templates. But I’ll be collecting comments to see if suggested user-friendly functionality needed by others.
Jason Cleese supported this idea · -
16 votesJason Cleese supported this idea ·