Hi Lars
Here is the fix you can manually apply in wpjaipho (it will be included in next version)
wpjaipho.php
At line 60 add this (after jp_carousel_maybe_disable fix)
add_filter( 'option_cyberchimps_options', 'jaipho_parallax_fix_options_filter');
functions.php
Add this function at the end:
function jaipho_parallax_fix_options_filter( $optopns)
{
$optopns['gallery_lightbox'] = 0;
return $optopns;
}
Or just download and upgrade manually with development version on http://downloads.wordpress.org/plugin/wpjaipho.zip
Hi,
thanks for your kind support.
Tried both: manual fix and now the developer version is Live.
None is working though.
Well, after the fix it works with parallax theme. Tried it on my local machine. So it must be some other plugin you have installed there. Any lightbox gallery, mobile specific plugin?
Nope.
Just using Nextgen Gallery as you can see here:
http://pl-hochzeitsfotograf.de/hochzeitsfotograf/galerie/
On my iPhone no changes with wpjaipho unfortunately
It does not works with nextgen gallery 2.x . It is a still open issue.
Haven’t tried the parallax with nextgen 1.x but it shouldn’t be a problem. Will try when i come home. I’m writing this from my iphone.
I checked a little and it is how I said before: it works with nextgen 1.x (and nextcellent gallery too). So I guess you have 2.x version.
Regarding parallax support itself, it still does not works perfectly – there are some style issues. I’ll have to find how to disable loading parallax stylesheets when wpjaipho is on.
Sorry I can’t help more in this moment.
you are right, I am using nextgen 2. Well, thank you for your support