This topic has 4 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #139814
     MichaelP
    Participant

    Kleo adds its own thumbnails (678px) (in addition to WordPress thumbnails) and a custom image size (1138px). This unnecessarily bloats our upload directory (we work with many screenshots) because Kleo adds additional files for each screenshot. Where are these image sizes actually used?

    I disabled these sizes now by adding the below code to functions.php in the child theme which appears to solve the problem. (We use 600px thumbnails). What I would like to know is if this can cause problems.

     

    function kleo_child_setup() {
    set_post_thumbnail_size( 600, 9999 );
    remove_image_size(‘kleo-full-width’);
    }
    add_action( ‘after_setup_theme’, ‘kleo_child_setup’, 11 );

    #139866
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #139974
     Radu
    Moderator

    Hi,

    Nope this will not cause any problems to your theme, it just removes that size

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #140052
     MichaelP
    Participant

    Thanks for the quick reply!

    #140114
     Radu
    Moderator

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?