-
AuthorSearch Results
-
October 8, 2017 at 12:16 pm #11440
In reply to: Add to Cart button looks off (unaligned)
Could you try add custom css .single-product div.product form.cart .quantity input { width: calc(100% – 20px);} I’m not sure with the issue. Because now i don’t have a device run on old iOS 9.3.5 Best regards
Hi! That didn’t fix it but it isn’t a big deal.
I’m closing the thread.
Thanks for the help!
October 8, 2017 at 11:00 am #11438In reply to: Checkout Page
now titles and the prices on checkout page have disappeared. I just need prices to show and could not get them to be a little bigger with the css you sent. don’t care about titles showing, but prices need to thx
October 8, 2017 at 8:33 am #11435In reply to: Checkout Page
I want to Eliminate titles Not show them on the checkout page. The other thing with Font for price, where am I to put this css
“..price {font-size: 14px;}” ? in the template css, it didn’t work. The 2 dots are supposed to be there right?
October 8, 2017 at 8:17 am #11433In reply to: Checkout Page
You can show title by change type of product list to grid http://take.ms/nZThC
And change size of product title and product price by add custom css
.product-title {font-size: 16px;}
.price {font-size: 14px;}Change 16 and 14 as you want
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 6, 2017 at 2:01 am #11363In reply to: WooCommerce Additional Variation Images Not Working
Hey guys
We used it initially, but the variation swatch is a bit too limiting for us; we use the Visual Attributes plugin that you guys disabled (please don’t disable it again, haha)… as we’ve built the whole site around it.
Our site is a platform used by MANY optometrists and we’ve edited it too much with CSS to simply update the theme now, so we’ll update it over the December holidays when nobody is using it.
We simply want the additional variation images to work…is there now way for it to simply work?
October 5, 2017 at 11:31 pm #11349In reply to: Customizing shop
Hi,
I saw you edited css in theme. We recommend add custom code in child theme for css please add in Dashboard > Claue > Theme Option > General Layout > Custom CSS
If you want hide description and additional information you can add custom css
.woocommerce-tabs { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 5, 2017 at 9:34 pm #11343Hi,
You can display categories menu on left sidebar by:
1. Go to Claue > Theme Option > WooCommerce > Product Listing Settings > Layout > Select layout with left sidebar + Choose WooCommerce Sidebar http://take.ms/YNZjF
2. Go to Appearance > Widgets > Select WooCommerce Product Categories and add to WooCommerce Sidebar http://take.ms/5CniR
3. The filter is default of WooCommerce you can’t edit this. If you want to hide this you can add custom css
.result-count-order .woocommerce-ordering {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 5, 2017 at 6:31 pm #11329Hi,
Thank you for choosing our theme.
1. You can hide image and title category page by add custom css in Claue > Theme Option > General Layout > Custom CSS
.archive .page-head { display: none;}
2. You can remove second menu on shop page by go to Appearance > widgets > WooCommerce Categories Menu Sidebar > remove the widget included.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 5, 2017 at 5:17 pm #11321In reply to: Catalog mode doesn't works
Hi,
1. You can hide this button by deactivate plugin WPA Product Bundle plugin
2. You can hide price by add custom css code in Claue > Theme Option > General Layout > Custom CSS
.price { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 5, 2017 at 4:20 pm #11319In reply to: Add to Cart button looks off (unaligned)
Could you try add custom css
.single-product div.product form.cart .quantity input { width: calc(100% – 20px);}
I’m not sure with the issue. Because now i don’t have a device run on old iOS 9.3.5
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results