I am testing and revising
authorIan Weller <ian@gaslightmedia.com>
Wed, 11 Jan 2017 18:25:16 +0000 (13:25 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 11 Jan 2017 18:25:16 +0000 (13:25 -0500)
I am tesing and trying to fix possible errors for the site.  Currently
trying to stop the issue of responsive sticky header.

header.php
parts/top-bar.php

index bf6f972..96a69b0 100644 (file)
@@ -13,7 +13,7 @@
       <div class="off-canvas-wrap" data-offcanvas>
         <div class="inner-wrap">
             <div id="page-wrapper">
-                    <header class="main sticky">
+                    <header class="main sticky" data-options="sticky_on: large">
                         <div class="row medium-uncollapse large-collapse">
                             <div class="small-12 medium-7 columns">
                                 <a id="logo-tag" href="<?php echo esc_url( home_url() );?>"><img alt="River City" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/river-city.png"><img alt="Enterprises" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/enterprises.png"></a>
index 56298f5..44c5971 100644 (file)
@@ -1,9 +1,9 @@
-<nav class="top-bar text-justify show-for-large-up" data-topbar role="navigation">
+<nav class="top-bar text-justify show-for-large-up" data-topbar role="navigation" data-options="sticky_on: large">
     <section class="top-bar-section">
         <?php glm_theme_top_bar(); ?>
     </section>
 </nav>
-<nav class="tab-bar show-for-medium-down">
+<nav class="tab-bar show-for-medium-down" data-options="sticky_on: large">
     <section class="left-small">
         <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
     </section>