Forum Replies Created
-
AuthorPosts
-
Hi,
You go to WPBakery Page Builder -> Role Manager -> Checkbox to "yolo_footer".
Hi,
I installed the data demo, you can edit on it
Home 3: To add the link for the shortcode "Yolo Banner": you go to Edit -> Link -> add URL
Hi,
Please send me link your site. I will help you check.
Thanks.
This reply has been marked as private.This reply has been marked as private.Hi,
1,2. You can view this link: http://prntscr.com/jw4bbu
3,4. After you change the color, you need to click on "Save & Generate CSS" instead of "Save Changes".
5, You go to Theme Options -> Woocommerce -> Turn off them.
Hope it helps!.
This reply has been marked as private.7 years, 7 months ago in reply to: Add custom RGB color with opacity 0.5% on product when hoover the image. #16443Sorry for the delayed reply.
You can add these lines to style.css of Child Theme:
.shortcode-single-product-wrap .product-item-wrap.product-style_1:hover span.price, .shortcode-single-product-wrap .product-item-wrap.product-style_1:hover h3{
opacity: 1;
}
.shortcode-single-product-wrap .product-item-wrap .product-actions{
padding: 20px 0;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 h3{
margin-top: 20px;
}
.shortcode-single-product-wrap .product-item-wrap.product-style_1 span.price{
padding: 10px 20px 15px 20px;
}
Sorry for the delayed reply.
You can go to yolo-shortcode.js and find to the function "sc_video" -> replace "http" -> "https".
Thanks.
This reply has been marked as private.This reply has been marked as private.Hi,
To remove the effect for all product, you can add these lines to Custom CSS (Theme Options) or the style.css of Child Theme.
.woocommerce .product-thumb .product-thumb-primary img, .single-product .product-thumb .product-thumb-primary img, .woocommerce .product-thumb .product-thumb-one img, .single-product .product-thumb .product-thumb-one img{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
If you just want to change for Yolo Product Slider, you can use the following lines:
.shortcode-product-wrap.slider .woocommerce .product-thumb .product-thumb-primary img,.shortcode-product-wrap.slider .woocommerce .product-thumb .product-thumb-one img{
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
This reply has been marked as private.7 years, 7 months ago in reply to: Add custom RGB color with opacity 0.5% on product when hoover the image. #16422Hi,
I see them display the same on Home Page and Shop Page.
Please remove the cache and check again.
Thanks
-
AuthorPosts
