Title: text disappears
Last modified: August 31, 2016

---

# text disappears

 *  Resolved anonymized-14293447
 * (@anonymized-14293447)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/)
 * 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](http://agendadelvolo.info/wp-admin/)
   and advice on solution. Thank you
 * [https://wordpress.org/plugins/admin-custom-login/](https://wordpress.org/plugins/admin-custom-login/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125599)
 * Hello arsenalemusica,
    please de-activate all plugin and check.. there is a confliction
   of js on your plugin [see screenshot](http://imgur.com/h0WZhy7) Thanks.
 *  Thread Starter anonymized-14293447
 * (@anonymized-14293447)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125609)
 * 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?
 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125619)
 * Previous versions of the plugin can be found on this page.
 * [https://wordpress.org/plugins/admin-custom-login/developers/](https://wordpress.org/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?
 *  Thread Starter anonymized-14293447
 * (@anonymized-14293447)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125629)
 * I confirm you that I still get the problem even with all plugins disabled and
   twentysixteen theme…
 *  [Anticosti](https://wordpress.org/support/users/anticosti/)
 * (@anticosti)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125653)
 * I can confirm I have the exact same problem plus: the logo **only appearing**
   between slides fades. 🙁
 *  [Anticosti](https://wordpress.org/support/users/anticosti/)
 * (@anticosti)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125656)
 * OK. Got it sorted out.
    By adding this css at LOGIN FORM SETTING: Custom CSS
 *     ```
       html 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 😉
 *  Thread Starter anonymized-14293447
 * (@anonymized-14293447)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125672)
 * 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.
 *  [Anticosti](https://wordpress.org/support/users/anticosti/)
 * (@anticosti)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125683)
 * I Agree
 *  Thread Starter anonymized-14293447
 * (@anonymized-14293447)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125686)
 * 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.
 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125693)
 * Hello arsenalemusica,
    the link you have mentioned has privacy set with it, it
   is not allowing to open that page. Thanks.
 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125694)
 * 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.
 *  Thread Starter anonymized-14293447
 * (@anonymized-14293447)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125696)
 * 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.
 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125716)
 * 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.
 *  [martijnbruin](https://wordpress.org/support/users/martijnbruin/)
 * (@martijnbruin)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125761)
 * Hi, i have the same problem at [http://www.kleinepandabeer.nl](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.
 *  Plugin Support [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125787)
 * Hello users,
    please add the following section of code in custom css- p{ position:
   relative !important; } Thanks.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘text disappears’ is closed to new replies.

 * ![](https://ps.w.org/admin-custom-login/assets/icon-256x256.png?rev=1121656)
 * [Admin Custom Login](https://wordpress.org/plugins/admin-custom-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/admin-custom-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/admin-custom-login/)
 * [Active Topics](https://wordpress.org/support/plugin/admin-custom-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/admin-custom-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/admin-custom-login/reviews/)

 * 15 replies
 * 5 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/text-disappears-4/#post-7125787)
 * Status: resolved