Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hello arsenalemusica,
    please de-activate all plugin and check.. there is a confliction of js on your plugin see screenshot
    Thanks.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    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

    (@jdembowski)

    Forum Moderator and Brute Squad

    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?

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    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 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)

    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

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    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

    (@weblizar_support)

    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

    (@weblizar_support)

    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)

    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

    (@weblizar_support)

    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.

    Plugin Support weblizar_support

    (@weblizar_support)

    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.