• Really like this theme, the only problem I’ve fount is the featured images don’t auto resize on there relevant post. Had to remove the line that adds them. Hopefully will be added in the future.

    Keep up the good work Benjamin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello and Thanks for rating!

    In the functions.php, i have set the following as a fixed cropped

    // Enable Featured Image
    add_theme_support(‘post-thumbnails’);
    add_image_size(‘azulsilver-small-thumbnail’, 150, 150, true);
    add_image_size(‘azulsilver-medium-thumbnail’, 650, 150, true);
    add_image_size(‘azulsilver-large-thumbnail’, 900, 200, true);

    I believe that the last one 900 x 200 is useless so I may need to remove that.

    the 900 x 200 is for the banner on the header!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘really like the theme, just one issue’ is closed to new replies.