• Sergey

    (@kuuuzya)


    Hello. With the update to WordPress 5.9, I discovered one significant inconvenience. I read all the descriptions, searched the forum, but did not find such a problem.

    The point is that my theme (like many others) is designed to be used with Featured Image. Previously, it was in the right column in admin panel, where you could select a picture and the theme displayed it as the cover of the post.

    Now I need to add a block in the text itself with the Featured Image. But the problem is that the theme takes a picture from this block and puts it on the cover. Plus, because I inserted the image into the text, it appears in the text as well. I end up with a duplicate image on the page.

    I used to do this:
    1. Add an image to the Featured Image field
    2. Profit.

    Now my actions look like this:
    1. Add a Featured Image block
    2. Add a picture there
    3. Remove the block itself
    4. Profit.

    I think this is very strange. Is there an easier way? Can I return the Featured Image block to the post settings on the right?

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 18 total)
  • Jamie

    (@codente)

    It should still be there in 5.9. That hasn’t changed.

    Example of what I see:
    https://cln.sh/HME5RZ

    Have you checked to see that the panel wasn’t somehow turned off?

    You can do that by going to the 3 dots next to the gear, then Preferences, then Panels, and make sure the Featured Image panel is still enabled.

    Gif of steps:

    https://cln.sh/V84ZV2

    Thread Starter Sergey

    (@kuuuzya)

    Hi Jamie..
    Just see on this screenshot https://ibb.co/S0nM9Sh

    I don’t have such point anymore…

    Jamie

    (@codente)

    The only thing I’ve found so far is this bug but it was reported as fixed:
    https://core.trac.wordpress.org/ticket/54597

    What theme(s) are you all using?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I have archived the many replies as they are not helping.

    If you need support then per the forum guidelines please start your own topic.

    https://wordpress.org/support/forum-user-guide/faq/#i-have-the-same-problem-can-i-just-reply-to-someone-elses-post-with-me-too

    You can do so here.
    https://wordpress.org/support/forum/how-to-and-troubleshooting/

    Jamie

    (@codente)

    Found an older ticket @kuuuzya where users reported this issue if:

    1) Their theme folder name was 4 numbers like 1234; or

    2) Their theme was missing an index.php file (which didn’t break it with the classic editor and with WP 5.9, that seems to break the whole theme when I try but worth a look).

    3) Their child theme didn’t have the 100% correct template name of the parent.

    4) style.css was missing in the theme folder

    See: https://core.trac.wordpress.org/ticket/52855

    Your site appears to use the folder name of itzine-2021 so it has the 4 numbers. I wasn’t able to replicate it with your folder name but it’s worth a shot for you to rename the folder without the numbers and see if it makes any difference (*Note* You may have to re-activate your theme after doing this in the WP Admin Themes area)

    Another thing to look at is if adding the post thumbnail supports line in your child theme helps

    https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/

    • This reply was modified 4 years ago by Jamie.
    • This reply was modified 4 years ago by Jamie.
    • This reply was modified 4 years ago by Jamie.
    • This reply was modified 4 years ago by Jamie.
    • This reply was modified 4 years ago by Jamie.
    • This reply was modified 4 years ago by Jamie.
    Thread Starter Sergey

    (@kuuuzya)

    Huh. It seems that adding line to the functions.php in child theme is helpful.
    But.. it’s not fixing problem with disappeared Category names in Add post πŸ™

    Btw, maybe there is another line for this functionality…

    Thread Starter Sergey

    (@kuuuzya)

    Nope, sorry, it’s not working. I made all of the points.

    One reload – everything is ok, second reload – Categories disappeared, third reload – Feature image is disappeared. Next reload or Add post – random issues with these two fields… I think that problem is in 5.9. Even if it links with child theme or smth else, I hope that the team will fix it πŸ™

    Jamie

    (@codente)

    @kuuuzya did you try switching to a different theme to see if the issue persists for you?

    My hunch is that it’s an issue with your theme, somehow.

    Some of the replies were archives so I’m not sure if it was you or not but I’d recommend you test for a conflict.

    Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you can install plugins, install and activate “Health Check”: https://wordpress.org/plugins/health-check/
    It will add some additional features under the menu item under Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/

    • This reply was modified 4 years ago by Jamie.
    Jamie

    (@codente)

    @kuuuzya your stylesheet for your child theme is 404ing actually.

    https://itzine.ru/wp-content/themes/itzine2021/style.css?ver=5.9

    So let’s start there and get that to load.

    @rosecottage

    If you need support then per the forum guidelines please start your own topic.

    https://wordpress.org/support/forum-user-guide/faq/#i-have-the-same-problem-can-i-just-reply-to-someone-elses-post-with-me-too

    You can do so here.
    https://wordpress.org/support/forum/how-to-and-troubleshooting/

    Thread Starter Sergey

    (@kuuuzya)

    @sotirispd read the topic, please. I wrote about the blocks. It’s just duplicated image in the post.

    Thread Starter Sergey

    (@kuuuzya)

    Cause I still didn’t find any solving of the problem, opened the ticket: https://core.trac.wordpress.org/ticket/55019

    admin_cg

    (@cgkiawaaz)

    @kuuuzya

    I have a temporary solution about it. I have same problem like you. The Featured Image option is missing after updating WordPress 5.9. I just replaced some files in my root folder and my problem was temporarily solved.

    You also can try if you want (please take backup first)

    Step 1. Download Latest version WordPress zip.
    Step 2. Extract zip file and go to wordpress-5.9\wordpress\wp-includes\blocks\ this location.
    Step 3. Search post-featured-image folder.
    Step 4. Open post-featured-image select all files and upload it to your website root folder (public_html/wp-includes/blocks/post-featured-image).
    Step 5. Open wp-includes\block-supports this location and copy (layout.php and spacing.php) files and upload it to your website root folder (public_html/wp-includes/block-supports).
    Step 6. Now go to your admin panel, refresh and open new post and wait 20 seconds, you will see featured image option.

    Try it.

    Thread Starter Sergey

    (@kuuuzya)

    @macmeister Nope. Even more, I tried to turn off all plugins. It didn’t help.

    dtolken

    (@dtolken)

    @kuuuzya what theme are you using? Just trying to identify if it’s only WP related or theme related.

    Thread Starter Sergey

    (@kuuuzya)

Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘Missing the Upload Featured image option after update the WP 5.9’ is closed to new replies.