Skip to content

Support Jaipho

Jaipho beta is a free script and we hope that you enjoy using it. If you do, here is a way that you can show us that you appreciate the hard work that we've done for you!





iPad version released

September 2, 2010 by Tole

At last, here is the version which works on iPad too. Although iPad is released few months ago, I think it was worth of waiting because there are few another cool features which were many times requested through contact form or comments on articles.
Let's see them one by one.

iPad support

The major one. As I wrote for inpatient users in article http://www.jaipho.com/content/porting-jaipho-ipad , the size matters, and it was almost all about it. To support iPad I created additional css file jaipho-ipad.css which fixes the sizes and there were one more change in Jaipho javascript for accurate sliding. It is important to notice that this css is additional and it should be placed in html after original one, because it contains only iPad size properties.
Pipho was also changed to support resizing images to iPad screen and now it has methods to distinct iPad and iPhone users Pipho_DeviceInfo::isIphone() and Pipho_DeviceInfo::isIpad().

Themes

Well, I noticed how much is popular the http://www.jaipho.com/content/using-jaipho-iui article. The main problem is that it was only tutorial and it was not updated accordingly to new Jaipho releases. Now you got it out of the box. This version is distributed with 2 themes Default (the iPhone original one) and iUI. If you are using Pipho, you can set which one to use by setting the PIPHO_JAIPHO_THEME constant, and if you are using only Jaipho, you have to change the path to css manually.

Galleries list template

For a long time I thought it is too easy to create list template by your own. Once again, the real life showed that people likes it, so here it is. It is added to both Jaipho and Pipho and supported by both themes.

Pipho photos destination folder

Some people didn't like that their photos are exposed for web browsers, as the Pipho expected till now. Now there is additional constant PIPHO_PHOTOS_FOLDER_DESTINATION which defines where will the images be copied to (and resized). If you want the old behavior, just set the same value as in PIPHO_PHOTOS_FOLDER.

See the changelogs and download the packages at
Jaipho 0.54.00 and Pipho 1.02.00

Comments

Hello, I tried it and it

December 19, 2011 by christophe (not verified), 1 year 22 weeks ago
Comment id: 647

Hello,

I tried it and it works perfectly on iPhone, but when using it with iPad 2 (with the css for iPad enable) the size is not correct. It is maybe only compatible with iPad 1 ?

Thanks, and congratulation for your work !
Christophe

iPad 2 size problem

December 20, 2011 by Tole, 1 year 22 weeks ago
Comment id: 648

Does it behaves that way on www.jaiphodemo.info too?

Hi, Is it possible to change

October 10, 2011 by Pamela (not verified), 1 year 32 weeks ago
Comment id: 592

Hi,

Is it possible to change thumbNails size (from 75 to 150px) for iPad device ?

It is seem writed in DeviceInfo.php but in CSS file there is a class .thumbnail where we can see height:75px and width:75px !

I'm a newbie I don't know more ;-) please, could you help me

Thanks

Thumbnail size

October 11, 2011 by Tole, 1 year 32 weeks ago
Comment id: 593

Yes, quite easy. But, instead of writing it here as a comment, I decided to create a FAQ article about it. Please, check it up at http://www.jaipho.com/content/how-change-thumbnail-size

iPad gallery fails if photo count is 120 or higher

September 30, 2011 by Ryan (not verified), 1 year 34 weeks ago
Comment id: 587

Hi! First off, let me just say I LOVE what you've done with this script and I'm very happy with it overall.

I have encountered a strange issue, though, that I'm hoping you can help me with:

When viewing a photo gallery on the iPad, the script is consistently failing to display any photos with an index higher than 120... and it only occurs in landscape view, not in portrait view. I can't for the life of me figure out why this is happening!

Here is a URL where you can see this happening: http://eproto.mtiny.com/photogallery-index.ftl?gid=6 (just swipe through on the iPad in landscape view and you'll see what I'm talking about when you reach image 119)

Any assistance you can provide is greatly appreciated. Again, great work on this script -- looking forward to the Android-supported release! :)

Best,

Ryan

RE: iPad gallery fails if photo count is 120 or higher

October 3, 2011 by Tole, 1 year 33 weeks ago
Comment id: 588

Thanks Ryan, and sorry on delayed answer.
Unfortunately, I don't have an iPad to test it but it sounds really strange. Have you tried to adjust Jaipho configuration option SLIDE_MAX_IMAGE_ELEMENS? By default, it is 50. Try to lower it at 20. It shouldn't be related to it (it wouldn't be landscape only problem), but has to be tried anyway.
Have you tried it on some other iPad?

Tole

Tole, I tried changing

October 4, 2011 by Ryan (not verified), 1 year 33 weeks ago
Comment id: 589

Tole,

I tried changing SLIDE_MAX_IMAGE_ELEMENS to 20, but that didn't have any effect, as you anticipated. I've tested the script on 3 different iPads so far and I'm consistently seeing the same behavior... and only in landscape mode, always at the same slide element.

This isn't a critical issue for me... it's a fairly slim edge-case. However, if you do discover what's causing the issue, please let me know so that I can adjust the code accordingly.

I haven't found any additional bugs so far, so I can't complain :)

Thanks again,
Ryan

android

June 1, 2011 by Antoine Magnier (not verified), 1 year 51 weeks ago
Comment id: 524

Hi,

is jaipho gallery compatible with android phones ? (with the iUI theme)

Antoine

RE: android

June 1, 2011 by Tole, 1 year 51 weeks ago
Comment id: 527

Officially, android is not supported yet.
In practice, it works but it is not perfect.
Jaipho 1.0 which is planned for Autumn, is planned to support Android.