1 (edited by come_paglia 2014-08-18 11:30:18)

Topic: Problems with svManager and Juicebox Pro

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

Re: Problems with svManager and Juicebox Pro

Thank you for reporting this problem. I have been able to replicate it in a test installation of my own.

It looks like it happens when creating a new Juicebox gallery within svManager as well as when importing a gallery.
Just click on the 'Pro' tab of any Juicebox gallery and the 'SV' logo and 'SimpleViewer Pro Settings' label will be displayed.

However, the problem seems to be just cosmetic within the svManager interface. The actual configuration options available are those for Juicebox-Pro so, although it may look confusing, the actual functionality is fine.

I have notified the developers of this problem and hopefully it will be fixed in the next version of svManager.

Re: Problems with svManager and Juicebox Pro

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

Re: Problems with svManager and Juicebox Pro

Thank you for pointing this out. I will notify the developers.
If you like, you can fix this yourself by opening the 'svmanager/plugins/juicebox/jbpropage.php' file in a plain text editor and changing line 573 from:

<td class="label">'.$imageTransitionType->label().'</td><td>'.$imageTransitionType->select($tab, array('SLIDE', 'FADE', 'NONE')).'</td>

... to:

<td class="label">'.$imageTransitionType->label().'</td><td>'.$imageTransitionType->select($tab, array('SLIDE', 'FADE', 'CROSS_FADE', 'NONE')).'</td>

Please note that the line number above refers to the current version of svManager (v1.8.7).

Re: Problems with svManager and Juicebox Pro

Thank you, the completion of the options list worked.


Regards,
Hella