Forums

Easy FancyBox
[resolved] gey screen only (4 posts)

  1. matteoraggi
    Member
    Posted 4 months ago #

    I get a grey screen and i can't exit even with ESC button on http://www.perbacco.hu

    http://wordpress.org/extend/plugins/easy-fancybox/

  2. RavanH
    Member
    Posted 4 months ago #

    Your theme is missing this at the end of footer.php :

    <?php wp_footer(); ?>
    </body>
    </html>
  3. matteoraggi
    Member
    Posted 4 months ago #

    at the end of footer.php i have ovewritten this :
    </html>
    with:
    <?php wp_footer(); ?>
    </body>
    </html>

    but it contnue to be all grey, look here for example:
    http://www.perbacco.hu/sajtok/rosone-di-capra/attachment/rosonedicapra/

  4. RavanH
    Member
    Posted 4 months ago #

    Looking at the source code of that page, I see no evidence of any new closing body or html tags. It seems that footer.php you edited is not even included?

    You'll need to check your theme again... start with index.php and see if/where/when footer.php is included. It should be by way of:

    <?php get_footer(); ?>

Reply

You must log in to post.

About this Plugin

About this Topic