ccrookston
Forum Replies Created
-
Well, I changed:
set_post_thumbnail_size( 680, 300, true );
to
set_post_thumbnail_size( 424, 300, true );
Then I removed the featured image from the post, deleted that image from the media gallery, renamed the image on my hard drive, re-uploaded the same image, and made it the featured image on the post. BAM! It’s working now.
I REALLY don’t think I changed this. So I confused as to what happened. Sometime between September 15th, 2015 and yesterday, it would seem that that number changed in the function.php file.
Any ideas?
Thanks!
In the functions.php file, I found this:
/* Post Thumbnails Support */
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 680, 300, true );But even if I manually change the width in the “inspect” html (only on my computer, in the browser) it doesn’t solve the problem, because the image cropped and the aspect ratio is wrong.
A quick check of the HTML on the rendered home page shows the problem. The newly uploaded featured images are showing up as width: 680, height: 300. While older images are width: 424, height, 300. Although I have no idea what is causing this.
Thanks for the prompt reply! I have not added any new plugins since this issue began to occur. But just to rule out any plugins, I turned them all off, then uploaded a new image, and made it a featured image. The problem persists.
I would LOVE any help you can provide! Do you need an admin login for my site? If so, can we communicate privately?
Thanks!
Forum: Everything else WordPress
In reply to: where is wp-shop.php content coming from?(I deleted wp-shop.php, but I’d still like to know where it came from)
Forum: Themes and Templates
In reply to: Changing Adventure theme backgound imageWell… In my admin, I just went to Appearance > Background, and uploaded a new image. That worked for me.