You are not logged in. Please login or register.
Active topics Unanswered topics
Juicebox v1.5.1 Released!
Search options (Page 145 of 234)
Thank you for reporting this problem. It has already been reported in this forum thread.
The double-paste issue seems to happen:
(1) Only on Mac (not on PC).
(2) Only when pasting via keyboard (not via mouse context menu).
(3) Only under Adobe AIR v14.0 (not previous versions).
I have notified the developers of this problem but it looks like there is, indeed, a problem with pasting via keyboard in Adobe AIR v14.0. Please see these links for further details:
https://forums.adobe.com/thread/1495749
https://bugbase.adobe.com/index.cfm?eve … id=3775354
In the meantime, workarounds would be to either:
(1) Paste the text via mouse context menu.
(2) Type the text into the input field.
(3) Paste the text via keyboard and manually delete the duplicate entry.
(4) Revert to a previous version of Adobe AIR (not necessary if using #1, #2 or #3 above). Previous versions of Adobe AIR can be downloaded from this web page.
I see the blue lines in Safari 5.1.7 (PC) but do not see any border or outline in Firefox 30.0 or IE11.
What versions of browsers are you using? (I see the problem only in an old version of Safari which Apple is no longer updating for PC.)
I notice that your gallery has a height of 75%. This means that it will have a height of 75% of its parent container's height. This implies that there will be 25% left over which might be contributing to your problem.
Try setting your gallery's height to 100% (so that it fills the height of its parent container) and then decrease the height of the gallery's parent container to compensate instead.
If this does not help, check the CSS of all your gallery's parent containers to ensure that all heights make sense and match up and check CSS rules such as border, margin and padding.
Your Gallery Title is currently missing its closing </a> tag at the end of the link.
is there an easy way to add a little "Home" icon to the gallery?
This is what the Back Button was designed for (but it is a Pro-only option). The Back Button icon can be seen in the top-left corner of this demo gallery.
With Juicebox-Lite, you could perhaps overlay a custom image link on top of your gallery (in the web page containing the gallery's embedding code) using HTML and CSS.
Maybe next to the "Hide Thumbnails" icon?
It is not possible to add a custom button to the Button Bar (in either Juicebox-Lite or Juicebox-Pro) or to include the Back Button as part of the Button Bar.
Set imageClickMode="OPEN_URL" (in JuiceboxBuilder-Pro's 'Customize -> Main Image' section) and when a user clicks on an image, the corresponding linkURL will be opened in a new tab or window defined by linkTarget (which can be set to _blank, _parent, _top or _self on the 'Images' tab).
the gallery does not have an "expand gallery" button.
This is due to the way your gallery is embedded in your web page. You are loading your gallery's 'index.html' page into an <object> tag in your main page (which is essentially the same as loading a gallery into an <iframe>) and this will automatically disable the Expand Button. This is noted in the 2) Using an iframe section here.
I'd like to either force the "expand gallery" button to appear or add a button that will take them here:
If you were using Juicebox-Pro, you could use the Back Button to link directly to a page.
However, as a Juicebox-Lite user, you could turn your Gallery Title into a link by using HTML formatting as documented in this FAQ:
How do I add HTML formatting to the Gallery Title or Back Button?
For your Dimensional gallery, you could enter a Gallery Title in JuiceboxBuilder-Lite's 'Customize' section such as:
<a href="http://signsvictoria.ca/dimensional/">Click to open gallery on its own page</a>
Once there I want to have another button that will give them the option of going back to the main portfolio page here:
As well as the Back Button and the Gallery Title, you can also add links to image titles and captions:
How do I add HTML formatting to image captions and titles?
I'd also like to give them the option of sharing the photos on facebook, pintrest, googe+, etc. but that's not critical at this stage.
Social Sharing is possible with Juicebox-Pro. Please see here for details.
Also, our site takes a long time to load
Your web pages are quite complex and load 4 external CSS files and 12 external JavaScript files (not counting the Juicebox files).
Depending on the size of all these files, they may take some time to load and for your page to initially be rendered in visitors' browsers.
I am able to create a new gallery using JuiceboxBuilder-Pro v1.4.2, enter a test Flickr Set ID of my own and the images display OK as expected when I click 'Load Images'.
According to Flickr's own help forum, they seem to be having a few problems at the moment (although I do not see any relating direct to Flickr Sets and the API) so the problem may be with Flickr themselves.
Please post the Set ID that you are using and I will try it for myself and post back with my results.
In the meantime, you could try using this test Set ID of my own to see if this works for you (it currently works for me): 72157629353156737.
I'm trying to make a gallery like Flat Design
You can view the configuration options used in the gallery by opening the gallery's XML file directly in a browser: http://www.juicebox.net/demos/pro/flat/config.xml
You can then copy and paste them into your own gallery's 'config.xml' file (in a plain text editor) if you like.
manually trying to set no shadow of main image
Set imageShadowBlur="0" (in JuiceboxBuilder-Pro's 'Customize -> Main Image' section).
Try putting your <= expression in parentheses:
var NotshowThumbs = (windowWidth <= 1080);
... or enclose your entire JavaScript section in CDATA tags:
<script type="text/javascript">
//<![CDATA[
// JavaScript code goes here
//]]>
</script>
Either (or both) of these solutions should prevent your browser from treating the < in your <= as the start of an opening tag.
Just to let you know, Juicebox-Pro (since v.1.40) supports multi-size images. Please see here for further details. The Screen Mode used and whether or not the gallery is being displayed on a retina screen is taken into consideration when Juicebox decides what size of image it should display in the gallery.
Juicebox galleries should display and function correctly in Chrome (both mobile Chrome for mobile devices and standard Chrome for desktop browsers).
Please explain in greater detail exactly what the problem is and post the URL to your gallery so that I can take a look and help further.
Perhaps you are embedding a gallery in a web page alongside other content and there is an element on your page which is overlapping (stacked on top of) your gallery's thumbnails preventing them from functioning as expected.
If this is the case, then please check your page for HTML errors with the W3C Markup Validation Service and check the CSS code on your page to see if there is anything which may be contributing to your problem.
[Original post moved from Feature Requests forum thread.]
Yes. Set screenMode="SMALL" (in JuiceboxBuilder-Pro's 'Customize -> General' section) and Juicebox will display the gallery in Small Screen Mode (with separate thumbnail and main image pages) on mobile devices and in desktop browsers.
Speaking of bug, I've noticed that every time I paste something in a box in juice box it is paste twice in a row like this: thethingIpastedthethingIpasted
There is a problem with pasting via keyboard on Mac when using Adobe AIR v14.0. Please see these links for further details:
https://forums.adobe.com/thread/1495749
https://bugbase.adobe.com/index.cfm?eve … id=3775354
We are currently investigating the problem but in the meantime, workarounds would be to either:
(1) Paste the text via mouse context menu.
(2) Type the text into the input field.
(3) Paste the text via keyboard and manually delete the duplicate entry.
(4) Revert to a previous version of Adobe AIR (not necessary if using #1, #2 or #3 above). Previous versions of Adobe AIR can be downloaded from this web page.
Any idea how do I get that checkbox ?
The checkbox is a feature of the browser (not Juicebox itself) and it should be displayed the first time you expand a gallery on a certain domain. Once you select the checkbox and 'Allow' fullscreen, the checkbox option will no longer be displayed the next time you expand a gallery on that domain.
In Firefox (which it looks like you are using), enter about:permissions in the address bar to open the Permissions Manager and you will be able to manage the fullscreen permissions for specific domains.
A Juicebox gallery created by the Lightroom plugin uses the same 'jbcore' files as a Juicebox gallery created by JuiceboxBuilder-Lite and the same procedure would be used to change icons in both Juicebox-Lite and Juicebox-Pro.
I'll try to help further if I can but I'll need some more information.
What exactly are you trying to do, how far into the procedure do you get before you get stuck and what seems to be the problem?
Please bear in mind that the Custom Icons support section will allow you to change existing icons in a gallery but will not allow you to create a completely new button with new functionality.
If this is what you are looking to do, then please see this forum post which may help.
Is there a way to make the thumbnails closer to the image as I now have a lot of room between the images and the thumbs, or even have them move dynamically?
It would help (to distribute the extra space within the gallery equally above and below the main image) if you changed imageVAlign="TOP" to imageVAlign="CENTER".
You could probably reduce your gallery's height a bit and this should have the desired effect of reducing the amount of space you see between the main image and the thumbnails. (Reduce it too much and the width of the main image will start to decrease but it looks like you can afford to reduce it slightly without affecting the size of the main image.)
The reason for the large frame width was because I wanted the thumb selected to look greyed out and not just a border. Is there a way to have it a solid square instead of just a frame?
The best you can do is set thumbSelectedFrameWidth to exactly half the height/width of your thumbnails (so that the frame on all sides meets in the middle). Previously, it was more than half, resulting in a strange-looking effect.
It certainly seems to occur only in Mobile Safari in iOS 7. (It does not occur in Mobile Safari or Chrome on my own device running iOS 6.)
Have you checked to see if the problem occurs in Chrome on your iPhone?
Try fixing the errors on your web page and then see if the problem still occurs in Mobile Safari and/or Chrome on your iPhone.
Lightroom does not support .gif files.
Please see the "What file formats does Lightroom 5 support?" FAQ in the Technical Questions section of the Lightroom 5 / Common Questions page.
Lightroom 5 supports most of native camera raw file formats, in addition to PNG, DNG, TIFF, and JPEG formats — in other words, the formats primarily used in digital cameras. Lightroom 5 also supports the PSD file format for enhanced integration with Photoshop. For a complete list of raw format support by camera make and model, see the camera raw page.
Does it retract when you open one of the portfolio galleries and then flick through some of the images in the gallery?
No. It stays expanded even whilst navigating through the album. It only retracts when you click another one of your menu items (and change the content on the page).
Try a web search with terms such as 'hover mobile devices'. This is the first result which looks like it might be relevant to your scenario: http://www.prowebdesign.ro/how-to-deal- … n-devices/
If you want to change any of the icons in the gallery, then please see the Theming Guide for details.
The \e00f entries are characters in a custom font. You could replace or add icons to the stock Juicebox font (as described in the Theming Guide) and then change the entries in the 'theme.css' file to match your new icons.
Can I use this same method to add something like a "Return Home" button?
This sounds like you might want to make use of the Back Button. You can set the backButtonUrl (the URL the browser will be redirected to when the Back Button is clicked) to any URL you like (absolute or relative to the web page containing the gallery's embedding code).
The Facebook share pop-up window is populated by the information in the Open Graph <meta> tags in the <head> section of your web page. For more information on how to use Open Graph tags, please see here.
You may find Facebook's own Open Graph Debugger to be a useful tool to check the information being passed to Facebook.
The og:title, og:description and og:image entries are used but it does not seem to be possible to insert an HTML link into the og:title or og:description fields. I have just tried this for myself and instead of displaying the link, Facebook pulls in information from the link's destination.
None of the Juicebox plugins are as fully-featured as JuiceboxBuilder-Pro (which comes with Juicebox-Pro and has individual controls within its interface for all Pro Options) and they are provided as a convenience for users who already use programs such as Lightroom and want to be able to create Juicebox galleries within their existing workflow.
The Lightroom plugin does have a Pro Options text area where you can enter Pro Options (as text) and see the results immediately in the live preview window.
It is actually quite a quick and easy process to open a gallery (created by a plugin) in JuiceboxBuilder-Pro, customize the gallery as required and re-save the gallery.
You could even create a preset in JuiceboxBuilder-Pro so that you can quickly apply a collection of configuration options to an existing gallery in a single action.
It looks like your header may have a position assigned to it via CSS. There is currently a known bug whereby elements which have explicitly been assigned a CSS position are not covered by the fullscreen gallery (they should be). This bug should hopefully be fixed in a future version of Juicebox. In the meantime, please try one of the two following suggestions:
(1) Set useFullscreenExpand="TRUE" (in JuiceboxBuilder-Pro's 'Customize -> Lite' section).
... or:
(2) Set expandInNewPage="TRUE" in (in JuiceboxBuilder-Pro's 'Customize -> General' section). When the gallery is expanded, it will be displayed on a page of its own rather than on top of the embedding page.
Hopefully one (or both) of these suggestions will be a suitable solution to your problem until the bug is fixed.
Juicebox will display animated .gif files fine.
Just be aware that if you use JuiceboxBuilder-Pro to resize your images, an animated .gif file will be processed into a .jpg image displaying the first frame of the animation. (Just deselect the 'Resize Images' checkbox on the 'Images' tab and the original animated .gif files you add to your gallery will be copied across to the output 'images' directory.)
As long as you feed Juicebox the actual animated .gif files, they will display fine.
The bug the user was referring to (not being able to delete images on the JuiceboxBuidler 'Images' tab) was found soon after Juicebox v1.4.1 was released.
We repackaged the Juicebox zip files with a bugfix during the v1.4.1 release. (The JuiceboxBuilder installation files included the fix but the core Juicebox gallery files themselves remained unchanged.)
I referred to v1.4.2 in my post simply because this is now the current version of Juicebox (and the bugfix is also included in the v1.4.2 packages).
I hope this clarifies things.
[Original post moved to new topic to save confusion.]
I can confirm that your galleries display OK on an iPod Touch 4 running iOS 6.1.6 although once you tap your 'Portfolio' drop-down menu, it never retracts and stays visible until you click another one of your menu items. This happens in both Mobile Safari and Chrome.
Check your menu's support to see if this is a known issue. (On desktop browsers, you can hover away from the expanded menu and it disappears. It is not possible to hover away from the menu on a mobile device.)
I said I was on Mac right? But you use Adobe Air which is platform agnostic I think.
You mentioned you were using a Mac but this is not really relevant to your problem.
JuiceboxBuilder-Pro runs on Adobe AIR so although the Adobe AIR installation package differs for Mac and PC, the JuiceboxBuilder-Pro.air package is the same for both platforms.
Whether you use JuiceboxBuilder-Pro on a Mac or PC, the gallery files generated by the program will be the same regardless of the platform used.
Posts found: 3,601 to 3,625 of 5,849