• Resolved vikasgunjeti

    (@vikasgunjeti)


    Hi Team,

    Thank you for the wonderful plugin. All functionalities are working fine except the issue we encountered on wordpress login page. After activating wp super cache plugin, password show/hide functionality not working on the wp login page.

    Can you please check this issue.

    We are using php 8.2 for our wordpress site.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Is this in wp-login.php ? That page should be excluded by default from caching.

    Enable debugging in the plugin and load wp-login.php to test it. You should see the following message in the debug log:

    /wp-login.php wp_cache_postload: backend detected, not running

    Is there any JavaScript error showing on that page?

    Thread Starter vikasgunjeti

    (@vikasgunjeti)

    Hi Team,

    We are getting below error in browser console.

    Uncaught ReferenceError: wp is not defined

    Did you check in wp-login.php is being cached? Follow the instructions above and see.

    Do you have “wp-.*.php” in the “Rejected URL Strings” setting on the Advanced settings page?

    Check your webserver logs for errors when the login page is accessed. Maybe there’s something obvious there.

    You should disable your plugins one by one, or if you have a test environment, change your theme and test if that JavaScript error shows on the login page.

    When I go to wp-login.php on my own site, wp is defined, and wp-login.php is not cached.

    Plugin Support lastsplash (a11n)

    (@lastsplash)

    Hi @vikasgunjeti

    Did you try the solution shared by my colleague above? We typically mark threads as resolved if if there is no response after seven days, but I wanted to check with you first to see if you got the issue fixed.

    Plugin Support Tamirat B. (a11n)

    (@tamirat22)

    Hello @vikasgunjeti,

    It’s been more than a week since this topic was last updated. I’m going to mark this thread as solved. If you have any further questions or need more help, you’re welcome to open another thread here. Cheers!

    Thread Starter vikasgunjeti

    (@vikasgunjeti)

    Hi Team,

    The above issue is resolved. Delay in Javascript Execution this setting was on in theme options. I turned off this setting and the above issue was resolved.
    Sorry for the late reply. I was out of office.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WordPress Login Page show/hide password not working’ is closed to new replies.