echo "<div class=\"breadcrumbs\">";
bcn_display();
echo "</div>";
-
- }?>
+ }
+ ?>
<div id="toolbox">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
+ <?php if(have_posts()) : while(have_posts()): the_post();
+ the_content();
+
+ if (is_front_page()) {
+ echo '<iframe style="border: currentColor; width: 292px; height: 427px; overflow: hidden;" src="https://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FParrots-Landing%2F240290099335183&width=292&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=427" width="300" height="150" frameborder="0" scrolling="no"></iframe>';
+ the_block( 'Homepage Images');
+ }
+ endwhile; else:?>
<p><?php _e('Sorry, no posts yet');?></p>
<?php endif;?>
</div><!-- /#toolbox -->
<div id="column" class="show-for-medium-up medium-2 columns sidebar">
<div id="nav">
<?php glm_wp_list_pages();?>
+ <?php // wp_nav_menu( array( 'theme_location' => 'sidenav' ) ); ?>
</div>
</div><!-- /#column -->
top:0px;
left: 0px;
}
-
+#wpadminbar {
+ display:none;
+}
- #wpadminbar {
- display:none;
- }
-
-@media (max-width:640px) {
- html {
- margin: 0 !important;
- }
- #top {
- padding: 0;
- }
- #logo {
- float: none;
- max-height: 100%;
- max-width: 100%;
- position: relative;
- }
-
- }
- @media (min-width: 641px) {
- .tab-bar{
-/* display: none;*/
- }
- }
/* Main Contant Area */
#main {
max-width: 780px;
}
/* Media Queries */
-
-@media (max-width: 640px) {
+
+@media (max-width:640px) {
+ html {
+ margin: 0 !important;
+ }
+ #top {
+ padding: 0;
+ }
+ #logo {
+ float: none;
+ max-height: 100%;
+ max-width: 100%;
+ position: relative;
+ }
#main {
margin: 0px;
}