Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author James Koster

    (@jameskoster)

    You should see the featured image meta box. Click the screen options tab in the top right and ensure ‘featured image’ is checked.

    Thread Starter rachelmazza

    (@rachelmazza)

    Hello,

    There doesn’t seem to be an option to display featured image in the screen options box.
    The only unchecked box is “slug”.

    Plugin Author James Koster

    (@jameskoster)

    I’m afraid I’m not sure what to suggest here. I can see the meta box fine. Maybe try deactivating plugins / switching themes to check for conflicts?

    Yes same for me, no possibility to upload a member photo, the function is missing. You see it here:

    https://i.gyazo.com/6f8c3596de06596b77bd60b153200146.png

    Plugin Author James Koster

    (@jameskoster)

    Very strange. Can you also try disabling plugins / switching themes to check for a conflict?

    As you can see here post thumbnails should definitely be enabled.

    Jessica

    (@thejessicapage)

    Hi, it may be that your theme does not have the featured image active?

    You want to enable support for Featured Image. For more detailed info take a look at the codex: https://codex.www.ads-software.com/Post_Thumbnails

    1. Place this in your functions.php

    add_theme_support( 'post-thumbnails' );

    Be sure to place it in the <?php ?> tag or add it to the above:

    <?php add_theme_support( 'post-thumbnails' ); ?>

    The featured Image option should now be available from the edit page or post.

    One thing to note, if you are not developing your own theme but using an existing theme you may want to create a child theme so your changes will not be overwritten when you update the theme.

    You can find that in the codex as well: https://codex.www.ads-software.com/Child_Themes

    Hope that helps a little.

    Best.

    Plugin Author James Koster

    (@jameskoster)

    Thanks for responding Jessica, there is a fallback in the plugin to ensure support for post thumbnails so I think it’s unlikely to be that. Would love to get to the bottom of this one though… most peculiar.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No option to upload image’ is closed to new replies.