Hi, I think that I find a bug in the code?
In file cryout-serious-slider.php
function metabox_save( $post_id )
Here:
if( !current_user_can( 'edit_post' ) ) return;
'edit_post'
should be corrected to 'edit_posts'
That solution work for me.
Regards.
-
This reply was modified 2 years ago by profanek.