Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author weDevs

    (@wedevs)

    Hello,

    Please allow us some time to check it.

    Thanks.

    Thread Starter deepbevel

    (@deepbevel)

    Absolutely, and great improvements so far!

    Thread Starter deepbevel

    (@deepbevel)

    In the mean time I managed to hide those non-updating fields for only the post-thumbnail with css, but so they still appear for any attached images, as the fields update for those. The plugin settings for editing title, caption, description, don’t distinguish between featured image and image attachments.

    .featured_image .wpuf-file-input-wrap
    {
    display:none !important;
    }

    also, if anyone want’s to selectively hide the title, caption, or description input fields,

    .wpuf-file-input-wrap
    textarea[name$='[title]'],
    .wpuf-file-input-wrap
    textarea[name$='[desc]'],
    .wpuf-file-input-wrap
    textarea[name$='[caption]']
    
    {
    display:none !important;
    }
    Thread Starter deepbevel

    (@deepbevel)

    I’m still not sure if it’s only me, although I’ve tried to get the featured image fields to save on different sites with different themes, can anyone duplicate?

    Plugin Author weDevs

    (@wedevs)

    Hello,

    We have already fixed the caption and description filed issue of featured image field. We will release an update with the fix very soon. Please keep patience.

    Thanks.

    Thread Starter deepbevel

    (@deepbevel)

    ahhhh, yes, thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Featured image title, caption and description does not save’ is closed to new replies.