Support

Account

Home Forums General Issues Images not uploading

Helping

Images not uploading

  • Hi, see the screenshot below — my images are not getting uploaded.

    I submitted a listing with five images attached
    They are all about 350 x 500
    When I publish it there’s no images attached or in the media library
    Also, how do I make the first one a featured image? Is it possible or do I have to do it manually?

    See screenshot here

  • Hi @jimbolgs,

    Thanks for the post.

    This might be a server or permission issue and I would recommend you review the user permissions that you have defined for the current user to check if uploading files is allowed.

    To add the first image as the featured image will require some additional code. You can hook into the acf/update_value action and add the following call:

    add_post_meta($post_id, '_thumbnail_id', $attachment_id);

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Images not uploading’ is closed to new replies.