1

(3 replies, posted in Juicebox-Lite Support)

Thanks for the advice Steven.

I will see what I can do with the module.

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.