Forums

Magic Fields 2
Thumbnail feature is not working? (6 posts)

  1. vijayr2002
    Member
    Posted 5 months ago #

    I believe, the thumbnail is not being displayed when using image fields in admin panel. Please do help me to rectify this bug.

    Thanks.

    http://wordpress.org/extend/plugins/magic-fields-2/

  2. Gnuget
    Member
    Posted 5 months ago #

    Hi.

    Can you tell me which version of wordpress are you using?

  3. vijayr2002
    Member
    Posted 5 months ago #

    Hi,

    I am using wordpress 3.3.

  4. dashaluna
    Member
    Posted 4 months ago #

  5. tonandon
    Member
    Posted 1 month ago #

    No it's not similar to that. It's a different issue. When we set on the new custom post type what kind of wordpress attributes it would support, and we set it to support Thumbnails, the "featured image" box is not appearing on the post admin panel, as I believe it should. I'll work around that creating a new image custom field and register my thumb there, but it would be nice to have it fixed. Cheers.

  6. tonandon
    Member
    Posted 1 month ago #

    Solved: The answer couldn't `be more obvious. My theme didn't had thumbnail support yet.

    Just created a functions.php on the theme root folder and added the good old

    if ( function_exists( 'add_theme_support' ) ) {
    	add_theme_support( 'post-thumbnails' );
    }

    And there it was.

    Gnuget, would it be hard to maybe add the thumbnail support for the theme if it's not there already, when we select thumbnail feature on the magic fields custom post type options?

    PS: Love you, man. You make my work WAY easier.

Reply

You must log in to post.

About this Plugin

About this Topic