jenghei
Forum Replies Created
-
Hi @tarekht
I am talking about the grib product section as I provided the link previously. I am using your grib product function and when I change to mobile view. It only shows 1 product per column and how do I change to 2 products per column?
Thank You.
Forum: Plugins
In reply to: [WooCommerce] How to separate the product’s title with the product picture.For the single product preview is showing as you provide the sample but I wanted to change all the title and price at the shop side. Means I could see all the product in a page but the title and price at right side.
Link below will be my shop link
[ redundant link removed ]Thank you.
- This reply was modified 4 years, 10 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooCommerce] How to separate the product’s title with the product picture.I have followed your custom CSS but there is nothing happened there, but I insert this custom code inside the function.php, it works and separated into up and down. But how do I move to the right side for the title and the price?
remove_action( ‘woocommerce_shop_loop_item_title’, ‘woocommerce_template_loop_product_title’, 10 );
add_action( ‘woocommerce_before_shop_loop_item_title’, ‘woocommerce_template_loop_product_title’, 9 );Forum: Plugins
In reply to: [WooCommerce] After adding Product to the cart.Thanks, it works for me