Topic: themeUrl and baseUrl - conflict?
Hello,
our website contains some 20 galleries, currently Flash using MonoSlideShow, which I am in the process of converting to Juicebox. All works fine, but I cannot get themeUrl to work.
My directory structure:
js---jbcore
| |
| +classic
| |
| +hc <= that's the folder I want to refer to, currently an unmodified copy of "classic"
|
galerie---anlage.html <= page containing embed code
|
+anlage <= folder containing config.xml, images folder, and thumbnails folder.
My code:
<script src="../js/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'anlage/',
containerid : 'main',
galleryWidth: '491',
galleryHeight: '491',
backgroundColor: '#222222'
});
</script>
<div id="main">
</div>
I tried:
themeUrl : 'hc/theme.css'
themeUrl : '../js/jbcore/hc/theme.css'
themeUrl : '../../js/jbcore/hc/theme.css'
Any ideas? Including any of the above themeUrl parameters stops the gallery from working.
Greetings from Germany,
Christoph