Hi
Thanks for your reply, but i am not sure this solve my issue.
You see, in the main page the configURL is generated., i.e
<script>
new juicebox({
containerId: 'juicebox-container', galleryWidth: 1050, galleryHeight:500,
<?php echo "configUrl : 'gallerydata.php?g=$gallaryCat&nocache=". mt_rand() ."'" ?>
});
</script>
this is from index.php.
The problem is that when viewing the site on a mobile device like a phone, it uses the full.html which looks for the default name config.xml. This does not exists, as its generated code as you can see from above.
So how can juicebox be configure to use a different webpage, for example full.php ?