greggsky 0 Report post Posted January 25, 2011 I want to insert a function AFTER div#page-canvas is closed and before #page closes. Any ideas? I need to do an opening animation with jquery and want the main content of the page (#page-canvas) to fade in after some photos (inserted inside of #page) display and fade out. This is basically a splash page (i know, I couldn't convince my client otherwise), but am hoping I can still load the main content first for SEO but let the rendering make it appear otherwise. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted January 25, 2011 Might get it as close as you can with a hook and then we can further position/style it with CSS. Thanks, Bryan Share this post Link to post Share on other sites
greggsky 0 Report post Posted January 25, 2011 which hook?? Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 25, 2011 There isn't a hook in this exact location, but you can edit the footer.php file freely if you first copy it into the PlatformBase directory. Here is what you'll see in the footer.php ` Share this post Link to post Share on other sites