Exemplo n.º 1
0
body_class();
?>
>
      <?php 
if (get_option('geko_show_top_123') == "yes") {
    ?>
      <div class="top" style="height: <?php 
    echo get_option('geko_top_123_height');
    ?>
px;">
         <div class="<?php 
    echo get_option('geko_content_width_style');
    ?>
">
            <?php 
    AutoThreeCols("top1", "top2", "top3", false);
    ?>
         </div>
      </div>
      <?php 
}
?>
      <div id="nav-wrapper" data-spy="affix" data-offset-top="<?php 
echo get_option('geko_top_123_height') + 1;
?>
">
         <nav class="navbar navbar-<?php 
echo get_option('geko_navbar_style');
?>
" role="navigation">
            <div class="<?php 
Exemplo n.º 2
0
        </div><!-- #container -->
   <footer id="footer">
      <?php 
AutoThreeCols("footer1", "footer2", "footer3", true);
?>
      <div class="copyright">
         <p><?php 
echo get_option('geko_copyright_year', '') . ' - ' . date("Y") . ' | ' . get_bloginfo('name') . get_option('geko_copyright_text', '');
?>
      </div>
   </footer>

    <?php 
wp_footer();
?>

    <script>
//     <![CDATA[
        <?php 
if (get_option('geko_enable_lazy_load') == "yes") {
    ?>
            jQuery("img.lazy").show().lazyload({
                effect: "fadeIn",
                failure_limit: 10
            });
        <?php 
}
?>

        jQuery("a[href^='#scroll_']").on('click', function(e) {
            // prevent default anchor click behavior
Exemplo n.º 3
0
         </div>
         
         <?php 
if ($right_active) {
    ?>
         <div id="right" class="xcol col-lg-3 col-md-3 col-sm-12 col-xs-12">
            <ul>
               <?php 
    dynamic_sidebar("right");
    ?>
            </ul>
         </div>
         <?php 
}
?>
      
      </div>
      
      <?php 
AutoThreeCols("user10", "user11", "user12", "user10-11", "user11-12", 4, 4, 4, true);
?>
      <?php 
AutoThreeCols("user13", "user14", "user15", "user13-14", "user14-15", 4, 4, 4, true);
?>
      <?php 
AutoThreeCols("user16", "user17", "user18", "user16-17", "user17-18", 4, 4, 4, true);
?>

</div>
<?php 
get_footer();