text disappears
-
After latest update my login page shows the text (recoverpassword/backto site) only for a second, then it fades away as the new image comes up. Please review it and advice on solution. Thank you
-
Hello arsenalemusica,
please de-activate all plugin and check.. there is a confliction of js on your plugin see screenshot
Thanks.Fixing plugins conflicts is beyond my skills. Could you be more specific on what kind of code is creating this? Since it was working before the update, it would be very difficult to spot the conflict.
Maybe you can send me a copy of plugin’s previous version?Previous versions of the plugin can be found on this page.
https://ww.wp.xz.cn/plugins/admin-custom-login/developers/
But running old code really is not a good idea.
Please try the following temporary steps to troubleshoot:
- Switch to the Twenty Fifteen theme
- Deactivate all of your plugins except this one
- Clear your browser’s cache and cookies
- Re-login and visit the site’s login page
Do you still get the problem when you do that?
I confirm you that I still get the problem even with all plugins disabled and twentysixteen theme…
I can confirm I have the exact same problem plus: the logo only appearing between slides fades. 🙁
OK. Got it sorted out.
By adding this css at LOGIN FORM SETTING: Custom CSShtml body.login { background: transparent !important; } body.login ul.cb-slideshow { z-index: -9000 !important; } body.login div#wlcms-login-wrapper { z-index: 9000 !important; }Hope this may help others 😉
This css solution does work, but youy know that using !important is not really recommended and I would consider it a temporary solution. I hope the developers will include a proper fix in next update.
I Agree
There it is, the first conseguence of this hack: if you have 2 browser windows opened while you are logged in, and you logout one of them, in the other one you’ll see the message “session expired” with a broken custom login box. 🙂 Try yourself.
Delete that CSS and this problem is gone… but of course we have the initial problem again.Hello arsenalemusica,
the link you have mentioned has privacy set with it, it is not allowing to open that page.
Thanks.Hello Anticosti,
the “session expired” is shown when you are logged out and still using that page. It is a wordpress rule, the plugin has nothing to do with it. You can check by de-activating the plugin and following the same steps, it will still show that message.
Thanks.Actually the plugin has got to do with that page as well (and it is a good feature). What I mean is that CustomAdmin customization is applied on all WP pages (login, logout, password-recovery, session-expired, etc.) but since we have this problem of the text fading out, any attempt to modify CSS is breaking the core feature of the plugin.
Hello arsenalemusica,
we need to test it on your site, until and unless the site url is not given we cannot test the issue.
Thanks.Hi, i have the same problem at http://www.kleinepandabeer.nl
The text recover password, register and back to site are only there for a second, then they fade away as the new image comes up.Hello users,
please add the following section of code in custom css-
p{
position:relative !important;
}
Thanks.
The topic ‘text disappears’ is closed to new replies.