Libin
Forum Replies Created
-
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Some blocks of the plugin do not openOh, That’s strange. Can you email me the website with admin access, (if you trust me 🙂 )? That way I can check what’s happening there. My email id is available in the settings page of plugin.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Message in error logHey Pixel,
Sorry for the delayed reply. Are you using the latest version of the plugin?
I think you have enabled the DEBUG function, that’s why you are seeing this warning.
You can check that in wp-config.php file.
define( ‘WP_DEBUG’, true );
Change this line to define( ‘WP_DEBUG’, false ); and you won’t see any warnings there.
Regarding the original cause of warning, I’ll debug this in deep and will fix in next release. You don’t have to worry about this, as this is just a PHP warning.
Keep supporting and let me know if you stumble upon any other issues.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Some blocks of the plugin do not openHey Mike,
Which browser are you using? Can you give a try in another browser and check if it works? This is most probably an issue that, your browser is blocking javascript.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Captcha Limit LoginHey,
Sorry, this plugin doesn’t take care of any security functionalities right now. It is mainly for customizing the look of your login page.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] after user logs in, direct to websiteHey,
You can use this plugin to redirect all or specific users to the page you need.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Center reCAPTCHAHey, Sorry for the delayed reply. Is your website online? If yes, please provide me the link. Also which reCAPTCHA plugin you are using?
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Browser tab text problemYeah, that’s true. Thanks for the compliment.
It will be great if you can give a 5-star rating for the plugin in the reviews section. 🙂
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Browser tab text problemFirst of all, I want to say that, it’s not Erident Plugin, but WordPress itself is putting that text on your Login Page’s tab. Also, there are a dozen different ways to identify a site as a WordPress site. Trying to hide that is a waste of effort.
Check out this thread in StackOverflow for more details.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] css wird überschriebenHey,
I’ve added the same code to the plugin file and everything working fine.
Are you adding the code to any stylesheet? If that is the case, it won’t reflect. Try adding the same code in the plugin file or as a separate function inside functions.php
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] recaptchaSorry for the delayed reply. I don’t see any conflicts with Google Recaptcha Plugin (https://wordpress.org/plugins/google-captcha/). Test it with the latest version of the google captcha plugin and Erident Custom Login plugin.
Are you using this plugin only? If not please provide me the plugin URL.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] css wird überschriebenThis issue is fixed in the latest version (3.5.5).
Please do a hard refresh, if the changes not shown quickly. This may happen because of the browser cache.
Enjoy!
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Log In Button Text ColourHello,
Please update to the latest version (3.5.5). You will see a new option to add Login Button’s text color.
Enjoy!
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Seeing double login sectionsHey,
Sorry for the delayed reply.
This extra form is either coming from your theme or a plugin you installed.
Definitely, it’s not a bug/feature from “Erident Custom Login and Dashboard”.You can find this by either changing the theme or deactivating plugins one by one.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] ShortcodeSorry, currently the plugin won’t support any shortcode. It is meant to change the styling of WordPress’s default login page only.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Create Login “Page”Thanks for the kind words. Erident Custom Login plugin is meant to modify the styles of WordPress inbuilt login page only.
However, you can easily add a custom link to the button, to direct the users to the login page. Custom link will be
http://www.yoursitename.com/wp-login.php.Let me know if that helps.