• Hi,

    I’ve installed Page Peel Plugin on my two WordPress blogs.

    On one of the two blogs, even if the page peel in closed, the swf area is “over” the content page. So visitors are not able to click on links on the right top corner of the page (the same area as big image file). The content is displayed, but the mouse hand is not displayed. If I click right, I see the swf layer is always opened and ON the content.

    Do you already have this issue? What would be the solution please?

    Thanks for this great plugin.

    Antoine

    http://wordpress.org/extend/plugins/page-peel/

Viewing 4 replies - 1 through 4 (of 4 total)
  • If I understood correctly, the peel is closed but large transparent swf is across half of your page (like when peel is open, but without image)? This can happen if you move mouse over peel quickly, but it should not happen all the time. And it can be fixed just by opening and closing the peel.

    If that is not the issue, please elaborate and provide link to your blog if you can.

    My issue is similar.

    I just updated to the newest version. Very nice. But the Page Peel moved from being in the body of the site, upper right corner to in the upper right corner of #wrap.

    How do I get the Page Peel back to Body? I placed the code from your text file that comes with the plugin into the header.php and now I have two versions. One in the desired location and one in the #wrap.

    Images here

    Thanks in advance.

    Site: http://macsupportcasts.com

    Your theme is probably not calling wp_footer template tag where it should. It should call it just before </body> tag, but it calls it within #wrap div (or whatever element it is).

    You can try to edit your theme’s index.php file and move <?php get_footer(); ?> outside of #wrap – that should help. But if it breaks your theme you’ll need to rollback that action, disable the plugin, and insert JS code manually in your theme’s footer.php file, just above </body> tag.

    The JS code is this:

    <script type="text/javascript" src="http://macsupportcasts.com/wp-content/plugins/page-peel/pagepeel-js.php"> </script>

    Thank you Avram! I use the second option and it’s working great. Much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Page Peel] SWF is always over the content page’ is closed to new replies.