Libin
Forum Replies Created
-
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Page Background colorTry Uninstalling and re-installing the plugin. Clear your browser cache/ try in another browser.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Setup errorIf you have the FTP or control panel access, you can delete the “erident-custom-login-and-dashboard” folder from plugin folder.
Check this: http://www.seommotips.com/uninstall-plugin-manually/Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] Nice !! Love itThank you so much for the review!
I will try to do it in near future 🙂 Keep supporting.
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] Fantastic!Awesome! Thank you so much for the review!
Keep Supporting!!!=)
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] Very usefulThank you so much for the review! keep Supporting!!!
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] Great job!Thank you so much for the review!
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Logo size (again)Awesome !!!
If my plugin seems helpful to you, please give a 5 star rating. http://wordpress.org/support/view/plugin-reviews/erident-custom-login-and-dashboardThank You.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Logo size (again)Ah. Sorry. my mistake.
Do the following.
Open WordPress Dashboard, Goto Plugin-> Editor and select “Erident Custom Login and Dashboard”
Searchbody.login div#login h1 aand place
height: 260px;inside that style.Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Logo size (again)Open you style.css and add the below code:
body.login div#login h1 a { height: 260px; }PERFECT !!! Make sure to backup your changes because in the next plugin update this will be overwrite. So backup, then update and restore the changed portion only to get the full plugin features.
Hey,
Right now the plugin doesn’t have the multi-site support. We are working on this.
Hey Kingstakh,
To change the wordpress logo width or height, you need to add/change two values.
Open WordPress Dashboard, Goto Plugin-> Editor and select “Erident Custom Login and Dashboard”
Search body.login div#login h1 abody.login div#login h1 a { background-image: url(<?php echo $er_logo ?>); padding-bottom: 30px; margin: 0 auto; width: 400px; height: 150px; // Change the value to your logo height background-size: 274px 63px; // Add this line and Change 63px to your logo height }And Update the file. Hope this will help.
If my plugin seems helpful to you, please give a 5 star rating. http://wordpress.org/support/view/plugin-reviews/erident-custom-login-and-dashboard
Thank You.
Okay. You need to remove the padding applied to the #login.
The following code will remove the padding.
body.login #login { padding: 0 !important; }But you need to activate my plugin and add the above code. Open WordPress Dashboard, Goto Plugin-> Editor and select “Erident Custom Login and Dashboard”
Search <style> tag and add the above code inside it. This will work.Can you post your login page url?