Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Catalog images

Viewing 1 reply thread
  • Author
    Posts
    • #42948
      brittcolville
      Support Expired

      Hi,

      Is there some code I can add to force the product page / catalog images to load the correct size, perhaps something in the functions.php file? For some reason the image sizes on the catalog / product page isn’t being honoured. Despite setting 270px in the WooCommerce thumbnail width and the images regenerated, it seems to be loading the large image size 731x1024px.

      Does the Claue theme define image sizes like it is taking about here perhaps? https://woocommerce.com/document/image-sizes-theme-developers/#section-1 . Or are there any particular minimum sizes that the WooCommerce thumbnail needs to be for the Claue theme, so it doesn’t default to another larger size?

      Thanks

      Attachments:
      You must be logged in to view attached files.
    • #42954
      Harry
      Support Expired

      Hi,

      Please go to Appearance > Customize > WooCommerce > Product Image. I think there is a problem in your setting, i change the setting on my local it still work well.

      If not you can add below code to claue-child > functions.php

      add_theme_support( 'woocommerce', array(
      'thumbnail_image_width' => 270,
      'gallery_thumbnail_image_width' => 100,
      'single_image_width' => 555,
      ) );

      btw, your support expired. please renew your support at https://themeforest.net/downloads

      Thank and regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.