Libin
Forum Replies Created
-
Forum: Plugins
In reply to: [Catch Infinite Scroll] Missing alt tag for loader imageThanks for your speedy response. Looking forward to the next release!.
Forum: Plugins
In reply to: [Google Cloud Storage plugin] this plugin slows down my site big timeFacing the same issue. After activating the plugin TTFB increases from 0.11sec to 22.5sec. This is insane!!!
@ds123 , Did you find any solution for this?
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Compatibility WP 5.3.2 ?Hi,
Yes, the plugin is compatible with 5.3.2 AFAIK. I’ll release an update soon. Please let me know if you are facing any issues.
Thanks.
@scozart, I’ve downgraded the plugin version and everything is fine.
Same error for me as well. Please fix this.
Notice: class-oembed.php is deprecated since version 5.3.0! Use wp-includes/class-wp-oembed.php instead- This reply was modified 6 years, 5 months ago by Libin.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Transparent background for the form?Hello,
I’ve released a new version which removes all the shadows when you disable the login for shadow.
Please update the plugin and enjoy! Let me know if you face any other issues.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Privacy & Cookies link in footerHey,
I’m not sure about which page you are referring to. Is it in the “wp-login” page or in the WordPress dashboard?
As far as I know, default WordPress setup won’t put any privacy/cookie link anywhere in the footer. It must be coming from your Theme or another plugin.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Custom Login broken with WP5?Hi @wijngaardr,
Glad that you are digging the exact problem.
“Resource interpreted as Stylesheet but transferred with MIME type text/html:” error usually comes when you give a relative path in a local setup. Giving an absolute path to the CSS file might fix this error.Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Custom Login broken with WP5?Oh cool. Glad you solved it.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Custom Login broken with WP5?Hey Alistair, I’m not seeing any privacy link in your login page. And I’m not aware of any privacy link adding to the wp-login page by WordPress. It may be coming from some extension you have installed in the browser. Check the page in incognito mode. If it still appears, can you show me a screenshot?
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Custom Login broken with WP5?Hey, As far as I know, there are no conflicts with WordPress 5. Can you check by disabling other plugins? If it is still not solving please give me admin access and I’ll debug it for you.
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] PHP 7 UpgradeThanks for letting me know about these warnings on PHP7. I’ll look into this and will make it PHP7 ready in the next release.
Thanks again.
Forum: Reviews
In reply to: [Force Login] Thank You! Does what it says it does!@goddessprojects, Thank you for the kind words about Erident Custom Login plugin. Will be great if you can leave a 5-star review for Erident Custom Login plugin plugin as well.
Hey,
Right now it is not possible using the Erident Custom Login plugin. But you can get it done by using the below function. https://stackoverflow.com/questions/12825865/change-wordpresss-login-label-username
Forum: Plugins
In reply to: [Erident Custom Login and Dashboard] Some blocks of the plugin do not openAlso, you can open all the blocks together by going into the inspect element mode.
In Chrome or Safari,
1. Right-click on the settings page and select “Inspect Element”
2. Search for “inside” in the inspect element window.
3. Click on one of the “inside” div and uncheck the display: none; on the right pane.Check this screenshot: https://ibb.co/mHkRLc
Hope this will help.