This topic has 3 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Olga Barlow
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
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.
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
You must be logged in to reply to this topic.Log in/Sign up