• Using the roots theme on WordPress 3.8.1 and the add_image_size has stopped working.

    When I was running WordPress 3.5.2 it was working, but since I upgraded to 3.8.1 the newly created image sizes are not working.

    From: lib/init.php

    // Add post thumbnails (http://codex.wordpress.org/Post_Thumbnails)
      add_theme_support('post-thumbnails');
      // added in 3.5.2 and works
      add_image_size('isotope-portfolio', 760, 290, true);
      // added in 3.5.2 and works
      add_image_size('isotope-people-headshot', 180, 290, true);
      // added in 3.8.1 and doesn't work
      add_image_size('portfolio-530', 0, 530, true);

    Is there a cache I’m not aware of that needs clearing?

    Thanks for anyone that can assist!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m sorry but as you appear to be using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from wordpress.org here.

    Thread Starter chrsc

    (@chrsc)

    Appreciate the message, I’m not sure which forum to post this in as its a function from the codex, and not really theme related, any ideas?

    I’m sorry but this is theme-specific. The wordpress.org support forums are meant for the core application, themes and plugins that are distributed on wordpress.org. We do not support themes downloaded from elsewhere.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Roots] add_image_size function not working’ is closed to new replies.