Okay
  Public Ticket #1046544
Images size on categories
Closed

Comments

  •  2
    Celia started the conversation

    Hi there !

    I would like to know what is the best size for the images "category products", that are displayed on home page (just after the home slider).

    Because I tried to replace by images with many sizes, only actual size works good but is in bad quality... the other sizes of images make big images (height x3 at least)

    Thank you for your help,

    Celia

  •  1,558
    Laborator replied

    Hi Celia,

    If the images are larger than usual and landscape that's the most recommended, what you need to do if you want to show them in high quality is to follow the instructions in the image below:



    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Celia replied

    Hi Art,

    Thank you for your answer. I tried "full", I tried many sizes too, my image still bigger than its orignial size, even after regenerate thumbnails (screenshot joined) :(

    Celia


  •  1,558
    Laborator replied

    Hi Celia,

    Can you please update your login credentials, they are not working anymore as I wanted to check your site and see if I can manage to fix it.


    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Celia replied privately
  • [deleted] replied

    Hi Celia,

    I have checked your site and found the issue. After adding this code to functions.php (child theme), category thumbnails are shown at their full size:

    // Full size category thumbnail
    function full_size_category_thumbnails( $size ) {
    	return 'original';
    }
    add_filter( 'subcategory_archive_thumbnail_size', 'full_size_category_thumbnails' );
  •  2
    Celia replied

    Hi Arlind,

    Thank you so much ! It works perfectly now :D

    Best regards,

    Celia

  • [deleted] replied

    Hi Celia,

    Glad to hear that :)

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great day!