Sure thing... I just used the standard package and enabled the icons:

http://zinque.wundermade.com/icons

iPhone4/4S/5, Safari

Great! Thank you.

Loving the new update, but had a small issue.

If you have multiple controls enabled (in my case: thumbnails, open in new window, fotomoto, twitter, google plus, facebook, tumblr, pinterest) and the new Home icon enabled, on mobile device, the controls overlap the home icon so you can't access it anymore (they're not the same height either).

I've deactivated one of the social options in the mean time to keep them separate, but wondering if that's a future upgrade to do something there?

Thanks

Took me a while to pinpoint this, but it seems if enableDirectLinks is set to true, the onImageChange API event only fires when the gallery first loads.  Image changes after the initial no longer register.

Can you confirm?

I set up 2 instances to verify.  Both using the example code from the API event page to alert onImageChange.

One without direct links: http://zinque.wundermade.com/no
One with: http://zinque.wundermade.com/yes

Thanks!

5

(9 replies, posted in Juicebox-Pro Support)

Noticed that Chrome on iOS no longer treats 1.3 as a mobile gallery properly. Instead it zooms out and expands to what seems like the full resolution of the handset.

I double checked v1.2 and that did function closer to Safari version.

Using iPhone 5.

I noticed that the new Fotomoto plugin (awesome) is using the imageURL specified by the config file.  Is there any way to provide an option to use the linkURL instead?  I feel like it might be common to use a lower res version for the imageURL and link to the full resolution which would be better for printing.

Thanks!

7

(7 replies, posted in Juicebox-Pro Support)

Very cool Felix! Thanks! 

Do you guys have any future plans to include full API support with Facebook to share the image itself to a timeline vs. a link with the thumbnail?  I realize its a bit complicated, even for the end user since they'd have to apply for a developer key.  Just curious.

Again, this is great!

8

(7 replies, posted in Juicebox-Pro Support)

I did look into that option too, but it was more difficult than anticipated.  Even if you change the og:image value in the meta tag with the JB API, that value is only seen by Facebook when they scrape your page, so their server doesn't see the modified value if its generated by Javascript.

There might be a different method, but you'd probably have to use more complicated URLs to reconstruct the tag by the server.  I'd rather keep the cleaner URLs for now.

Good luck.

9

(7 replies, posted in Juicebox-Pro Support)

Totally agree that its not ideal to have to authenticate the site to post the photo, but unfortunately its the only way to post the actual photo to someones profile rather than just a link (which you can do without requesting permission). 

If you just post the link, you can choose a thumbnail, but then the point is to redirect traffic back to the gallery.  Since most of my galleries will probably be password protected, I decided that this was a better solution for the time being.

Since the photos post through the app, they are all tagged "via ___" in the corner, which is enough for me currently.  That redirects back to the site.  I've been considering the idea of adding a link as well.

Thanks for the feedback!

10

(7 replies, posted in Juicebox-Pro Support)

I had asked before about adding social media sharing to a gallery, and it didn't seem like there was a solution out there before.

I used FancyBox to create a modal overlay over the gallery and built my own, including full Facebook authorization that will post directly to the wall.  Thought I'd share to show that the caption area of JB is more than flexible enough to allow it to work:

http://wundermade.com/events/test

Sure thing... you can see it here:

http://wundermade.com/events/test

It may also help if I mention that the hi-res thumbnails I've only tested on images that are all the same size / orientation.  I haven't tested it on mixed aspect ratios / orientations.

Noticed a small issue in the current JuiceBox build and found a way to add hi-res thumbnails that I thought might help someone else out.

In the style declaration that comes from JB in the gallery, it outputs the following (at least for mine):

<img class="jb-thm-thumb-image" src="http://url.com/image.jpg" style="display:block;position:absolute;padding:0;left:0px;top:0px;width:autopx;height:autopx;">

I believe the

autopx

is just a glitch, and doesn't seem to affect anything, but thought I'd point it out.

For the hi-res thumbnails, I wanted to use 2x sized thumbnails, but leave their declared size in the configuration options.  I left the size alone in the options, but uploaded thumbnail images that were twice that size, but JB seemed to place them wrong in the thumbnail img div.

I found that adding:

width: 100%;
height: auto;
top: 0 !important;
left: 0 !important;

to the

.jcbx-glry-classic .jb-idx-thb-list .jb-idx-thumb img

line in the theme CSS file, forced them to fill the container.  I'm using highly compressed JPGs for this, so shouldn't really take a hit bandwidth wise and now the thumbnails look awesome on retina / hi-res screens (iPad, iPhone, retina MacBook Pro, etc.).

Not sure this helps anyone else, but thought I'd share!

Thanks

13

(495 replies, posted in Juicebox-Pro Support)

2nd marotr's request for the social bar.  If anyone has any method of implementing manually, would love to see it.  Currently the only way I've found is to make it static on a corner, but that shows over all of the mobile version as well.  Doesn't seem like a great method.

Hey guys

Just noticed this morning in the new iOS6 that if the device is in landscape and you enter safaris new full screen mode the gallery shifts, what looks like, too far down on the page. When you exit the mode it snaps back but hoping that in the next version that could be addressed.

Thanks!

Side note: do you have any plans for social media sharing links built into the gallery somehow? Keeping my fingers crossed for that one.

15

(8 replies, posted in Juicebox-Pro Support)

Any way to get items on screen to show at the same time that the image overlay shows (ie the caption, nav buttons, gallery title)?

16

(8 replies, posted in Juicebox-Pro Support)

That's great - thanks Steven.  I want to try to look into using the HTML5 version of the link so that you can pass the image URL along with it as well so a user can post the image associated with that link, not just the URL with the anchor tag.

17

(8 replies, posted in Juicebox-Pro Support)

Is there any way to implement the 'like' button into the caption area?  Is this something that JB is (hopefully) planning to implement?  Would be great for this, or Tweet, or Pin, etc.

18

(7 replies, posted in Juicebox-Pro Support)

Would the maximum-scale=1 value work against enableTouchZoom option?

19

(7 replies, posted in Juicebox-Pro Support)

Yep, the viewport addition fixed it.  You can drop the maximum scale option if you want as well, but doesn't seem to make a difference.

Thanks

20

(7 replies, posted in Juicebox-Pro Support)

Ya, no problem.  I'm using an iPhone 4S, iOS 5.1.1.  The truncation thing I'm seeing too, but it looks like the screenshots here:

http://cl.ly/0O1w1X2n0r2n2x1N2446

If I open the 'full.html' in the jbcore folder, it obviously doesn't work like that, but the error message you can tell is not sized correctly either.

http://cl.ly/1T272r1A020Q0V183a0h

The demo on the juicebox site though seems to work ok, so I'll keep looking, but not sure why the full.html or my own implementation is being odd.

Thanks

21

(7 replies, posted in Juicebox-Pro Support)

Noticed on the newly release iOS Chrome version that Juicebox is acting like the mobile window is much larger (perhaps due to pixel density when JS reports window size?)

Thought I'd bring it up.

Thanks!

If it helps anyone else...

I found earlier that you can use .php files instead of .xml, but didn't realize that POST and GET functions would work on this also.  From the page I can pass that information and it generates automatically.

Hope that saves someone down the road.

I'd like to dynamically create the config file data for the CMS I'm using and pass some variables to create it, but I'd like to do this without storing the config file locally.  Is it possible to generate the file data into the html file that the gallery is embedded in rather than access the external file?

Thanks!

24

(495 replies, posted in Juicebox-Pro Support)

Would love to see the ability to show more thumbnails (i.e. like the Simpleviewer galleries where the number could be set and multiple row / columns could be created).  In galleries with a lot of photos, just the 1 row could be somewhat limiting.

Would also like to see ability to add in Facebook and Twitter sharing functionality (at least).

Looks great!