Viewing 2 replies - 1 through 2 (of 2 total)
  • Your theme is missing a wp_footer() call in footer.php (or wherever it does its </body> tag) basically preventing an extra script file from being appended that is needed for fancy transitions.

    You have three possible solutions:
    1. (probably not what you want) Switch to another theme;
    2. (maybe difficult or scary for you) Edit your theme template footer.php so that is has <?php wp_footer(); ?> just before the closing </body> part;
    3. (easiest) Configure FancyBox options to NOT use elastic transitions, and just use fade…

    Cheers ??

    Thread Starter Niwa

    (@laniwa)

    Thank you!!

    You are a genius! ?? I never knew the importance of WP_Footer until now. Thank you again for your help (and it probably explains why none of the other scripts were ever working) ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Easy FancyBox] Issue with getting FancyBox to show my images’ is closed to new replies.