voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

it stopped work with wp 4.5 #96

Closed eltonbaroncello closed 8 years ago

eltonbaroncello commented 8 years ago

Plugin it was working before update to wordpress 4.5.

chrisscott commented 8 years ago

I'm not having any problems using it in 4.5. Can you provide details on what isn't working?

eltonbaroncello commented 8 years ago

I've this on function.php

if(class_exists('MultiPostThumbnails')) {
    new MultiPostThumbnails(
        array(
            'label' => 'Slide Imagem',
            'id' => 'slide-thumbnail',
            'post_type' => 'eventos'
        )
    );
}

and it doesn't even display anymore the widget on dashboard add/edit post

matgargano commented 8 years ago

Is the plugin enabled?

On Mon, Apr 18, 2016 at 2:40 PM, Elton Baroncello notifications@github.com wrote:

I've this on function.php

if(class_exists('MultiPostThumbnails')) { new MultiPostThumbnails( array( 'label' => 'Slide Imagem', 'id' => 'slide-thumbnail', 'post_type' => 'eventos' ) ); }

and it doesn't even display anymore the widget on dashboard add/edit post

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/voceconnect/multi-post-thumbnails/issues/96#issuecomment-211520102

eltonbaroncello commented 8 years ago

yes! apparently the bug it's only on wordpress multisite installation. it's working in the regular wp installation

chrisscott commented 8 years ago

Make sure you have the plugin network enabled if using it on a site that isn't the main site.

twwli commented 8 years ago

Same problem here with Wordpress 4.5. When the plugin is activated, I've an Internal Server Error (Error 500). Everything was fine until now...

chrisscott commented 8 years ago

@twwli can you check your server/php error logs to see if there's any details on the error in there?

chrisscott commented 8 years ago

Closing this since it has been a while but please re-open if this is still a problem and you have more details on errors or how to reproduce.