You are not logged in. Please login or register.
Active topics Unanswered topics
Juicebox v1.5.1 Released!
Search options (Page 196 of 235)
I see no sign of any Juicebox embedding code on that page. Are you currently trying to fix the problem or is there another page which displays the "Config XML File Not Found" message?
Please see this FAQ:
When I view my gallery I see the message 'Config XML file not found'. How do I fix this?
Also, bear in mind that all gallery files should be on the same domain or subdomain as the page containing the embedding code so if using absolute URLs which refer to www.robertmunozphotography.net, then your gallery will display only when accessing your web site via the www.robertmunozphotography.net subdomain and not robertmunozphotography.net.
For both to work, use relative URLs in your gallery's embedding code.
Although I see the problem in your gallery in Chrome 25, I have been unable to replicate the problem in a test gallery of my own (using the same configuration options that your gallery does).
Unfortunately, it might take some trial and error to try to track down the root of the problem.
Try using smaller images (filesize) in your gallery. I notice that several of your main images are over 1MB in size. When creating a gallery with JuiceboxBuilder-Pro (using the default settings), images are usually around 120KB each. You could also try changing the imagePreloading configuration option. (See the Main Image section of the Config Options page for details.)
Another thing to try would be to change the values of imageTransitionTime and displayTime to see if this makes a difference.
Hopefully, one of the above suggestions will help. However, if the problem continues, then try reducing the configuration options in your gallery's XML file, one by one, until the problem disappears and you find a configuration option which is contributing to the problem.
@cprblak
Try something like:
<a href="http://www.example.com/" style="color: #ff0000">Click here</a>
The 'wp-content/uploads/juicebox/' directory should automatically be assigned permissions of 777 when the plugin is activated and the XML files within should have permissions of 644.
Viewing your gallery, it looks like there may be a conflict between the CSS of your current theme and that of the gallery itself.
Try temporarily reverting to the default WordPress theme to see if this makes a difference.
Check your web page for any generalized CSS that the gallery might inherit. Look out for any CSS rules that, for example, apply to all 'img', 'p' or 'div' tags (rather than just specific instances of these tags through use of ids and classes).
(Your gallery's XML file looks OK.)
Please see the description of the expandInNewPage configuration option in the General Options section of the Config Options page (and this link for further details).
It is not possible to change the hit area of the imageClickMode="OPEN_URL".
However, a suitable workaround might be to set enableLooping="TRUE". Then there will always be an image navigation button to the left of the first image and to the right of the last image.
Currently, your gallery uses textColor="rgba(99, 99, 99, 1)" and captionBackColor="rgba(255, 0, 0, 0.1)" and your gallery displays these colors correctly.
If you do not see this when you view the gallery in your own browser, then try clearing your browser's cache to ensure that it is not hanging onto and using older versions of your gallery files.
It sounds like you might have set buttonBarPosition="TOP" and backButtonPosition="OVERLAY" (which would position the Back Button lower than the Button Bar). If this is the case, then try setting backButtonPosition="TOP".
Otherwise, please post the URL to your gallery so that I can take a look and help further.
Hi i just bought juice box pro and i wonder how i can aplly this aplication in the Showkase ??
If you have Showkase, you can create Juicebox-Pro galleries within the Showkase interface (without the need to create a gallery with JuiceboxBuilder-Pro, upload it to your web server and insert embedding code into your page).
Instructions for installing Juicebox-Pro into Showkase can be found here.
and also i wonder how i can use juicebox builder pro to upload in the website with out using showkase?
First, create a gallery with JuiceboxBuilder-Pro (which comes with Juicebox-Pro) and then follow the embedding instructions here.
@artwindows
We are currently investigating SEO and Juicebox.
In the meantime, please take a look at this forum post for a possible solution.
The Back Button is not part of the Button Bar but if you wish to horizontally center the Back Button, set backButtonHAlign="CENTER" in your gallery's XML file.
If creating or editing your gallery with JuiceboxBuilder-Pro, this configuration option can be found in the 'Customize -> Back Button' section.
Please note that this configuration option is used in Large Screen Mode only.
To remove the image shadow:
In JuiceboxBuilder-Pro, go to the 'Customize -> Color' section and set the 'Opacity' for the 'Image Shadow' to zero.
In Showkase, go to 'Site -> Customize Viewers -> Edit (Juicebox)', scroll down to the 'Main Image' section and set the 'Image Shadow Opacity' to zero.
@cprblak
In JuiceboxBuilder-Pro, go to the 'Customize -> Color' section and set the 'Opacity' for the shadow that you are trying to remove (whether it is the image, thumb or text shadow) to zero.
In theory you can add as much text to a caption as you like (though there is no way to display more than a single line of it within JuiceboxBuilder-Pro).
You might like to edit your gallery's XML file manually in a plain text editor and add the captions this way.
If you wish to include a line break within a caption, use an HTML <br> tag.
For example, in JuiceboxBuilder-Pro, you would enter:
In the gallery's XML file, this would look like:
<caption><![CDATA[Line 1<br>Line 2]]></caption>
@Starc12344
As Felix says:
Social sharing support is coming in the next version of Juicebox-Pro. Stay Tuned!
The next version of Juicebox will incorporate sharing via Facebook, Twitter, Google +, Pinterest and Tumblr.
(However, I do not know when it will be released.)
Fine adjustments to watermark placement are not available within JuiceboxBuilder-Pro.
You could perhaps introduce a transparent border to your watermark image (in an image manipulation program such as Adobe Photoshop) before feeding it to JuiceboxBuilder-Pro.
Juicebox uses only one instance of each configuration option per gallery its value is used in both Small Screen Mode and in Large Screen Mode. It is not possible to set different values for a configuration option for different screen modes.
Depending on your browser window's height, Juicebox will display as many rows of thumbnails as possible (up to the maximum number specified via the maxThumbRows configuration option).
In your scenario, there might not be quite enough space available for a 4th row of thumbnails and if you were to increase your browser's height just a little (perhaps by hitting F11 to go fullscreen), then the 4th row will appear.
[Post moved to new thread to keep individual queries separate from each other.]
A Juicebox gallery (both Lite and Pro) will dynamically resize with the size of the user's browser window as long as the dimensions of the gallery and all parent containers of the gallery are expressed as percentages.
If there is an absolute pixel value anywhere up the chain, then the gallery's size will be fixed, e.g. 100% x 100% x 800px = 800px.
All your gallery files should be on the same domain or subdomain as the HTML page containing the JavaScript embedding code due to the JavaScript same origin policy (which is why the baseURL method of embedding does not work for you).
You could perhaps upload the complete gallery folder to AWS S3 and embed the gallery in a web page using an <iframe>. This will work as the HTML page containing the JavaScript embedding code is actually the gallery's own 'index.html' file (the file loaded into the <iframe>, not the HTML page containing the <iframe> itself). (Please see the notes regarding embedding a Juicebox gallery in an <iframe> here.)
If you have publicly accessible absolute URLs for your images (and can open the images directly in a browser using these URLs), then you should be able to use them as imageURLs and thumbURLs in your gallery's XML file.
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.
Your gallery is a Juicebox-Lite gallery as can be seen by the presence of the Juicebox badge/link in the bottom right corner of your gallery (which is present in all Juicebox-Lite galleries but not in Juicebox-Pro galleries).
Juicebox-Lite has a limit of 50 images per gallery and does not use Juicebox-Pro configuration options such as enableLooping.
Upgrade your WP-Juicebox plugin from Juicebox-Lite to Juicebox-Pro by following the 'Upgrading to Juicebox-Pro' instructions on this web page and your gallery should function as expected.
- fix for Opera and Firefox, they don't play audio (IE: ok, Chrome: ok. Format: mp3, 128kbps, created by AVS Audio Converter)
Please see the Adding Audio section of the Creating Galleries page (and the Audio Options) for details on how to have an audio track play in Firefox.
Please take a look at the Troubleshooting FAQs to see if they help (the third one sounds like it might describe your scenario).
If you continue to experience difficulties, please post the URL to your gallery so that I can take a look.
Here is a forum post where a user has integrated social media sharing into a Juicbeox-Pro gallery which you may find of interest. (The user's gallery does not use Flickr-sourced images, though.)
Posts found: 4,876 to 4,900 of 5,855