alloro16
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] 2.2.2 updated now cart empty after adding productsThis fix with the disableing of the AJAX still has some problems… I found that I had to disable the “allow checkout as guest” option. If you try adding to the cart without being logged in on chrome you still get the problem.
Also I do still have problems on mobile version, but it is when you try to eliminate items from the cart… it doesnt allow you to.
I hope these bugs get solved. I think WPML is to blame in my case… as I already downgraded my woocommerce from 2.2.2 to 2.1.12 and it solved some “category-product page” problems I had but this cart problem didn’t go away.
Forum: Plugins
In reply to: [WooCommerce] Change the product category shortcode layoutIt worked like a charm!
Thanks a lot.
Barry
Forum: Plugins
In reply to: [WooCommerce] Change the product category shortcode layoutOk, I will take it off maintainance for a while.
Check this url here to see the 4 column layout:
https://www.randallcoffee.com/tienda/suscripciones/
please advise once you have checked so I can put the maintainance mode back on.
Forum: Plugins
In reply to: [WooCommerce] Change the product category shortcode layoutMy site is in maintainance mode.
But this is the class-wc-shortocdes.php file default code I found:
*************************************************************
public function featured_category_products( $atts ) {global $woocommerce_loop;
extract(shortcode_atts(array(
‘category’ => ”,
‘per_page’ => ‘4’,
‘columns’ => ‘4’,
‘orderby’ => ‘date’,
‘order’ => ‘desc’
), $atts));****************************************************************
I could change it here but it would be better with CSS so I don’t loose the configuration when I update woocommerce next time.
Please help out with some CSS code to override the default columns from the shortcode from 4 to 3.
Regards,
Barry