1

(496 replies, posted in Juicebox-Pro Support)

Please add to the Configuration Options (analog to the different background colors) for different background images (patterns, combined with the css command repeat) regarding the standard embedded gallery and the expanded gallery, so that there would be following options available:

  • backgroundUrl (already existing)

  • backgroundScale (already existing, but option repeat for patterns missing)

  • expandedBackgroundUrl

  • expandedBackgroundScale, including option repeat for patterns


Regards,
Hella

It seems like I should improve my css knowledge...
Thank you for your support, it works very well!


Another question:
I know, it's not a problem caused by the JuiceBox gallery, but perhaps you have an idea and could give us a hint anyway:

W've got a problem with the navigation in sub-menus in different browsers on tablets for this site: http://www.dat-ei.de/weblog, try menu "Ei-Trip" > "Ei-Trip 2008" or even "Ei-Trip" > "Ei-Trip 2008" > "Freising".
The problem is, that you can drop-down the main menu and can see the items inside, but you cannot click / tip on one of the menu items below - the page / post / category linked in the main menu entry will be opened at once.

The settings in the Wordpress theme are equivalent to those for my site http://www.hella-stroh.de/weblog - but there the navigation on tablets is working fine...

Has anyone an idea how to fix the issue in the first mentioned site?


Thanks in advance,
Hella

We would like to use different background images (patterns, combined with the css command repeat) for the standard embedded gallery and for the expanded gallery. We have found a solution by formatting via JavaScript.
But we think it would be not only nice and comfortable, but first of all a useful feature for many users, if you could add these parameters to the Configuration Options (analog to the different background colors), so that there would be following options available:

  • backgroundUrl (already existing)

  • backgroundScale (already existing, but option repeat for patterns missing)

  • expandedBackgroundUrl

  • expandedBackgroundScale, including option repeat for patterns

Regards,
Hella

We've got the same issue, that menu items "disappear" as soon as you try to hover one item, that lies on the same x/y-position as the juicebox gallery title container or the gallery container itself.

I've tried to use your above mentioned workaround to put all menu items in front, but it still doesn't work:

#nav li, #nav li a, #nav ul li, #nav ul li a, #nav ul ul li, #nav ul ul li a 
{
    z-index: 9999;
}

Try menu entry "Fototouren" > "Technik" on the following site: http://hella-stroh.de/weblog/dd/juicebox-test-2/


Regards,
Hella

Hey Steven,

thanks a lot for your support, it works as we wanted! :)


Regards,
Hella

We have tried to embed the parameters using your example, but in a global content block in WordPress that doesn't work.

Now we've tried to use a javascript to do so. The block of parameters seems to be allright, the pathes are correct, but the error "config xml file not found"  appears nevertheless.
Link to the page: http://hella-stroh.de/weblog/dd/juicebox-test-2/

<!--START JUICEBOX EMBED-->

<script src="/svmanager/plugins/juicebox/jbmaster/jbcore/juicebox.js" type="text/javascript"></script>

<script src="/design/jb-presets/startseite.js" type="text/javascript"></script>

<script>
    var style = '{ baseUrl : ' + '\"http://hella-stroh.de/jbgalleries/startseite/startseite/\"' + ", containerId: \"juicebox-container\", " + juicebox_style + ' }';
    document.writeln( style ) ;
    new juicebox( style ) ;
</script>

<div id="juicebox-container"></div>

<!--END JUICEBOX EMBED-->

Do you have an idea to fix this?

Regards,  Hella

Thank you for your help, I'll give it a try this evening.

Regards,
Hella

Thank you, the completion of the options list worked.


Regards,
Hella

Hey Steven,

is it also possible to include an 'extra.php' or anything else directly into the embedding code?


Regards, Hella

Thank you for your reply. Most of the configuration options indeed seem to be identical.
At least there's one difference between the options selectable in JuiceboxBuilder-Pro and those which are available in the svManager:

- section Main Image > Transition: The svManager lacks in the option "cross_fade"

Regards,
Hella

Hello,

I think, there is a conflict, using the svManager Pro with Juicebox Pro.

The situation is as follows:

- I've installed svManager Pro on my Server.
- I've copied the jbcore folder from Juicebox Pro to the according folder under plugins folder from svManager.
- I've created a brand new gallery locally on my desktop using the JuiceboxBuilder-Pro.
- I've copied this new gallery to my server via ftp.
- I've imported this new gallery to the svManager - the confirmation "imported" appeared.
- I've clicked on edit in the gallery overview - Everything seems to be all right:
http://www.hella-stroh.de/downloads/air … reen-1.jpg
- When I click on "Pro" to see and edit the pro-options of the gallery, the icon for the Juicebox gallery is replaced by the one of a SimpleViewer gallery, and a mix of Juicebox and SimpleViewer appears in the form area below:
http://www.hella-stroh.de/downloads/air … reen-2.jpg

Something's getting confused by what ever...


Regards,
Hella