• Resolved adferr

    (@adferr)


    Hi everyone, I’m fairly new to all this and am looking for some assistance with Easy FancyBox.

    The issue I am having is that my images do not pop up in a fancy box but instead open in a separate image page.

    I have read tons of posts and viewed a few tutorials but am not able to figure out exactly why. This may be a very simple issue for expert users so pardon my inexperience.

    Sample page with image error.
    Running WP4.1, EFB 1.5.7, Theme 2014 1.0

    Thank you very much in advance.

    https://wordpress.org/plugins/easy-fancybox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, it looks like you have modified your theme and it is now missing either the complete footer.php or the obligatory <?php wp_footer(); ?> call.

    Also, do not use class=”fancybox-iframe” for images.

    Thread Starter adferr

    (@adferr)

    Thank you RavanH!

    I had to update my footer.php to include:
    wp_footer();

    Also had to updated my page code and remove the class=”fancybox-iframe from my image.

    To confirm, as you suggested above,
    I added <?php wp_footer(); ?> to my footer.php and it actually did not work as image would still open in a new page. But it put me on the right track and simple Google search using that term lead me to the answer. Very much appreciated!

    Cheers,
    a

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Easy Fancybox not working’ is closed to new replies.