-
AuthorSearch Results
-
October 23, 2017 at 1:57 pm #12266
In reply to: Images does not display right
Hi
Please add this custom css in claude -> theme options -> general -> custom css
.product-image-flip .back { height: auto; }
Best regards,
October 23, 2017 at 12:14 am #12243In reply to: Issue with slider
Hi,
I checked your site,
This issue because you set wrap row full height.
On mobile the slider auto resize to fit the browser but can’t fit height.
You can add custom css code in Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.background-overlay.vc_custom_1506676310313 { min-height: inherit !important;}
.metaslider .flexslider .caption-wrap h2 { font-size: 20px!important;}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 22, 2017 at 7:45 pm #12227In reply to: Product page
Hi,
3. In next version we will fix tooltip for Tumblr. You can temporary hide this icon by add custom css
.jas-social a.tumblr { display: none;}
4. If you don’t change code in wp-content > theme > claue. Don’t worry you can use new file without losing your setting
6. You can edit menu in Apprearance > Menus (Footer Menu, Quick Links, Categories, Information)
7. You can edit newsletter in Appearance > Widgets > Footer #5
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 22, 2017 at 4:58 am #12206In reply to: metaslider and layout
This reply has been marked as private.October 21, 2017 at 3:14 am #12170FLAVEX
ParticipantHi Team
I´m working with the product page and I want to solve some difficulties:
1.How can I delete the button Size Guide (Guia de Tamaño) from the product page?
2. Can you tell where is the Youtube video settings? I want to change the video displayed from the button Ver Video.
3. Where can I find the social media buttons settings?
4. The background of the menu its not transparent so the menu items are transparent like the homepage. I need a darker background. Is it possible to change this background from Claue Color Scheme or directly from the Custom CSS code?
5. Is it possible to add in Claue a custom tab with a carousel with Youtube videos like this product page? https://www.igloocoolers.com/products/34157-trailmate-journey-70-qt-cooler-gray
The following is the url of my demo product page: http://www.frioportatil.com/sandbox/producto/trailmate_journey/
Thanks in advance. Have a nice weekend!
Regards.
October 21, 2017 at 1:14 am #12166In reply to: Header top sticky
Please download attached file, extract and put in claue-child > views > header
Add below code to Theme Option > General Layout > Custom CSS
.header__mid.header-sticky { width: 100%; z-index: 9999; background: #fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12); }
Best regards
Attachments:
You must be logged in to view attached files.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 20, 2017 at 2:50 pm #12143In reply to: Một số câu hỏi về chỉnh sửa giao diện web
Bị lỗi rồi bạn ơi, mình không thấy đoạn css trên, bạn xem lại nhé
October 20, 2017 at 1:32 pm #12140In reply to: Một số câu hỏi về chỉnh sửa giao diện web
Bạn thêm đoạn css sau nữa nhé
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 20, 2017 at 9:48 am #12130In reply to: Một số câu hỏi về chỉnh sửa giao diện web
Chào bạn,
Cảm ơn bạn đã sử dụng sản phẩm của chúng của bên mình.
1. Bạn có thể bỏ menu ở khung 1 bằng cách vào Widgets > WooCommerce Categories Menu Sidebar và xóa widget trong đó
2. Cái này không move được vào khu vực 3. Bạn có thể ẩn bằng cách thêm đoạn css sau vào Claue > Theme Option > General Layout > Custom CSS
.result-count-order {
display: none;
}3. Bạn có thể giảm nhỏ bằng cách thêm đoạn css
@media only screen and (min-width: 1025px) {
.woocommerce.archive .jas-col-md-9 {
-ms-flex-preferred-size: 80%;
-webkit-flex-basis: 80%;
flex-basis: 80%;
max-width: 80%;
}
.woocommerce.archive .jas-col-md-3 {
-ms-flex-preferred-size: 20%;
-webkit-flex-basis: 20%;
flex-basis: 20%;
max-width: 20%;
}
}Chúc bạn một ngày mới vui vẻ!!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 20, 2017 at 12:37 am #12113In reply to: Video background & Color Scheme
Hi Flavex,
1. You can change this text color by use custom css in Claue > Theme Option > General Layout > CustomCSS
.header-text span.cr { color: #ec0101;} change this color as you want
2, You can revert class and use below css to control overlay color and opacity
.background-overlay::after {
background: rgba(0,0,0,0.5);
}with 0,0,0 as R.G.B color and 0.5 as opacity 50% (from 0.0 to 1.0)
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results