projects
/
WP-Themes
/
originalbutterflyhouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0dcef2
)
removing hours and location code to test flickering in the slide show
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 21 Nov 2016 16:07:35 +0000
(11:07 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 21 Nov 2016 16:07:35 +0000
(11:07 -0500)
sections/header.php
patch
|
blob
|
history
diff --git
a/sections/header.php
b/sections/header.php
index
4b43284
..
63ecfc9
100644
(file)
--- a/
sections/header.php
+++ b/
sections/header.php
@@
-53,13
+53,13
@@
</div>
</header>
<?php
-$hours = get_post(86
1
);
+$hours = get_post(86
9
);
$json_content = json_encode(apply_filters('the_content', $hours->post_content));
?>
<script>
jQuery(function(){
var visit_menu = jQuery('.visit');
var hours = <?php echo $json_content ?>;
- visit_menu.find('.sub-menu').append('<div class="insert-hours">' + hours + '</div>');
+
//
visit_menu.find('.sub-menu').append('<div class="insert-hours">' + hours + '</div>');
});
</script>
\ No newline at end of file