safe pages google

Posted in: Newspaper
Post count: 40

Hi!
As you know, from January 2017, Chrome (version 56 and followings) will mark as unsafe the pages that collect password and credit card, if these pages does not use the https protocol.
Of course this decision will affect the position of the website.

But

even if I don’t use any collection of password or credit card, my website has been marked unsafe because in the css there are several reference for options I don’t use.

  • var td_email_user_pass_incorrect=”User or password incorrect!”;
  • <input class=”td-login-input” type=”password” name=”login_pass” id=”login_pass” value=”” placeholder=”your password” required>
  • <div class=”td-login-info-text”>Forgot your password?</div>
  • <div class=”td-login-panel-title”>Recover your password</div>

    Are you aware of it? Is there any possibility to cancel these lines if I don’t need it? W

    Post count: 9544

    I believe this was updated in recent versions of the theme.

    Post count: 22421

    Yes indeed the theme was already adjusted for this but you still need to move to ssl if you require a login on your site. Please update your theme to the latest version using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/

    Thank you!

    Post count: 40

    Chris, Bogdan really I needed to update the theme!

    I did it but only one line is still in the css files:

    var td_email_user_pass_incorrect=”User or password incorrect!”;

    even if I don’t use any access with password.

    Could you please tell me if there is any possibility to remove that line?

    Thanks in advance

    Claudio

    Post count: 9544

    If you can’t update to latest version of theme where it’s fixed; I think you can simply edit out the secition in the header.php file ?

    Post count: 22421

    If you update to the latest version you will no longer have issues with this if you do not activate the login. If the login is active, then you will have to move to ssl as google requires it. Please make sure you have the latest version of the theme and the login is disabled in the theme panel https://www.screencast.com/t/pM8PNoB1WvC
    Thank you!

    Post count: 40

    thanks for the support!

    The experience with your theme is super!

    I have now installed the Newspaper version 7.8.1.

    In TOP Bar all the buttons are gray- I understand disabled,

    and specifically show bar and show sign-in are in gray, not in blue

    but if I read the html page I still have this line:

    var td_email_user_pass_incorrect=”User or password incorrect!”;

    Please, is there any other command that could produce this line?

    Thanks in advance

    Claudio

    Post count: 22421

    Hi,

    You can ignore that as it;s a js variable and not the one google is looking for.
    When google detects the code it will say your site is NOT SECURE. If you do not have the NOT SECURE message if the login is disabled then you’re all set.

    Thanks

    • This reply was modified 9 years by Bogdan B..
    Post count: 40

    Fixed! Thank you!

    Viewing 9 posts - 1 through 9 (of 9 total)
    The forum ‘Newspaper’ is closed to new topics and replies.