Closed eltonbaroncello closed 8 years ago
I'm not having any problems using it in 4.5. Can you provide details on what isn't working?
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
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
yes! apparently the bug it's only on wordpress multisite installation. it's working in the regular wp installation
Make sure you have the plugin network enabled if using it on a site that isn't the main site.
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...
@twwli can you check your server/php error logs to see if there's any details on the error in there?
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.
Plugin it was working before update to wordpress 4.5.