Form display under visitor guide
authorLaury GvR <laury@gaslightmedia.com>
Mon, 22 Dec 2014 15:57:23 +0000 (10:57 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 22 Dec 2014 15:57:23 +0000 (10:57 -0500)
page-2027.php

index f5a610f..829a6de 100644 (file)
@@ -8,12 +8,7 @@
         <?php GLM_get_header(); ?>
         <div class="row">
             <div class="small-12 columns">
-                <?php do_action('foundationPress_page_before_entry_content'); ?>
-                <div class="video-content">
-                <h2><?php the_title();?></h2>
-                <?php the_content(); ?>
-                </div>
-                
+
 <link rel="canonical" href="" />
     <style type="text/css">#flipbookcontent{height:550px;width:728px;}#altcontent{width:600px;padding:20px;}#textualcontent{display:none;}div.ps-toolbar-close{display:block !important;}</style>
     <script type="text/javascript" src="<?php echo bloginfo('template_directory') ?>/assets/flipbook/files/js/swfobject.js"></script>
     var attributes = {};attributes.id = "flipbook";
     swfobject.embedSWF("<?php echo bloginfo('template_directory') ?>/assets/flipbook/files/pageflip.swf", "flipbookcontent", "100%", "550px", "9.0.0", false, flashvars, params, attributes);
 </script>
+                <?php do_action('foundationPress_page_before_entry_content'); ?>
+                <div class="video-content">
+                <h2><?php the_title();?></h2>
+                <?php the_content(); ?>
+                </div>
+                
                 <footer>
                     
                     <?php wp_link_pages(array('before' => '<nav id="page-nav"><p>' . __('Pages:', 'FoundationPress'), 'after' => '</p></nav>' )); ?>