New Landing How can we help? Themeforest Theme Support Neighborhood Products (mini) builder issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • #13189
    n8-b
    Member
    Post count: 99

    Hi there,

    When using the Products (mini) elements in the builder I’ve noticed that the images loaded on the front end are hard cropped at 70x70px. I want to change this so that the images are a set width with auto height but I can’t find the code in your files. Is this a theme or WooCommerce issue?

    Also, when I select ‘Sales products’ in the mini builder element it will not show sales items that are variable products. The WooCommerce widget shows all sale products fine in the sidebar so I’m guessing this is theme related.

    Any help would be greatly appreciated.

    -Nathan

    #13409
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hi Nathan!

    You can find all the image sizes that are being added by us/the theme in the functions.php file

    add_theme_support( 'automatic-feed-links' );
    	add_theme_support( 'post-thumbnails' );
    	add_theme_support( 'woocommerce' );
    	set_post_thumbnail_size( 220, 150, true);
    	add_image_size( 'widget-image', 94, 70, true);
    	add_image_size( 'thumb-image', 600, 450, true);
    	add_image_size( 'thumb-image-twocol', 900, 675, true);
    	add_image_size( 'thumb-image-onecol', 1280, 960, true);
    	add_image_size( 'blog-image', 1280, 9999);
    	add_image_size( 'full-width-image', 1280, true);
    	add_image_size( 'full-width-image-gallery', 1280, 720, true);
    	
    

    All other files are most probably generated by wooCommerce.

    Cheers

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register