Maybe once you have “Authors”, you have to make yourself an Author, too. Means you have to add yourself as a user and set this ID as an Author. Worked for me this way.
Fixed it with
<?php wp_footer(); ?>
Some themes doesn’t seem to have this line. So just put it in the footer.php at the bottom (just above </body>).
You find this page by going to “Presentation” -> “Theme Editor” -> “Footer”