You are not logged in.
Hello all:
I'm so sorry if this issue has either been posted before, and am equally sorry if this issue is happening simply because of a simple mistake on my part!
Please see: http://stannswarehouse.org/dev/xinha_test.php
The buttons up in the toolbar don't have a transparent background and thus any skin I apply to the UI has the brown-ish background color behind all the toolbar buttons. When I visit http://xinha.raimundmeyer.de/x_examples … ample.html the skin loads just fine in my browser, so I am pretty sure the issue is something with my installation or setup of xinha.
If there's someone out there that has a sense of what's up I'd appreciate their help very much.
thanks!
Offline
After much time trying to work this situation out it turns out that I was loading the skin in the incorrect way. Based on a post I'd seen around I was trying to load it via a stylesheet statement. What was happening was a style conflict between what xinha was natively trying to do vs. what the stylesheet was trying to do.
The solution was to add a _editor_skin statement to the config statements on the html page.
Example:
<script type="text/javascript">
_editor_url = "/dev/xinha/" // (preferably absolute) URL (including trailing slash) where Xinha is installed
_editor_lang = "en"; // And the language we need to use in the editor.
_editor_skin = "blue-metallic";
</script>
I hope this helps someone else out there!
Offline