Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tihomir Dmitrovi?

    (@tolecar)

    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 https://downloads.www.ads-software.com/plugin/wpjaipho.zip

    Thread Starter muffi32

    (@muffi32)

    Hi,

    thanks for your kind support.

    Tried both: manual fix and now the developer version is Live.
    None is working though.

    Plugin Author Tihomir Dmitrovi?

    (@tolecar)

    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?

    Thread Starter muffi32

    (@muffi32)

    Nope.

    Just using Nextgen Gallery as you can see here:

    https://pl-hochzeitsfotograf.de/hochzeitsfotograf/galerie/

    On my iPhone no changes with wpjaipho unfortunately

    Plugin Author Tihomir Dmitrovi?

    (@tolecar)

    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.

    Plugin Author Tihomir Dmitrovi?

    (@tolecar)

    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.

    Thread Starter muffi32

    (@muffi32)

    you are right, I am using nextgen 2. Well, thank you for your support

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Not working with Parallax Theme’ is closed to new replies.