rullywowr
Forum Replies Created
-
Shipstation plugin for WooCommerce was having serious issues with the WP-Spamshield plugin. Shipstation plugin would pull WooCommerce orders to the shipstation site but then when trying to push completed order tracking back to WooCommerce through an endpoint – WP-Spamshield was doing some crazy stuff like 404 errors and sending a HTML response back instead of XML. Finally narrowed it down by disabling all plugins and found WP-Spamshield was the culprit.
Forum: Themes and Templates
In reply to: [iTek] Main Product Images are Stretched and distortedI solved my issue…
I had to change “customwoo.css” line here:
.woocommerce-page div.product div.images img {
max-height: 452px; height: auto; margin-top: 32px; }I changed the “max-height” to “auto” and everything is at least square now and looks good. Not sure why this wasn’t taking care of itself but this is the fix for me.
Forum: Themes and Templates
In reply to: [iTek] Main Product Images are Stretched and distortedHi Zulfikar,
I tried regenerating thumbnails numerous times. It is strange because the product image is much wider than it should be, but if you download the image it turns out fine (500px 500px)
What else can I do? Everything else seems to be working pretty well, just the main product images are bloated.
Are there default Settings you have for Catalog/Single Product/Product Thumbnails and the Settings->Media thumbnail size?