Site not safe (safebrowsing problem) - by Pawel

This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Olga Barlow

  • Avatar: Pawel
    Pawel
    Participant
    June 11, 2019 at 08:27

    Hello,

    on chrome there’s an error saying that my site is not safe for browsing and theres something in ./wp-includes/js/jquery/jquery.js

    On the other hand on the other computers or other browsers everythings ok… even checking site adress in google safe browsing or sucuri says its ok but this error still shows up chrome. Can you maybe send mi this file to replace it, I dont know what can help here, we are ready to go public but with this error I cant publish it.

    Site have SSL and goes only on https, everything is updated

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Pawel
    Pawel
    Participant
    June 11, 2019 at 08:54

    Also, I want to make an OK status after adding product to cart. When You click on add to cart icon on hover it spins and return to normal, I want to add and ok status after the product is added – check icon or just OK text that stays a while and then button return to normal.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 11, 2019 at 10:58

    Hello,

    1) JS file you mentioned is the default WordPress file, we are theme developers and can help you only with questions related strictly to our theme files, theme options, theme styles. Questions about default WP files you need to address to WP support.

    2) Add to cart button question. Add the following custom to Theme Options > Custom CSS and tell me if this is what you need

    .adding-to-cart .add_to_cart_button.added {
        color: transparent !important;
    }
    .adding-to-cart .add_to_cart_button.added:before {
        content: '\e918';
        color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: none;
    }

    Regards

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.