• Resolved DBZEROONE

    (@dbzeroone)


    First, thanks for this plugin! I have to add featured images to 200 old posts and this plugin could save me a ton of time, but unfortunately it’s not working correctly.

    If I have a featured image assigned on the post, the thumbnail shows in the column on the right. If the post was a draft, it shows a link that says “Set featured image”. No other posts show an image or a link. If I change a post to a draft, it still doesn’t show the “Set featured image” link.

    The Chrome dev tools console shows no errors, just “JQMIGRATE: Migrate is installed, version 1.4.1”

    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sean Hayes

    (@seanchayes)

    Hi,

    I’m not really sure whats going on so I have a few questions for you to help with the diagnosis. Do you experience your issue with a default theme like twentyfifteen or twentysixteen and all other plugins disabled except Featured Image Admin Thumb?

    Do you have the “Thumb” column in the All Posts view?
    Do you see either a thumbnail image or “Set Featured Image” in the Thumb column for all posts in the All Posts view? If not can you create a new post, save as draft, review the All Posts screen and see if the behavior changes.

    And the same questions for the “All Pages” view.

    If you are still experiencing the issue can share some screenshots with Cloudup or some other image sharing service to help describe the issue for me. I have been unable to replicate it with WP 4.6.1 or the latest build of WP 4.7 and the twentyseventeen theme.

    Nonetheless, thank you for using my plugin.

    Plugin Author Sean Hayes

    (@seanchayes)

    Hi,

    I’ve tried again, based on your report, to duplicate this issue with no success.

    If you do have some time to validate if this is still an issue and can help with some steps to reproduce it please open another issue and I will gladly look into it further.

    Thank you for using my plugin.

    Thanks for the awesome plugin. ??

    I have the same issue. Should featured-image-admin-thumb-fiat/admin/class-featured-image-admin-thumb-admin.php around line 267 be:

    `
    $this->fiat_nonce = wp_create_nonce( ‘set_post_thumbnail-‘ . $post_id );
    $set_featured_image = sprintf( __( ‘Set %s featured image’, ‘featured-image-admin-thumb-fiat’ ), ‘<br/>’ );
    $set_edit_markup = $this->fiat_on_woocommerce_products_list() ? ” : $set_featured_image;
    $template_html = ‘<a title=”‘ . __( ‘Change featured image’, ‘featured-image-admin-thumb-fiat’ ) . ‘” href=”%1$s” id=”set-post-thumbnail” class=”fiat_thickbox” data-thumbnail-id=”%3$d”>%2$s</a>’;
    $html = sprintf( $template_html,
    home_url() . ‘/wp-admin/media-upload.php?post_id=’ . $post_id .’&type=image&TB_iframe=1&_wpnonce=’ . $this->fiat_nonce,
    $thumb_url.'<br />’.$set_edit_markup,
    $thumbnail_id
    );
    // Click me to change!
    echo $html;
    `

    BR,
    Spyros

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link not showing on all posts’ is closed to new replies.