Plugin front end design is now broken with latest WP update.
]]>on latest version of buddypress background image not show after uploading image
]]>Hello
Just a heads-up really. I have just upgraded wordPRESS to 3.8 and I noticed that it uses a smaller Login logo. So the result is my custom logo is being cropped to 80px by 80px. This only happens with Skin Login’s ‘Theme 1’. So a quick fix is to use theme 2,3 or 4.
Be great if you guys could fix Theme 1, as I use it for many sites.
Great plugin – thanks!
]]>Somehow i can get the logo show, it wont show in the preview nor the loging page. and i dont have any other plugin that are about the login page yet
]]>I left myself logged in as admin on a dev server, and when I came back after the session timed out – the notification login box was in an overlay without the skin setting applied (theme 3, the wide single-line style). It used the default WP dimensions for the overlay box, and not any skin-login settings… so it was difficult to see most of the box contents and no buttons were present at all.
Logging in still worked with Chrome’s auto-fill and password save features, but otherwise it would mean closing/re-opening the page to get logged back in.
]]>Hi There!
I absolutely love this plugin, I’ve finally been able to make the changes I’d like to my login page and it’s working beautifully. Unfortunately, my login page won’t scroll, even though I have too many fields to fit on the screen. The user is able to use tab to go through the fields and the page moves, but there is no scroll bar. I’m totally baffled, and it didn’t start until I used this plugin. I am using this plugin in conjunction with Register Plus Redux for custom fields.
Here is my registration page for my site:
https://www.manifestationconnection.com/wp-login.php?action=register
I’m using form 2 with a custom logo and background, and this custom CSS:
.login #login {
margin-top: 1px;
margin-left:auto;
margin-right: auto;
padding: 0px!important;
border: 1px solid rgba(0,0,0,.2);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background: rgba(121,193,252,0.4);
-moz-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
box-shadow: 0 0 13px 3px rgba(0,0,0,.5);
overflow: hidden;
}
.login form {
margin-left: auto;
margin-right: auto;
padding: 25px;
background: rgba(121,193,252,0.0);
overflow: hidden;
}
There is also no element to create custom CSS for the background, but I’m not sure what CSS to use to make the whole page scroll. The background is the size of the screen, but there is a white bar at the bottom when you tab down, I was thinking I have seen sites where the element (content box, login form, etc.) scrolls but the background image doesn’t…is there custom CSS I could use for that so that I wouldn’t have to stretch/tile my background image. I think that may be the simplest fix since there is not element for the background of the page. Any help would be much appreciated! Thank you!
Regards,
Audrey
Hi everyone. I’m having very strange issue – on plugin setting page i have uploaded picture for a logo and it shows up nicely in the preview. But when i load actual login page it doesn’t show logo :(.
Is there any restrictions on the type of image, size etc? Even if there is, why it is showing up on the preview then.
Considering that i’m only one having this issue, i’m pretty sure i have misconfigured something. I really hope some one can help me to solve this.
Um, this is NOTHING like the theme template I chose.
its not showing the logo correctly.
https://img.ly/rSaq <—- view here.
]]>// changing the logo link from www.remarpro.com to your site
function my_login_url() { return get_home_url(); }
// changing the alt text on the logo to show your site name
function my_login_title() { return get_option('blogname'); }
// calling it only on the login page
add_filter('login_headerurl', 'my_login_url');
add_filter('login_headertitle', 'my_login_title');
Adding this will change the url and alternate text for the logo to the blogs information instead of www.remarpro.com
]]>I think you should change it so when you click on the logo it actually redirects to the domain of the site instead of www.remarpro.com
Other than that, this plugin is amazing.
]]>I have 2 issues with this plugin
even though i really like it,
1 issue: the login page becomes non able to scroll it,
it shows only the logo, but the login bars are hidden, so i have to zoom out my broswer to be able to see other things.
2 in Internet explorer the logo is not displayed normally, it appears very big
check it on my website to have a better idea https://www.watchnshare.net/
PS: find login page by clicking on Add New Video near the search bar
]]>