woocommerce

Home Forums Iconic One Pro Support woocommerce

This topic contains 5 replies, has 2 voices, and was last updated by  Themonic-Support 4 years ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6002

    niagamaya
    Participant

    is this theme compatible with woocommerce? bcoz the image does not show properly, small image showing big not as actual size.

    #6003

    Yes.

    Check out live WooCommerce Store demo https://demo.themonic.com/t2/store/

    You can download latest version from member area if you are running old version.

    For image size, upload bigger images and you might also have to run the following plugin to resize existing images

    Regenerate Thumbnails

    #6004

    niagamaya
    Participant

    if i want to add this code bellow, where can i add in the theme?

    add_theme_support( ‘woocommerce’, array(
    ‘thumbnail_image_width’ => 150,
    ‘single_image_width’ => 322,
    ) );

    #6006

    You can edit line 37 of functions.php with your code:

    
    add_theme_support( 'woocommerce' );
    #6008

    niagamaya
    Participant

    the code still not working, i delete it, so next update u should workout for woocommerce image setting.. this my woocommerce page https://telcotonewow.com/product/simkad

    #6009

    1) Try this easy code in Additional CSS section:

    
    .woocommerce div.product div.images img {
        width: 50%;
    }

    2) If 1) doesn’t work refer: https://docs.woocommerce.com/document/image-sizes-theme-developers/

    Try: Go to Appearance > Customize > WooCommerce > Product Images set image sizes.

    After that you have regenerate thumbnails, without it new thumbnails won’t be updated.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘woocommerce’ is closed to new replies.