Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce- no displey section DisplayAppearance > Customize > WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] Image gallery thumbnails missingThe gallery thumbnails and product catalog image sizes are the same now. You can use CSS to change the gallery thumbnail display.
Forum: Plugins
In reply to: [WooCommerce] empty placeholder ??The first set of code they posted was for changing the default placeholder image.
I think you are good now that you know how to add a product image though ๐
Forum: Plugins
In reply to: [WooCommerce] “Uncategorized” Product CategoryRolling back for this isn’t a good solution. The default category isn’t going away.
Forum: Plugins
In reply to: [WooCommerce] Non-Enabled Variations display on products shop pageRight. Try using this snippet: https://gist.github.com/WPprodigy/46fcd07dbd87c2cb11f7f7dd2cd773a8
Here’s a code on adding custom code to your site: https://calebburks.com/correctly-add-custom-code-woocommerce/
Forum: Plugins
In reply to: [WooCommerce] Hide a category from storeNeed to set exclude to be the category ID you want to hide: https://mikejolley.com/2018/02/07/woocommerce-3-3-hide-uncategorized-category-from-the-shop-page-on-the-frontend/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce 3.3 disable thumbnail_2xTo use the filter, return an array with only two sizes: https://github.com/woocommerce/woocommerce/blob/db54911443ab86d58c5353f32bb41bd6dcd2ded8/includes/class-wc-regenerate-images-request.php#L216
And then WC is adding the image sizes on the
inithook as well, so make sure you use a priority level like 15 to ensure it happens after the image sizes are registered.Forum: Plugins
In reply to: [WooCommerce] Shortcode only partially workingOrdering by ID, date, and title are all working for me. I think you might have problems because of your quotes. Make sure you use simple quotes.
[products limit='6' columns='2' orderby='id' order='desc']- This reply was modified 8 years, 3 months ago by Caleb Burks.
Forum: Plugins
In reply to: [WooCommerce] “Uncategorized” Product CategoryThere’s probably not going to be a setting added for this. If the category is empty, it shouldn’t show up. This is the same behavior as the Posts default category in WordPress.
Forum: Plugins
In reply to: [WooCommerce] Fatal error on [Add to Cart Page]Coming from your theme: /themes/kallyas/woocommerce/zn-woocommerce-init.php.
Contact your theme developers, as we don’t have access to this theme or it’s files.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce 3.3 disable thumbnail_2xhttps://codex.wordpress.org/Function_Reference/remove_image_size –
woocommerce_thumbnail_2xMight also need to remove from the
woocommerce_regenerate_images_intermediate_image_sizesfilter.Not sure if there will be bad side effects to doing this though.
Forum: Plugins
In reply to: [WooCommerce] Non-Enabled Variations display on products shop pageGotcha. Logged an issue here, as I’m not sure why this is the default behavior: https://github.com/woocommerce/woocommerce/issues/18864
For now, the filter could be used to hide these attributes.
Forum: Plugins
In reply to: [WooCommerce] Products per rowThere is a default restriction: http://cld.wthms.co/Tqhche
The theme has control to override this though: https://github.com/woocommerce/woocommerce/wiki/Declaring-WooCommerce-support-in-themes#usage-with-settings
Forum: Plugins
In reply to: [WooCommerce] empty placeholder ??Are you referring to this: http://cld.wthms.co/sPYvDs ?
That is the product image. You can set it by editing the product. Hiding it will require some custom code as pretty much all themes will show product images.
Forum: Plugins
In reply to: [WooCommerce] “Uncategorized” Product CategoryI am having the same problem as many others are having where an โuncategorizedโ product category is now showing on my front page. This was caused by the Woocommerce update.
Why post a new thread then? The answer is the same as all of the others ones ๐
https://wordpress.org/support/topic/woocommerce-category-issue-uncategorized/
https://wordpress.org/support/topic/uncategorized-product-category-still-showing-after-3-3-1/
https://wordpress.org/support/topic/woocommerce-uncategorized-category-problem/
https://wordpress.org/support/topic/woocommerce-uncategorized-category-problem/