-
AuthorSearch Results
-
October 8, 2017 at 8:53 pm #11460
In reply to: Product Listing Settings – Pagination Style
Hi,
Because the load more function used different layout, it will not show the product title, if you want to hide product title when use Number type, I will make it for you via custom CSS code.
October 8, 2017 at 12:55 pm #11443In reply to: Categories
Hi,
You can add custom css code to fix
.archive #wowslider-container12 {max-width: 1280px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 8, 2017 at 12:48 pm #11442In reply to: Disable Burger menu in header5
Hi,
You can hide by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (min-width: 1024px) {
.jas-push-menu-btn { display: none;}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 8, 2017 at 12:16 pm #11440In 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=janstudio -
AuthorSearch Results