I've followed the instructions how to "install" aloha editor as described in aloha-editor.org.
Aloha editor is loaded (as you can see in the photo) but not correctly
You can see the foto here:
this is some javascript i used:
<head>
<script type="text/javascript" src="lib/js/jquery-1.7.1.min.js"></script>
<script
src="aloha/lib/aloha.js"
data-aloha-plugins="common/format,common/list" >
</script>
<script type="text/javascript">
Aloha.ready( function() {
Aloha.jQuery('#content').aloha();
});
</script>
</head>
I had a similar problem - just need to download the css file they refer to and run it locally. Running it using their code can be buggy. If you're already doing this then double check the path to the css file.
other includes and config
...and initiate on page
and finally - all elements with class='editable' are editable
I'm thinking there may be some z-index issues with the aloha editor...or perhaps they're working on some bugs...here's a good place to look for answers.
http://aloha-editor.org/builds/development/latest/doc/guides/output/
If it's not working out consider CKEditor or similar? Worth a shot and is what I use most often.