Libin
Forum Replies Created
-
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Remove Blue Border From Text Input BoxesMarking this as resolved as we fixed this over email. Below was the missing code:
body.login #loginform p.submit .button-primary, body.wp-core-ui .button-primary { box-shadow: none; }It will be great if you give a 5 star rating for the plugin in reviews section.
- This reply was modified 9 years, 5 months ago by Libin.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Remove Blue Border From Text Input BoxesWould you mind giving me your dashboard access? If yes, email me: libin at libin.in
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Remove Blue Border From Text Input BoxesIt’s a bit tricky way to add this as a function. I will tell you an easy way to fix this by editing my plugin. But remember, these changes you make will get deleted when you update the plugin next time. So keep a back-up of this changes.
- Goto Dashboard->Plugins->Editor
- Select
Erident Custom Login and Dashboardfrom the dropdown menu.- Now
er-custom-login.phpfile should be open. Search for</style>and place the above code before that</style>tag.- Hit Update File button.
Let me know if this works or not.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Remove Blue Border From Text Input BoxesHello Michael,
Looks like WordPress recently started adding a
box-shadowto the buttons and input fields.The CSS you need to fix this is:
.login form .input, .login input[type=text], .wp-core-ui .button-primary:focus { box-shadow: none !important; }wp-login page won’t accept css from your theme style.css. You have to add it as custom function to your
functions.phpfileForum: Reviews
In reply to: [Erident Custom Login and Dashboard] Supreme! Excellent!Thanks for the awesome review 🙂
What you exactly want to configure on the “Register | Lost your password” section? Can you please explain. Currently, I think you can change the font color and size of those texts.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Great CustomisationHello Amir,
Thanks for the kind words.
I didn’t understand what you mean by adding a “user approval module”. Can you explain?
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Bug: Error 401Hey,
I tried replicating your environment in my test site with the given theme and plugins. Everything works smoothly. No errors. Tried logging out and logging in back couple of times. No issues!
This must be a server-side conflict or the customized options you set inside “WP User Manager”.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Bug: Error 401Hello,
I tried installing Erident Custom Login and Dashboard and WP User Manager together on a clean install. Everything worked smoothly.
Must be a conflict with some other plugin. Can you provide me the theme you are using and the list of plugins?
Forum: Reviews
In reply to: [Erident Custom Login and Dashboard] This plugin deserves more attention!Thank you so much for the review. You made my day! 🙂
Keep supporting!Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Hide Register Link.Hello,
In your General Settings page (/wp-admin/options-general.php), you can uncheck Membership checkbox. This will remove the register link from Login page. I hope this won’t make any conflict with your purchase process.
Test it and let me know.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] FEATURE REQUEST: PreviewAwesome!
If the plugin is a useful one for you, I request you to leave a 5-star rating for it in the reviews section.
Thank you.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] FEATURE REQUEST: PreviewHello,
You don’t need to log out every time to see the changes. Just go to the “Quick Links” section on the bottom of plugin settings page and click “Open Your WP Login Page in a New Tab”.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] WordPress 4.5 broke the pluginI’m glad to hear that. Would you mind giving 5 stars for this plugin in the review section?
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Error message after upgradeJust release a version which fixed this error. Please update to the latest version.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] PHP 7 RC3Hey,
Just release a version which fixed some php errors. Please update to the latest version and let me know the issue fixed or not.