• My original problem was how this theme uses same size images for full size “Featured Image” on “single post” as the thumbnails on featured content “Grid”. This results in getting an F for “serve scaled images” on nearly every page speed test on the Internet.

    The fix was very simple: changing line 17 in content-featured-post.php from:
    the_post_thumbnail();
    to:
    the_post_thumbnail(‘medium’);

    Ok, so I created a child theme, then copied content-featured-post.php to this new theme directory, enqueued CSS as recommended, and then activated it. My version of the content-featured-post.php was completely ignored, and the theme parent theme version was used instead. Am I missing a step here?

Viewing 1 replies (of 1 total)
  • Thread Starter nullmem

    (@nullmem)

    Well, I found the problem right after I posted this, so I figured I would follow up in case anyone else has this problem. What I ended up doing that worked (strangely enough) was I went to Appearance -> Customize -> Featured Content, and changed to Slider, then back to Grid, and saved. Problem solved.

Viewing 1 replies (of 1 total)
  • The topic ‘content-featured-post.php’ is closed to new replies.