1

(11 replies, posted in Juicebox-Pro Support)

Hi Felix,
I followed all the instructions stated in the embedding guide... but, I didn't get anything yet.
Unfortunately, I don't have a public domain. Did you read the 8th post?
Is there a mistake in the folder? What do you think?

2

(11 replies, posted in Juicebox-Pro Support)

Is there anyone?

3

(11 replies, posted in Juicebox-Pro Support)

I tried it again, but it still doesn't work...
May the problem regard the folder Juice created?
I have in the juiebox_gallery a config.xml, a index.html and three folders: images, thumbs and jbcore.

Is this what should appear?

4

(11 replies, posted in Juicebox-Pro Support)

Support team?

5

(11 replies, posted in Juicebox-Pro Support)

Is there someone who can help me?

6

(11 replies, posted in Juicebox-Pro Support)

I just tried the following paths:

/Applications/MAMP/htdocs/joomla/juicebox_gallery            etc...

http://localhost:8888/joomla/juicebox_gallery                    etc...


but nothing seems to happen with both... Are there somebody who can suggest other solutions?

7

(11 replies, posted in Juicebox-Pro Support)

Thanks Steven...
I appreciate your post, but I don't have a domain yet, so I'm trying my website on a local server...MAMP to be correct.
So, what should be my absolute url?
Do you know how Joomla works?

8

(11 replies, posted in Juicebox-Pro Support)

Hi,

I am using your software, pro version. It's fantastic, but I have a problem. I use the code below, but I can't see the gallery in my Joomla article. I put the juicebox_gallery into my local server, adding the appropriate code as requested in the embedding guide. Could you help me?


<!--START JUICEBOX EMBED-->
<script src="juicebox_gallery/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
baseUrl : "juicebox_gallery/",
galleryWidth: "90%",
galleryHeight: "90%",
backgroundColor: "rgba(51,51,51,0)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->