1

(495 replies, posted in Juicebox-Pro Support)

i would love to see small screens be able to use imageTransitionType of none or fade, when screenMode is set to large! thanks!

ok,
thanks for speedy reply.  i think i understand now.

maybe this is a feature that could be implemented in another version? or will it always be impossible?

sorry i am still having problems with this: have tried many combinations. it still slides on both android and iPhone.
i removed the enableTouchZoom and forceTouchMode parameters as suggested.

my site is now at www.midnightshorts.com.au/index.html

my parameters are
<!--START JUICEBOX-PRO EMBED.-->
        <script src="jbcore/juicebox.js"></script>
        <script>
            new juicebox({
                containerid: 'juicebox-container',
                galleryWidth: "660",
                galleryHeight: "440",
                screenMode: "LARGE",
                showLargeThumbs: "false",
                backgroundColor:"transparent",
                galleryTitlePosition:"none",
                buttonBarPosition: "none",
                captionPosition:"none",
                showNavButtons:"false",
                showAutoPlayButton:"true",
                showOpenButton:"false",
                showExpandButton:"false",
                showThumbsButton:"false",
                showImageNav: "false",
                imageTransitionType: "none",
                randomizeImages: "true",
                enableAutoPlay: "true",
                autoPlayOnLoad: "true",
                showAutoPlayStatus:"false",
                displayTime: "3",
                enableLooping: "true",
                showPreloader: "true"
            });

        </script>
        <div id="juicebox-container"></div>
<!--END JUICEBOX-PRO EMBED.-->

any more suggestions?  thanks again...

another problem please,

on my gallery page i have set screen mode to large to force this for small screens.  so far only tested on android phone but it is using a slide transition instead of none?

thanks again!

see here http://www.midnightshorts.com.au/new_site/index.html

<!--START JUICEBOX EMBED-->
<script src="jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId: "juicebox-container",
configUrl: "juicebox_config_front.xml",
screenMode: "LARGE",
enableTouchZoom: "TRUE",
forceTouchMode: "TRUE",
galleryWidth: "700px",
galleryHeight: "440px",
backgroundColor: "rgba(0,0,0,0)",
showLargeThumbs: "FALSE",
showGalleryTitle: "FALSE",
showOpenButton: "FALSE",
showThumbsButton: "FALSE",
showExpandButton: "FALSE",
randomizeImages: "TRUE",
enableLooping: "TRUE",
imageTransitionType: "NONE",
imageClickMode: "NONE",
imagePreloading: "ALL",
showImageNav: "FALSE",
showNavButtons: "FALSE",
buttonBarPosition: "NONE",
captionPosition: "NONE",
enableAutoPlay: "TRUE",
autoPlayOnLoad: "TRUE",
showAutoPlayStatus: "FALSE",
displayTime: "4",

});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

5

(3 replies, posted in Juicebox-Pro Support)

sorry, this didn't work.  however i am fixing it by cropping my gallery images on the front page so they don't interfere with the menu.

thanks anyway for prompt reply, if you do have any other suggestions though i will give it a try.

but i think juice box is fantastic.  i will post my site when its complete, and i also plan on implementing it on 2 other sites within the next few weeks.

michael wrote:

I built my own landing page which links to 6 separate Juicebox galleries - see what I did here:

http://www.jurick.net/gallery/mitzvahs

beautiful!!

7

(3 replies, posted in Juicebox-Pro Support)

i have just put in Juicebox on homepage, that cycles through transparent .png images of a "projector screen". But when my menu overlaps the Juicebox area, it cannot be used and the drop-down disappears when you try to click on a menu item, but only for the lower menu items where it actually overlaps, i.e. "other projects", "client summary" and "arty things". (only tested so far in Safari 4.0.2)

example at http://www.midnightshorts.com.au/new_site/index.html

another page http://www.midnightshorts.com.au/new_site/arty.html with a similar juicebox gallery does not seem to have this problem as the menu drop down does not overlap this particular gallery.

thanks for help!