Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Mike Toppa

    (@toppa)

    That’s the first time I’ve gotten a youtube video to document a problem – thanks! Which theme are you using specifically?

    Thread Starter karlosiglesiasmontes

    (@karlosiglesiasmontes)

    ??
    the theme is this https://themify.me/themes/parallax.
    If you want to sent it by mail for testing but I can not put a download link as it is a paid theme.

    Plugin Author Mike Toppa

    (@toppa)

    If you could send it to me that would help with debugging. Send me a message through the contact form on my web site and then we can email each other – https://toppa.com/contact

    Thread Starter karlosiglesiasmontes

    (@karlosiglesiasmontes)

    Hi, I sent you a message with all the information.
    I hope to find the problem but so do not worry.
    thanks

    Plugin Author Mike Toppa

    (@toppa)

    I’ve partly addressed this problem in the new version of Shashin (3.4.7)

    But there is also a problem in the Parallax theme. It comes with 2 different versions of the Isotope javascript library. One of them correctly includes the imagesLoaded library, and the other does not. Unfortunately the theme is loading the one that does not correctly include the imagesLoaded library. You need to open the Parallax theme-functions.php file, and at line 85, change it from this:

    $scripts = array('isotope', 'infinitescroll', 'backstretch');

    to this:

    $scripts = array('jquery.isotope.min', 'infinitescroll', 'backstretch');

    If you make that change, and get the latest version of Shashin, then everything should work.

    Thread Starter karlosiglesiasmontes

    (@karlosiglesiasmontes)

    To perfect. Thank you very much.
    I’ll give it a 10

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problems with "Parallax" effect.’ is closed to new replies.