Topic: Juicebox and Drupal

Hi,

I need to open by saying that I feel that I have a theme issue and not a juicebox issue with Drupal, but I am really hoping that I can get some help as I don't know much about building pages and the theme developer no longer supports this theme :(

I have followed your instructions at https://www.juicebox.net/support/embedding/ on embedding with Adobe AIR and Drupal.

After modifying the XML to remove references to my computers path's and uploaded to an area on my site, then dropping the script code into a Content Type called "Team" within my installation, nothing happened.

I then worked out that it was a permissions issue and everything is displaying correctly... Or so I thought.

If I directly go to the page "node" it displays correctly

However, if I go via the links created by the theme, I can see the rest of the page fine, just not juicebox.

This is the code on the "Team" page

<!--START JUICEBOX EMBED-->
<script src="http://www.sexkittenindustries.com/juiceboxgals/allegrajb/jbcore/juicebox.js"></script>
<script>
new juicebox({
baseUrl : 'http://www.sexkittenindustries.com/juiceboxgals/allegrajb/',
containerId: "juicebox-container",
galleryWidth: "100%",
galleryHeight: "80%",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

This is the link directly to the "node" http://www.sexkittenindustries.com/node/73
The link via the theme is http://www.sexkittenindustries.com/team-vertical then Click on "Mysterious Allegra"

Warning: This site is of adult content so please only click the link if you will not be offended by nudity.

Thanks in advance for any assistance as I (once again) feel there is no issue with Juicebox in this instance.

Re: Juicebox and Drupal

I notice when you hover over the link on your main page, the browser's status bar displays the 'node/73' URL but clicking the link does not actually take you to that page. The browser remains on the 'team-vertical' page and seems to dynamically load fresh content (but not the Juicebox gallery). After clicking the link, there is no sign of any Juicebox embedding code on the page.

Unfortunately, I am not familiar with your Drupal theme and do not know where content should be placed in order for it to be displayed when you click the links on your main page.

As you are aware, the problem seems to be directly related to your Drupal theme rather than Juicebox.
If you replaced the Juicebox gallery with any other content, then the same thing would likely happen when you click the link on your main page: the extra content would not show up unless you went directly to the 'node/xyz' page.

There's no problem with posting your query here (hopefully some other Drupal users will read this and be able to help you out further) but you might have better luck in the Drupal forum. Maybe someone familiar with the theme will be able to offer some help.

Just for the record, there is a dedicated Juicebox module for Drupal which can be found here.
I don't know if it will be of any use to you but I thought I should mention it in case you are somehow able to integrate it into your web site.

Re: Juicebox and Drupal

Thanks for the advice Steven.

I will see what I can do with the module.

Re: Juicebox and Drupal

I don't know if you will be able to integrate the module into your existing web site but if you run into any difficulties with the module, its author should be able to help you out in the Drupal forum. Ryan is certainly very helpful over there and is much more knowledgable about Drupal than myself.