I copied the child theme folder into my live site, copied pasted the CSS I had and now everything works out fine 🙂
Thanks for that! 🙂
Hi,
1. Please try go to Settings > Media > Thumbnail and check in “Crop thumbnail to exact dimensions”
2. Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1024px) {
.product-btn {
top: auto !important;
}}
@media only screen and (max-width: 736px) {
.product-btn {
bottom: -40px;
}}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Harry,
this worked very well for placing the category text below the shopping results.
I have on my shop side a left sidebar and the shop has 3 columns. I want that the text is not full width and one the same width as the products.Is this possible with some quick CSS?
The same thing you did here in general http://support.janstudio.net/forums/topic/category-text/
Thank you & have a good day 🙂
Hi,
Thank you for choosing our theme and your kind words!
This issue because the border color of checkbox same as background color.
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.style-checkbox label {
border: 1px solid #696969;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.page-head {background-image: none !important;}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Harry,
Hope you are doing very well. 🙂
As you know I have customized my header layout 4
The developer has done this with a js file.
Now he is trying to remove the js file and do that with only css and customizing the header layout 4 as you recommended me before.
But it’s taking long time. 🙁
I just want to ask you is there any tips or recommendations from you to help him?
He has customized my menu via putting claue-child/assets/js/theme.js and claue-child/views/header/layout-4.php
I will appreciate your tips or recommendation to the developer.
Kind regards.
Rahim Vaziri
CEO & Founder at Look.ir
Hi @ashvendra,
Could you tell me which hosting package you’re using? Please install plugin Autoptimize to compress JS/CSS
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
1. I just download file archive-product.php_.zip on the first reply, extract and put in claue-child > woocommerce
2. The issue with breadcrumb disappear because you don’t copy custom CSS code from live site to staging. I copied custom code to staging site it now show breadcrumb.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Please go to Theme Option > WooCommerce > Product Listing Settings > Enable Attribute on list uncheck color and size.
and add below code to Claue > Theme Option > General Layout > Custom CSS
.product-image .product-attr {
bottom: -30px;
left: auto;
right: 0;
opacity: 1;
visibility: visible;
color: #222;
}
It only can show on right same line with product title not under price.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.shop-top-sidebar {
position: relative;
z-index: 99;
}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio