• Resolved geracim

    (@geracim)


    HI.
    Working on a project with a group of students – experienced at HTML/CSS but not WP so much. We have created a custom theme based on the Blankslate theme. Easy Fancybox does not work on our “contacts” page which is trying to load inline content in the overlay.

    http://www.effg.org/contact/

    The goal is to make the smaller thumbnail images of board members clickable to call up their biographical and contact information in the overlay.

    I notice that NO Easy Fancybox code (scripts, markup, or css) is inserted into the DOM of the rendered page.

    It does work in a test site using the twenty fifteen theme. So clearly, it’s our template files.

    Any advice? Thanks in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, you need to take a close look at the changes you made to the themes footer.php

    There MUST be an active wp_footer() call present and the closing body and html tags must NOT be commented out.

    Hope that helps 🙂

    Tip: Use the w3org online validator http://validator.w3.org to find info on missing tags or other incorrect HTML.

    Thread Starter geracim

    (@geracim)

    TAHNK YOU. The markup has been repaired and the footer call is in place.

    It’s working.

    Appreciate the help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fancybox not working – custom theme based on Blankslate’ is closed to new replies.