I'm trying to post a juicebox gallery to a site as I have done before. When I click on inserting the gallery in the page, I get a screenshot of the site, and a message that the "page does not exist". See screenshot. http://cl.ly/image/02390j3V0F14

I'm not sure how I can create a gallery without this step to insert the gallery. I've done everything as I normally do and updated to the latest version of juiicebox too.

2

(1 replies, posted in Juicebox-Pro Support)

I'm using juicebox for WordPress and for some reason the order in the juicebox images is showing the images in reverse. If you go to add media and select "uploaded to this page" on the 1930's remodel for example the order is showing the exterior before photo first. in the actual gallery it is showing the image last. http://cl.ly/image/2K2P003t4631

can you please let me know if there is  global setting for order, ascending vs descending? I'm not finding a custom code or setting for this, and wonder if it is some preference in WordPress that needs to be changed. you can see the site gallery here: http://www.hugsconstruction.com/remodels/1930s-remodel/ and that the first image from the media preview is showing last in the gallery and the last image is showing first.

Thanks for having a look! There was an issue with the htaccess file that I resolved. Can you please advise on the what permissions should be set for the juicebox folder and xml files?

I've read through all other forums posts on this and other sites, have reinstalled wordpress files, checked paths, etc. and still get missing images. I'm using the method to get the images from a nextgen gallery. This was all working before, but it suddenly stopped working. I didn't change any code or file structure on the site, so i'm not sure where the issue lies. I also check file permissions to 777 but doesn't that cause security issues? This didn't help either. What should I have the juicebox folder set to for file permissions and also what should the xml files be set to? this is the url: http://www.buschdesign.com/projects/tra … struction/

5

(4 replies, posted in Juicebox-Pro Support)

Thanks for this update. Do you know when the next update will be released?

6

(4 replies, posted in Juicebox-Pro Support)

I wanted to share a fix in the coding that I found. With regards to the JuiceBox issue, I looked at the plugin and I saw that the viewport declaration was hardcoded in the code. I changed the code and tested Juicebox. It works. Problem fixed (until I upgrade the plugin!). This was related to an issue where the galleries were not displaying properly. It was forcing the site to a certain screen size which on mobile would result in the page rending only the top corner in the viewport and the user wasn't able to scale it either.

With my declaration the entire page is visible on load and it scalable.

I edited the function include_tags() in wp-juicebox.php.

Original:

function include_tags() {
        echo '<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />';
    }

Update:

function include_tags() {
        echo '<meta name="viewport" content="user-scalable = yes">';
    }

That is my ONLY complaint with Juicebox for wordpress...i've been telling every developer I know and presenting it at wordpress meetups too...if you can find a workaround that would be stellar!

i guess the only way is to to it via code or and upload the files to the server into folders?

I'm not sure if there are any new developments or if this is even possible. Is there a way to get multiple juicebox galleries on the same wordpress page or post? This would really help!

Please advise.

Andrew

9

(3 replies, posted in Juicebox-Pro Support)

Thanks Steven,

You wrote: If you have images in the Media Library that are currently unattached to any posts, simply attach them to the post containing the gallery.

I'm wondering how I attached the images from the Media LIbrary to the page or post. Can you give me a step by step on this? I only see the option to drag files into the media uploader window from the page or post editor.

It seems that I would need to upload the photos into that page or post and can't really use images in the Media Gallery that have been uploaded already?

10

(3 replies, posted in Juicebox-Pro Support)

Is there a way to add images to a gallery once they are in the Media Library already? It seems that the only way to add images to an existing gallery is by adding the images back in using the drag and drop method?

11

(1 replies, posted in Juicebox-Pro Support)

I recently went live on a site. We went from a test server to the live server and while all of the other images in the site are visible, the main images in the juicebox gallery are not displaying.

We are using the juicebox plugin and as far as i can see the images are all on the server, but they are not showing up in juicebox. I cleared the caches here: http://www.dochopkins.com/wp-admin/admi … ine-common

I can see the image thumbnails in the three galleries but not the main images.

http://www.dochopkins.com/office-tour/
http://www.dochopkins.com/before-and-after/
http://www.dochopkins.com/family-and-fun/
http://www.dochopkins.com/halloween/

The first gallery has images and this is one that I can see is on the server: http://www.dochopkins.com/wp-content/up … fazoom.jpg

I have checked the gallery and the image is on the server and has the correct url, but yet it is not displaying inside of the juicebox gallery.

12

(1 replies, posted in Juicebox-Pro Support)

I'm working on a site here: http://dochopkins.datacomplete.com/before-and-after/ and have before and after photos. I'd like to make it so the description for the gallery is always on, and doesn't hide if the user's mouse isn't over the image. Is it possible to add some custom code to the gallery to make this happen with the Pro version. Thanks in advance!

Yes, I did miss that...that's my whole point, it's not on the options page where a user would look to use the options. They are required to go to some other part of the site that has it. To me that is confusing and something that can be avoided. I'm sure I won't be the only one having this kind of trouble getting the info. I do appreciate all of your help immensely and love juicebox!!

Thanks for that. I still think you should put the how to for the embed code on the config options page, why make people do extra work, especially for non-coders? It makes it that much harder to figure out. Plus for the wordpress plugin, it's not clear which options to use inside of the WP plugin.

screenMode="LARGE"
enableAutoPlay="TRUE"

Having each option on it's own line you can have multiple options is not mentioned.

I added the following set of customization code to the "Set Defaults" option of juicebox. I was thinking that this would apply the settings to all galleries that I create with juicebox. What happens is that the settings don't get applied to the gallery, and the only way that I can get the settings to apply to the gallery is if i add the customization code to the individual gallery. Is there some way to set a global settings?

Below are my customizations codes:

screenMode="AUTO"
enableKeyboardControls="TRUE"
showSmallThumbs="FALSE"
showLargeThumbs="FALSE"
useThumbDots="TRUE"
captionBackColor="rgba(89,89,89,.5)"
textColor="rgba(255,255,255,1)"
imageTransitionType="FADE"

Also, how can i edit or change the color of the title text when the user hovers over the image and the grey horizontal title bar appears? I'd like to make the text white.

Thanks for this support. I surely can't be the only one having trouble finding the embed options. I can see the options, but adding them in a clear, step by step manner is something that I can't find on your site. For example on this page; http://www.juicebox.net/support/config_options/ there is an embedding guide. There is a link that is supposed to take the user to the area to show how to embed the custom code. It goes here: http://www.juicebox.net/support/embedding/ On that page, there are many options, and the user has to figure out which one to use. I still can't even find the information you gave me above on this page, and had to login to my forum post to see how to do it. I want to see juicebox grow and succeed, but to me not having clear direction, making it easy for the user to customize, is detrimental. Why not put the how to right at the top of the customize page, so the user doesn't have to hunt and search for the directions on how to embed the code?

Thanks for your consideration.

17

(1 replies, posted in Juicebox-Pro Support)

I have a juicebox gallery on this site and the thumbnails are showing: http://wwwsevenarrows.zippykid.it/curri … -festival/

I setup another gallery on the same site with the exact same gallery settings, but on this page, the thumbnails aren't showing: http://wwwsevenarrows.zippykid.it/curri … -festival/

It is possible that the gallery settings was checked to not have thumbnails when it was first setup, but then I selected to show thumbnails. See ss: http://cl.ly/image/2D2l3D0H1R0m

18

(9 replies, posted in Juicebox-Lite Support)

Thanks, what i discovered was that I can't create a gallery inside of the woo themes shortcode, I have to place it outside. I added this juicebox gallery: http://wwwsevenarrows.zippykid.it/curri … -of-india/

I had to make the height only 250 pixels, in the juicebox gallery settings. If they are more, then the gallery goes under the purple line on the bottom and the content doesn't automatically expand. I wonder if there is a way to do that?

19

(9 replies, posted in Juicebox-Lite Support)

hmmmm, i went back and did add the images as you suggested. Not sure why they aren't appearing. I setup another site with juicebox and was able to get that working without any issue. I wonder if there is some plugin issue or conflict.

20

(9 replies, posted in Juicebox-Lite Support)

Thanks Steven,

The main issue is that we are getting some javascript conflict.

Timestamp: 7/10/2012 12:09:04 AM
Error: detail_panel.get_current_photo() is undefined
Source File: http://wwwsevenarrows.zippykid.it/wp-co … ?ver=1.1.0
Line: 14

juicebox is not displaying the gallery, it is black.

21

(9 replies, posted in Juicebox-Lite Support)

For this same gallery, i'd like to have it so that juicebox only has the thumbnails for the gallery. It seems that maybe wordpress has put it's thumbnails above the juicebox gallery? How do i remove the thumbnails above the juicebox gallery, since when i click on them, they just go to a blank page. Please see screenshot: http://cl.ly/1d1w241M0d0P0E3B2a1n

22

(9 replies, posted in Juicebox-Lite Support)

I'm trying to embed a juicebox gallery into a wordpress site, but am getting javascript errors and the images don't appear. It's on this page/site: http://wwwsevenarrows.zippykid.it/index … -of-india/

Below is the one of the errors that I see, there are many.

Thanks for any help you can offer.

Andrew


(TOO LONG TO PASTE WHOLE MESSAGE WITH ERROR CODES)

Thanks Steven. We are using Juicebox Pro.

Thanks Steven!

I'm new to juicebox and appreciate your help. You mention using the wordpress plugin. Is there an easy way to use that plugin, and also the customizations that are in JuiceboxBuilder-Pro? It seems that there is an either / or situation for those two solutions, and I'm not sure how one would use the JuiceboxBuilder-Pro and then apply those customizations to a gallery created with the wordpress plugin.

Andrew

Is there a way to work with the desktop application for juicebox builder pro and then when I'm finished with the gallery publish that gallery to wordpress? I see that the builder creates an offline gallery, and I'm wondering how to upload or integrate that gallery into my wordpress site. I would imaging that publish would connect the builder application to my wordpress site, upload the images and customizations.

Basically, I'm wondering what the suggested workflow is, if i want to use the juicebox builder pro and also publish to wordpress. Or do i need to only publish into wordpress by adding a gallery directly on the page or post inside of wordpress, like this: http://cl.ly/0v1j2v1r0L2a0Z3h0L3Q