How to disable the autozoom on mouseover for the product image in Storefront theme of WooCommerce?

Try this, I am not able to test it myself but I do remember using it or something like it in the past: jQuery(document).ready(function($) { // Disable zoom on product images $(‘.woocommerce-product-gallery’).trigger(‘zoom.destroy’); }); You can try this in your functions.php file remove_image_zoom_support() { remove_theme_support( ‘wc-product-gallery-zoom’ ); } add_action( ‘wp’, ‘remove_image_zoom_support’ ); Or, try this css … Read more

Fatal error: Uncaught Error: The script tried to modify a property on an incomplete object

Here are a couple things you can try: Increase Memory Limit: Sometimes, PHP memory limit issues can cause such errors. Try increasing the memory limit by adding define(‘WP_MEMORY_LIMIT’, ‘256M’); to your wp-config.php file. Check WooCommerce Status: Go to WooCommerce > Status in your WordPress admin to see if there are any alerts or recommendations.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)