mtruitt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce upgrade and product image sizeHi,
I would double check your sizing for the images within WooCommerce then use this plugin which they recommend.
https://wordpress.org/plugins/regenerate-thumbnails/
This will happen when WooCommerce is disabled and an image is uploaded into the media gallery or something caused an issue with the image sizing that WooCommerce adds and it was not generated corrected.
I was able to mimic this by turning WooCommerce off then uploading a tall image then turning it on and attaching it as the featured product image.
Doing the above will fix it.
- This reply was modified 9 years, 3 months ago by mtruitt. Reason: Forgot to click Notify
Hi,
One of the things I have done to avoid this is to set the product as virtual and require shipping information even if it is the only thing they are purchasing.
I get a lot of clients that like to sell gift certs and gift cards and do so with free shipping.
You can do this with a filter
add_filter( ‘woocommerce_cart_needs_shipping_address’, ‘__return_true’, 50 );
I do not have any experience with Canada Post but I do have a lot with Fedex/USPS/UPS and this works when using any of those.
Forum: Plugins
In reply to: [WooCommerce] Product Images not showing up on mobileUnable to visit the store with how you have it currently setup.
What version of WooCommerce are you running? 2.6.X has payment gateways installed as stand alone plugins and you could deactivate them/remove them.
Forum: Plugins
In reply to: [WooCommerce] Shop Navigation Help!!Sounds like you want subcategories per artist?
Forum: Plugins
In reply to: [WooCommerce] Problems with cart of woocommerceI tried the provided website but was unable to find/locate your shop/cart/checkout page to look into it.
Forum: Plugins
In reply to: [WooCommerce] Product Images not showing up on mobileCan you provide a URL to look at?
- This reply was modified 9 years, 8 months ago by mtruitt.
Forum: Plugins
In reply to: [WooCommerce] Issue fitting product pages inside Nirvana theme’s boxed layoutAs well,
When working with a plugin modifying the core files will get overwritten when/if the plug gets updated.
When trying to override the default CSS are you using the development tool and copy/pasting the same selectors that WooCommerce is using?
Few things to look out for with this.
You need to be using at least the same selectors that WooCommerce is using and your styles need to load after WooCommerce.
I also tend to do a wrapper with an ID to make it easier to overwrite their styles.
or as Riaan suggested a URL.