• Resolved wasanajones

    (@wasanajones)


    Thanks for your plugin.

    But I’ve got a weird problem that is driving me insane.

    my site is calling CSS for the login form when reCaptcha by BestWebSoft is activated

    at some point, somewhere I may have or may not have added some custom CSS to my site for this:

    .login-action-login #loginform, .login-action-lostpassword #lostpasswordform, .login-action-register #registerform {
    width: 320px !important;
    }

    however that makes the login form too wide due to padding etc.

    the only time that CSS is called is when reCaptcha by BestWebSoft is activated.

    I have searched in all the files on the site. I have looked in the database. I have looked in the plugin files … php files… I cannot find it. I have cleared caches. deactived/activated every plugin repeatedly.

    it only shows when your plugin is activated

    when using browser Inspect tool depending upon the browser, it shows it either coming from “inline” or “wp-login.php … but the line it gives (something like wp-login.php:77 is actually blank and it CHANGES to another line… when refreshed and checking again WTF)

    Do you have any clue where this is coming from? I prefer not to share site URL but might have to…

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We found the issue and we will fix it in the next plugin updates.

    Thread Starter wasanajones

    (@wasanajones)

    thanks for the response

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.

    Hi Team,
    I need your help, I have found this code in forms.php :-

    <style type="text/css" media="screen">
    					.login-action-login #loginform,
    					.login-action-lostpassword #lostpasswordform,
    					.login-action-register #registerform {
    						/* width: <?php echo $from_width; ?>px !important; */
    					}
    					#login_error,
    					.message {
    						/* width: <?php echo $from_width + 20; ?>px !important; */
    					}
    					.login-action-login #loginform .gglcptch,
    					.login-action-lostpassword #lostpasswordform .gglcptch,
    					.login-action-register #registerform .gglcptch {
    						margin-bottom: 10px;
    					}
    				</style>

    Due to this, my registration page is misaligned on mobile devices, Please make it optional using the admin panel. Let me know if you have any further questions.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘when activated calling rogue CSS I can’t find’ is closed to new replies.