WOO Commerce

Posted in: Newspaper
Post count: 16

Hi there,

I am not really happy with the way you have incorporated WOO Commerce into your otherwise sensational theme. Here is what I noticed and need help to get fixed:

(1) Product & Category Thumbnails
Link: http://news.mynarrabri.com.au/shop/

I can not increase the size of these thumbnails, although there is a setting in the woo commerce section. No matter what size I choose there, it always stays the same. There is also no way to change the number of columns for the products.

(2) Checkout
The check out button on the checkout screen is right in the middle of the screen. To reproduce this, please select a product from the store and then the checkout button.

(3) Vendor Pages
Link: http://news.mynarrabri.com.au/vendor/authentrictrademarks/
I tried to follow your advise finding a freelancer. Well, I spoke with four freelancers, and they all agreed that your theme is not 100% in compliance with the WordPress Guidelines. Although it seems to be a CSS Problem, nobody wants to touch it. So please can you have another look. This is an official Woo Commerce Plugin and should not cause these problems. The error also reminds me of the display error I got with the Real Estate Plugin – which you were able to resolve.

I do need these little things fixed as I am eager to go online and show the world your beautiful theme !! Don’t get me wrong, I am super happy with the rest. It is just these little annoyances that I need fixed.

Thank you.

Christoph

Post count: 3343

Hi,

1. If you modify the image sizes you need to regenerate the thumbnails to see the changes then inspect the image to be sure there is the correct image size. At this moment your images are at 300x300px. About number of columns, there’s no settings in WooCommerce to do that and this can be changed via a hook(custom code).

2. This will be fixed in the next update, the bug is from the latest WooCommerce version. Untill that you can use this CSS to fix it

.wc-proceed-to-checkout {
clear: both;
text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
}

3. The issue is not the theme, some plugins need custom integration with each theme to work, like WooCommerce plugin to. You saw that on that plugin with real estate.
I don’t have the plugin to test it, sorry about that, if you want you ca try this from here: https://support.woothemes.com/hc/en-us/articles/203987053-Show-a-custom-template-for-the-vendor-shop-page-taxonomy-

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.