1 (edited by mypod 2015-08-11 16:54:43)

Topic: Trouble with gallery for Muse - now it Works

After I read the instructions, they are both different, I have entered in Muse follwing HTML code.

<!--START JUICEBOX EMBED-->
<script src="http://kombo.de/muse-gallery/gallery2015/jbcore/juicebox.js"></script>
<script>
  new juicebox({
    containerId : 'juicebox-container',
        baseUrl : #http://www.kombo.de/muse-gallery/gallery2015/',
    galleryWidth : '100%',
    galleryHeight : '600',
    backgroundColor: '#222222'
  });
  </script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

But nothing appears on the site!
The gallery folder is "gallery2015" named.
wwww.kombo.de/muse-gallery

The code made after the instructions of MuseThemes - he ist differnt to yours!!!!!

Now it works. Have taken the HTML-Code your wrote.

Re: Trouble with gallery for Muse - now it Works

I notice that the embedding code listed on the muse-themes site is sprinkled with <br /> tags. They should not be there.
It looks like the muse-themes blog software has probably inserted these tags when the embedding code was inserted into the page. Just remove all the <br /> tags and the embedding code should work fine.

Incidentally, the # character at the start of your baseUrl should be a ' character instead.
This is probably just a typo but I thought I should mention it.