Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.7 years, 10 months ago in reply to: yolo-motor/woocommerce/single-product/product-image.php version 3.1.0 is out #15337
Hi,
I updated the outdated problem. Currently, you can update the Woocommerce last new version.
Thanks.
Yes, you can use the LayerSlider plugin for our theme.
Hi,
You seem to be confused between the "Add to cart" function of the Woocommercer and the "Add to quote" function (the Request Quote plugin). Here are two completely different functions. And "Mini cart" only used for "Add to cart" button.
With the "Request Quote" plugin, this is a plugin help a buyer prefers to get in touch with the supplier to negotiate a price solution.
Thanks.
7 years, 10 months ago in reply to: Variable product images, Tabs Woocommerce not displaying correctly #15331Sorry for the delayed reply.
It seems the jquery "Owlcarousel" not load.
I have added this library, you can reload your site and check again.
Thanks.
This reply has been marked as private.Hi,
You go to Customize -> Blog -> Post List -> Blog Layout -> Full Width.
Hope it helps!.
Best regards,
tinhbeng
Hi,
There are 2 ways you can choose:
1 - You can design a new logo of bigger size (current size: 250x75), you can try with the size 300x124.
2 - You can add this CSS to the "style.css" file of Child Theme. (Note: Image quality will be reduced)
.header-2 .yolo-header-nav-above .container .header-logo a img{
width: 300px;
}
Thanks.
Hi,
Currently, the Instagram changed data retrieval method. We are updating this problem on all our theme and will upload in the next 1 to 2 days.
To disable the warning, you can go to the "instagram.php" file (wp-content/plugins/behealth-framework/includes/shortcodes/instagram/) and change the condition for "if" statement as attached link.
!is_wp_error( $data ) && is_array($data)
Thanks.
This reply has been marked as private.7 years, 10 months ago in reply to: Your theme (Yolo KidZone) contains outdated copies of some WooCommerce template #15288This reply has been marked as private.7 years, 10 months ago in reply to: Your theme (Yolo KidZone) contains outdated copies of some WooCommerce template #15284Hi,
Sorry for the late response.
Please update the Kidzone last new version. We have updated this problem.
Thanks.
You solved?
Hi,
Since Woocommerce version 3.3.2, they removed the custom"Product Thumbnail" size.
You can add these lines to the functions.php file and custom the size that you want.
add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
return array(
'width' => 150,
'height' => 150,
'crop' => 0,
);
} );
Hope it helps!.
Thanks.
-
AuthorPosts
